#751616
A dark, moderate red closely aligning with Maroon.
About #751616
When working with digital screens, the color #751616 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Maroon. This translates to an RGB value of rgb(117, 22, 22).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 81% M, 81% Y, and 54% K. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
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#751616
RGB117, 22, 22
HSL0.0°, 68.3%, 27.3%
CMYK0%, 81%, 81%, 54%
HSV0.0°, 81.2%, 45.9%
LAB25.0, 40.3, 26.2
XYZ7.8, 4.4, 1.2
Decimal7673366
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.15:1
Text on #FFFFFF
AAA
1.88:1
Text on #000000
FAIL
10.66:1
Text on #F8FAFC
AAA
1.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #751616;
}
.text-color {
color: #751616;
}
.border-color {
border: 2px solid #751616;
}