#830F24
A dark, vivid red closely aligning with Brown.
About #830F24
The precise color #830F24 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Brown. In the RGB color space, it consists of 131 red, 15 green, and 36 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 89% M, 73% Y, and 49% K. With a hue angle of 349.1 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#830F24
RGB131, 15, 36
HSL349.1°, 79.5%, 28.6%
CMYK0%, 89%, 73%, 49%
HSV349.1°, 88.5%, 51.4%
LAB27.6, 47.1, 20.9
XYZ9.8, 5.3, 2.2
Decimal8589092
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.20:1
Text on #FFFFFF
AAA
2.06:1
Text on #000000
FAIL
9.75:1
Text on #F8FAFC
AAA
1.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #830F24;
}
.text-color {
color: #830F24;
}
.border-color {
border: 2px solid #830F24;
}