#831D0F
A dark, vivid red closely aligning with Maroon.
About #831D0F
When working with digital screens, the color #831D0F is rendered by mixing light. If you're using CSS, you might find it aligns closely with Maroon. Its digital footprint relies on 131 parts red, 29 parts green, and 15 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 78% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#831D0F
RGB131, 29, 15
HSL7.2°, 79.5%, 28.6%
CMYK0%, 78%, 89%, 49%
HSV7.2°, 88.5%, 51.4%
LAB28.7, 42.3, 34.7
XYZ9.9, 5.7, 1.0
Decimal8592655
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.78:1
Text on #FFFFFF
AAA
2.15:1
Text on #000000
FAIL
9.35:1
Text on #F8FAFC
AAA
1.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #831D0F;
}
.text-color {
color: #831D0F;
}
.border-color {
border: 2px solid #831D0F;
}