HSL(13, 46%, 41%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(13,46%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(13, 46%, 41%) | color: hsl(13, 46%, 41%) | |
| HEX | #994D38 | color: #994D38 | |
| RGB | rgb(153, 77, 56) | color: rgb(153, 77, 56) | |
| CMYK | cmyk(0%, 50%, 63%, 40%) | — | |
| HSV | hsv(13, 63%, 60%) | — | |
| HWB | hwb(13 22% 40%) | color: hwb(13 22% 40%) | |
| OKLCH | oklch(0.5095 0.1071 36.38) | color: oklch(0.5095 0.1071 36.38) | |
| Lab | lab(41.79 29.84 26.81) | color: lab(41.79 29.84 26.81) | |
| LCH | lch(41.79 40.11 41.94) | color: lch(41.79 40.11 41.94) |
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)
#78773D — rgb(120, 119, 61)
Deuteranopia (Green-blind)
#7D823E — rgb(125, 130, 62)
Tritanopia (Blue-blind)
#954142 — rgb(149, 65, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(13, 46%, 41%);
text
color: hsl(13, 46%, 41%);
border
border: 2px solid hsl(13, 46%, 41%);
gradient light
background: linear-gradient(to right, hsl(13, 46%, 61%), hsl(13, 46%, 41%));
gradient dark
background: linear-gradient(to right, hsl(13, 46%, 41%), hsl(13, 46%, 21%))
hex
background-color: #994D38;
tailwind
bg-[hsl(13,46%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(13, 46%, 41%, 0.4);
css variable
--color-primary: hsl(13, 46%, 41%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(13, 46%, 41%)?
HEX: #994D38 | RGB: rgb(153, 77, 56) | CMYK: 0%, 50%, 63%, 40% | HSV: 13°, 63%, 60%. Copy any format from the conversion table above.
What colors go well with #994D38?
The complementary color is HSL(193, 46%, 41%). For a triadic harmony, use hues 13°, 133°, and 253°. For analogous combinations, try hues 343° and 43°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(13, 46%, 41%) in CSS?
As HSL: color: hsl(13, 46%, 41%); — As HEX: color: #994D38; — As RGB: color: rgb(153, 77, 56); — Tailwind CSS: bg-[hsl(13,46%,41%)] — CSS variable: --color-primary: hsl(13, 46%, 41%);