#830724
A dark, vivid red closely aligning with Brown.
About #830724
Visually, #830724 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 7, and 36.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 95% magenta inks. The HSL representation is 346.0° hue, 89.9% saturation, and 27.1% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#830724
RGB131, 7, 36
HSL346.0°, 89.9%, 27.1%
CMYK0%, 95%, 73%, 49%
HSV346.0°, 94.7%, 51.4%
LAB27.0, 48.6, 20.2
XYZ9.8, 5.1, 2.1
Decimal8587044
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.39:1
Text on #FFFFFF
AAA
2.02:1
Text on #000000
FAIL
9.93:1
Text on #F8FAFC
AAA
1.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #830724;
}
.text-color {
color: #830724;
}
.border-color {
border: 2px solid #830724;
}