#75072C
A dark, vivid magenta closely aligning with Brown.
About #75072C
At its core, #75072C is a dark and vivid hue. Its closest recognized web color is Brown. Its digital footprint relies on 117 parts red, 7 parts green, and 44 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 94% magenta, 62% yellow, and 54% black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75072C
RGB117, 7, 44
HSL339.8°, 88.7%, 24.3%
CMYK0%, 94%, 62%, 54%
HSV339.8°, 94.0%, 45.9%
LAB24.1, 45.3, 10.3
XYZ7.9, 4.1, 2.8
Decimal7669548
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.52:1
Text on #FFFFFF
AAA
1.82:1
Text on #000000
FAIL
11.01:1
Text on #F8FAFC
AAA
1.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #75072C;
}
.text-color {
color: #75072C;
}
.border-color {
border: 2px solid #75072C;
}