HSL(9, 49%, 32%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(9,49%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(9, 49%, 32%) | color: hsl(9, 49%, 32%) | |
| HEX | #7A362A | color: #7A362A | |
| RGB | rgb(122, 54, 42) | color: rgb(122, 54, 42) | |
| CMYK | cmyk(0%, 56%, 66%, 52%) | — | |
| HSV | hsv(9, 66%, 48%) | — | |
| HWB | hwb(9 16% 52%) | color: hwb(9 16% 52%) | |
| OKLCH | oklch(0.4219 0.0979 31.69) | color: oklch(0.4219 0.0979 31.69) | |
| Lab | lab(31.68 28.66 21.69) | color: lab(31.68 28.66 21.69) | |
| LCH | lch(31.68 35.94 37.12) | color: lch(31.68 35.94 37.12) |
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)
#5D5C2D — rgb(93, 92, 45)
Deuteranopia (Green-blind)
#61662E — rgb(97, 102, 46)
Tritanopia (Blue-blind)
#772F30 — rgb(119, 47, 48)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(9, 49%, 32%);
text
color: hsl(9, 49%, 32%);
border
border: 2px solid hsl(9, 49%, 32%);
gradient light
background: linear-gradient(to right, hsl(9, 49%, 52%), hsl(9, 49%, 32%));
gradient dark
background: linear-gradient(to right, hsl(9, 49%, 32%), hsl(9, 49%, 12%))
hex
background-color: #7A362A;
tailwind
bg-[hsl(9,49%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(9, 49%, 32%, 0.4);
css variable
--color-primary: hsl(9, 49%, 32%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(9, 49%, 32%)?
HEX: #7A362A | RGB: rgb(122, 54, 42) | CMYK: 0%, 56%, 66%, 52% | HSV: 9°, 66%, 48%. Copy any format from the conversion table above.
What colors go well with #7A362A?
The complementary color is HSL(189, 49%, 32%). For a triadic harmony, use hues 9°, 129°, and 249°. For analogous combinations, try hues 339° and 39°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(9, 49%, 32%) in CSS?
As HSL: color: hsl(9, 49%, 32%); — As HEX: color: #7A362A; — As RGB: color: rgb(122, 54, 42); — Tailwind CSS: bg-[hsl(9,49%,32%)] — CSS variable: --color-primary: hsl(9, 49%, 32%);