HSL(7, 36%, 40%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(7,36%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 36%, 40%) | color: hsl(7, 36%, 40%) | |
| HEX | #8B4A41 | color: #8B4A41 | |
| RGB | rgb(139, 74, 65) | color: rgb(139, 74, 65) | |
| CMYK | cmyk(0%, 47%, 53%, 45%) | — | |
| HSV | hsv(7, 53%, 55%) | — | |
| HWB | hwb(7 26% 45%) | color: hwb(7 26% 45%) | |
| OKLCH | oklch(0.4858 0.0899 29.02) | color: oklch(0.4858 0.0899 29.02) | |
| Lab | lab(39.19 26.49 17.64) | color: lab(39.19 26.49 17.64) | |
| LCH | lch(39.19 31.83 33.66) | color: lch(39.19 31.83 33.66) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#6F6E43 — rgb(111, 110, 67)
Deuteranopia (Green-blind)
#737844 — rgb(115, 120, 68)
Tritanopia (Blue-blind)
#884545 — rgb(136, 69, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 36%, 40%);
text
color: hsl(7, 36%, 40%);
border
border: 2px solid hsl(7, 36%, 40%);
gradient light
background: linear-gradient(to right, hsl(7, 36%, 60%), hsl(7, 36%, 40%));
gradient dark
background: linear-gradient(to right, hsl(7, 36%, 40%), hsl(7, 36%, 20%))
hex
background-color: #8B4A41;
tailwind
bg-[hsl(7,36%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 36%, 40%, 0.4);
css variable
--color-primary: hsl(7, 36%, 40%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(7, 36%, 40%)?
HEX: #8B4A41 | RGB: rgb(139, 74, 65) | CMYK: 0%, 47%, 53%, 45% | HSV: 7°, 53%, 55%. Copy any format from the conversion table above.
What colors go well with #8B4A41?
The complementary color is HSL(187, 36%, 40%). For a triadic harmony, use hues 7°, 127°, and 247°. For analogous combinations, try hues 337° and 37°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(7, 36%, 40%) in CSS?
As HSL: color: hsl(7, 36%, 40%); — As HEX: color: #8B4A41; — As RGB: color: rgb(139, 74, 65); — Tailwind CSS: bg-[hsl(7,36%,40%)] — CSS variable: --color-primary: hsl(7, 36%, 40%);