Shades of Maroon #710505
Tints of Maroon #710505
RGB
CMYK
RGB Variations
Color information
#710505 (or 0x710505) is known color: Maroon. HEX triplet: 71, 05 and 05. RGB value is (113,5,5). Sum of RGB (Red+Green+Blue) = 113+5+5=123 (16% of max value = 765). Red value is 113 (44.53% from 255 or 91.87% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 113 - color contains mainly: red. Hex color #710505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710505 is #8EFAFA. Grayscale: #252525. Windows color (decimal): -9370363 or 329073. OLE color: 329073.
HSL color Cylindrical-coordinate representation of color #710505: hue angle of 0º degrees, saturation: 0.92, 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 #710505 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 5 | 5 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.56 |
| HSL | 0º | 0.92% | 0.23% | - |
| HSV(B) | 0º | 0.96% | 0.44% | - |
| XYZ | 6.89 | 3.63 | 0.48 | - |
| YUV | 37.29 | 109.78 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 5 | 5 | 0 | 0.96 | 0.96 | 0.56 | 0 | 0.92 | 0.23 |
| Hex | 71 | 5 | 5 | 0 | 60 | 60 | 38 | 0 | 5C | 17 |
| Octal | 161 | 5 | 5 | 0 | 140 | 140 | 70 | 0 | 134 | 27 |
| Binary | 1110001 | 101 | 101 | 0 | 1100000 | 1100000 | 111000 | 0 | 1011100 | 10111 |
Color Harmonies of #710505
Complementary color
Monochromatic Colors of #710505
Black with #710505
Text Example
Text Example
White with #710505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710505; }
p { color: rgb(113,5,5); }
H1.HeaderClassName
{
color: #710505;
}
.AnyTagClassName
{
color: #710505;
}
</style>
background-color css
<style>
a { background-color: #710505; }
a { background-color: rgb(113,5,5); }
div.DivClassName
{
background-color: #710505;
}
.BgClassName
{
background-color: #710505;
}
</style>
border-color css
<style>
span { border-color: #710505; }
span { border-color: rgb(113,5,5); }
td.TdClassName
{
border-color: #710505;
}
.TagClassName
{
border-color: #710505;
}
</style>