#991D3A
A dark, moderate red closely aligning with Brown.
About #991D3A
At its core, #991D3A is a dark and moderate hue. 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 153, 29, and 58.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 81% magenta, 62% yellow, and 40% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#991D3A
RGB153, 29, 58
HSL346.0°, 68.1%, 35.7%
CMYK0%, 81%, 62%, 40%
HSV346.0°, 81.0%, 60.0%
LAB33.9, 51.1, 15.5
XYZ14.3, 8.0, 4.8
Decimal10034490
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.10:1
Text on #FFFFFF
AAA
2.59:1
Text on #000000
FAIL
7.75:1
Text on #F8FAFC
AAA
2.20:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #991D3A;
}
.text-color {
color: #991D3A;
}
.border-color {
border: 2px solid #991D3A;
}