#751600
A dark, vivid red closely aligning with Maroon.
About #751600
At its core, #751600 is a dark and vivid hue. Its closest recognized web color is Maroon. This translates to an RGB value of rgb(117, 22, 0).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 81% M, 100% Y, and 54% K. The HSL representation is 11.3° hue, 100.0% saturation, and 22.9% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#751600
RGB117, 22, 0
HSL11.3°, 100.0%, 22.9%
CMYK0%, 81%, 100%, 54%
HSV11.3°, 100.0%, 45.9%
LAB24.8, 39.7, 36.5
XYZ7.6, 4.4, 0.4
Decimal7673344
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.22:1
Text on #FFFFFF
AAA
1.87:1
Text on #000000
FAIL
10.73:1
Text on #F8FAFC
AAA
1.59:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #751600;
}
.text-color {
color: #751600;
}
.border-color {
border: 2px solid #751600;
}