HSL(0, 40%, 33%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(0,40%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(0, 40%, 33%) | color: hsl(0, 40%, 33%) | |
| HEX | #763232 | color: #763232 | |
| RGB | rgb(118, 50, 50) | color: rgb(118, 50, 50) | |
| CMYK | cmyk(0%, 58%, 58%, 54%) | — | |
| HSV | hsv(0, 58%, 46%) | — | |
| HWB | hwb(0 19% 54%) | color: hwb(0 19% 54%) | |
| OKLCH | oklch(0.4107 0.096 22.21) | color: oklch(0.4107 0.096 22.21) | |
| Lab | lab(30.31 29.85 14.71) | color: lab(30.31 29.85 14.71) | |
| LCH | lch(30.31 33.28 26.23) | color: lch(30.31 33.28 26.23) |
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)
#595832 — rgb(89, 88, 50)
Deuteranopia (Green-blind)
#5D6232 — rgb(93, 98, 50)
Tritanopia (Blue-blind)
#733232 — rgb(115, 50, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(0, 40%, 33%);
text
color: hsl(0, 40%, 33%);
border
border: 2px solid hsl(0, 40%, 33%);
gradient light
background: linear-gradient(to right, hsl(0, 40%, 53%), hsl(0, 40%, 33%));
gradient dark
background: linear-gradient(to right, hsl(0, 40%, 33%), hsl(0, 40%, 13%))
hex
background-color: #763232;
tailwind
bg-[hsl(0,40%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(0, 40%, 33%, 0.4);
css variable
--color-primary: hsl(0, 40%, 33%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(0, 40%, 33%)?
HEX: #763232 | RGB: rgb(118, 50, 50) | CMYK: 0%, 58%, 58%, 54% | HSV: 0°, 58%, 46%. Copy any format from the conversion table above.
What colors go well with #763232?
The complementary color is HSL(180, 40%, 33%). For a triadic harmony, use hues 0°, 120°, and 240°. For analogous combinations, try hues 330° and 30°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(0, 40%, 33%) in CSS?
As HSL: color: hsl(0, 40%, 33%); — As HEX: color: #763232; — As RGB: color: rgb(118, 50, 50); — Tailwind CSS: bg-[hsl(0,40%,33%)] — CSS variable: --color-primary: hsl(0, 40%, 33%);