Shades of Maroon #710D08
Tints of Maroon #710D08
RGB
CMYK
RGB Variations
Color information
#710D08 (or 0x710D08) is known color: Maroon. HEX triplet: 71, 0D and 08. RGB value is (113,13,8). Sum of RGB (Red+Green+Blue) = 113+13+8=134 (17% of max value = 765). Red value is 113 (44.53% from 255 or 84.33% from 134); Green value is 13 (5.47% from 255 or 9.70% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 113 - color contains mainly: red. Hex color #710D08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710D08 is #8EF2F7. Grayscale: #2A2A2A. Windows color (decimal): -9368312 or 527729. OLE color: 527729.
HSL color Cylindrical-coordinate representation of color #710D08: hue angle of 2.86º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710D08 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 13 | 8 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.56 |
| HSL | 2.86º | 0.87% | 0.24% | - |
| HSV(B) | 2.86º | 0.93% | 0.44% | - |
| XYZ | 7 | 3.82 | 0.6 | - |
| YUV | 42.33 | 108.63 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 8 | 0 | 0.88 | 0.93 | 0.56 | 2.86 | 0.87 | 0.24 |
| Hex | 71 | D | 8 | 0 | 58 | 5D | 38 | 3 | 57 | 18 |
| Octal | 161 | 15 | 10 | 0 | 130 | 135 | 70 | 3 | 127 | 30 |
| Binary | 1110001 | 1101 | 1000 | 0 | 1011000 | 1011101 | 111000 | 11 | 1010111 | 11000 |
Color Harmonies of #710D08
Complementary color
Monochromatic Colors of #710D08
Black with #710D08
Text Example
Text Example
White with #710D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D08; }
p { color: rgb(113,13,8); }
H1.HeaderClassName
{
color: #710D08;
}
.AnyTagClassName
{
color: #710D08;
}
</style>
background-color css
<style>
a { background-color: #710D08; }
a { background-color: rgb(113,13,8); }
div.DivClassName
{
background-color: #710D08;
}
.BgClassName
{
background-color: #710D08;
}
</style>
border-color css
<style>
span { border-color: #710D08; }
span { border-color: rgb(113,13,8); }
td.TdClassName
{
border-color: #710D08;
}
.TagClassName
{
border-color: #710D08;
}
</style>