Shades of Maroon #711404
Tints of Maroon #711404
RGB
CMYK
RGB Variations
Color information
#711404 (or 0x711404) is known color: Maroon. HEX triplet: 71, 14 and 04. RGB value is (113,20,4). Sum of RGB (Red+Green+Blue) = 113+20+4=137 (18% of max value = 765). Red value is 113 (44.53% from 255 or 82.48% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 113 - color contains mainly: red. Hex color #711404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711404 is #8EEBFB. Grayscale: #2E2E2E. Windows color (decimal): -9366524 or 267377. OLE color: 267377.
HSL color Cylindrical-coordinate representation of color #711404: hue angle of 8.81º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #711404 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 20 | 4 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.56 |
| HSL | 8.81º | 0.93% | 0.23% | - |
| HSV(B) | 8.81º | 0.96% | 0.44% | - |
| XYZ | 7.08 | 4.02 | 0.52 | - |
| YUV | 45.98 | 104.31 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 20 | 4 | 0 | 0.82 | 0.96 | 0.56 | 8.81 | 0.93 | 0.23 |
| Hex | 71 | 14 | 4 | 0 | 52 | 60 | 38 | 9 | 5D | 17 |
| Octal | 161 | 24 | 4 | 0 | 122 | 140 | 70 | 11 | 135 | 27 |
| Binary | 1110001 | 10100 | 100 | 0 | 1010010 | 1100000 | 111000 | 1001 | 1011101 | 10111 |
Color Harmonies of #711404
Complementary color
Monochromatic Colors of #711404
Black with #711404
Text Example
Text Example
White with #711404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711404; }
p { color: rgb(113,20,4); }
H1.HeaderClassName
{
color: #711404;
}
.AnyTagClassName
{
color: #711404;
}
</style>
background-color css
<style>
a { background-color: #711404; }
a { background-color: rgb(113,20,4); }
div.DivClassName
{
background-color: #711404;
}
.BgClassName
{
background-color: #711404;
}
</style>
border-color css
<style>
span { border-color: #711404; }
span { border-color: rgb(113,20,4); }
td.TdClassName
{
border-color: #711404;
}
.TagClassName
{
border-color: #711404;
}
</style>