#751613
a dark, vivid red · warm · closest name: maroon
RGB
117, 22, 19
HSL
2°, 72%, 27%
CMYK
0, 81, 84, 54
Luminance
0.0440
Every format
| HEX | #751613 |
| RGB | rgb(117, 22, 19) |
| HSL | hsl(2, 72%, 27%) |
| CMYK | cmyk(0%, 81%, 84%, 54%) |
| LAB | lab(25.0 40.2 27.9) |
| LCH | lch(25.0 48.9 34.8) |
| OKLCH | oklch(0.369 0.130 27.7) |
Copy-ready code
/* CSS */
color: #751613;
background-color: #751613;
/* Tailwind (arbitrary) */
class="text-[#751613] bg-[#751613]"
/* SCSS */
$brand: #751613;
/* SwiftUI */
Color(red: 0.459, green: 0.086, blue: 0.075)
/* Android */
Color.parseColor("#751613")Accessibility — WCAG contrast
Aa
#751613 on white: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#751613 on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green8.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta81.2%
Yellow83.8%
Key (black)54.1%
Color previews
#751613 text on a black background
contrast 1.88:1
Card sample
#751613 text on a white background
contrast 11.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751613;
Background color
Panel with #751613 background
background-color: #751613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 22, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 22, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751613; background: linear-gradient(135deg, #751613, #755713);