Shades of Maroon #710F00
Tints of Maroon #710F00
RGB
CMYK
RGB Variations
Color information
#710F00 (or 0x710F00) is known color: Maroon. HEX triplet: 71, 0F and 00. RGB value is (113,15,0). Sum of RGB (Red+Green+Blue) = 113+15+0=128 (16% of max value = 765). Red value is 113 (44.53% from 255 or 88.28% from 128); Green value is 15 (6.25% from 255 or 11.72% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 113 - color contains mainly: red. Hex color #710F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710F00 is #8EF0FF. Grayscale: #2A2A2A. Windows color (decimal): -9367808 or 3953. OLE color: 3953.
HSL color Cylindrical-coordinate representation of color #710F00: hue angle of 7.96º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #710F00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 15 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.56 |
| HSL | 7.96º | 1% | 0.22% | - |
| HSV(B) | 7.96º | 1% | 0.44% | - |
| XYZ | 6.98 | 3.85 | 0.38 | - |
| YUV | 42.59 | 103.97 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 0 | 0 | 0.87 | 1 | 0.56 | 7.96 | 1 | 0.22 |
| Hex | 71 | F | 0 | 0 | 57 | 64 | 38 | 8 | 64 | 16 |
| Octal | 161 | 17 | 0 | 0 | 127 | 144 | 70 | 10 | 144 | 26 |
| Binary | 1110001 | 1111 | 0 | 0 | 1010111 | 1100100 | 111000 | 1000 | 1100100 | 10110 |
Color Harmonies of #710F00
Complementary color
Monochromatic Colors of #710F00
Black with #710F00
Text Example
Text Example
White with #710F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710F00; }
p { color: rgb(113,15,0); }
H1.HeaderClassName
{
color: #710F00;
}
.AnyTagClassName
{
color: #710F00;
}
</style>
background-color css
<style>
a { background-color: #710F00; }
a { background-color: rgb(113,15,0); }
div.DivClassName
{
background-color: #710F00;
}
.BgClassName
{
background-color: #710F00;
}
</style>
border-color css
<style>
span { border-color: #710F00; }
span { border-color: rgb(113,15,0); }
td.TdClassName
{
border-color: #710F00;
}
.TagClassName
{
border-color: #710F00;
}
</style>