Shades of Maroon #710B02
Tints of Maroon #710B02
RGB
CMYK
RGB Variations
Color information
#710B02 (or 0x710B02) is known color: Maroon. HEX triplet: 71, 0B and 02. RGB value is (113,11,2). Sum of RGB (Red+Green+Blue) = 113+11+2=126 (16% of max value = 765). Red value is 113 (44.53% from 255 or 89.68% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 113 - color contains mainly: red. Hex color #710B02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710B02 is #8EF4FD. Grayscale: #282828. Windows color (decimal): -9368830 or 134001. OLE color: 134001.
HSL color Cylindrical-coordinate representation of color #710B02: hue angle of 4.86º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #710B02 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 11 | 2 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.56 |
| HSL | 4.86º | 0.97% | 0.23% | - |
| HSV(B) | 4.86º | 0.98% | 0.44% | - |
| XYZ | 6.94 | 3.75 | 0.42 | - |
| YUV | 40.47 | 106.29 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 2 | 0 | 0.90 | 0.98 | 0.56 | 4.86 | 0.97 | 0.23 |
| Hex | 71 | B | 2 | 0 | 5A | 62 | 38 | 5 | 61 | 17 |
| Octal | 161 | 13 | 2 | 0 | 132 | 142 | 70 | 5 | 141 | 27 |
| Binary | 1110001 | 1011 | 10 | 0 | 1011010 | 1100010 | 111000 | 101 | 1100001 | 10111 |
Color Harmonies of #710B02
Complementary color
Monochromatic Colors of #710B02
Black with #710B02
Text Example
Text Example
White with #710B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710B02; }
p { color: rgb(113,11,2); }
H1.HeaderClassName
{
color: #710B02;
}
.AnyTagClassName
{
color: #710B02;
}
</style>
background-color css
<style>
a { background-color: #710B02; }
a { background-color: rgb(113,11,2); }
div.DivClassName
{
background-color: #710B02;
}
.BgClassName
{
background-color: #710B02;
}
</style>
border-color css
<style>
span { border-color: #710B02; }
span { border-color: rgb(113,11,2); }
td.TdClassName
{
border-color: #710B02;
}
.TagClassName
{
border-color: #710B02;
}
</style>