Shades of Maroon #710604
Tints of Maroon #710604
RGB
CMYK
RGB Variations
Color information
#710604 (or 0x710604) is known color: Maroon. HEX triplet: 71, 06 and 04. RGB value is (113,6,4). Sum of RGB (Red+Green+Blue) = 113+6+4=123 (16% of max value = 765). Red value is 113 (44.53% from 255 or 91.87% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 113 - color contains mainly: red. Hex color #710604 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710604 is #8EF9FB. Grayscale: #252525. Windows color (decimal): -9370108 or 263793. OLE color: 263793.
HSL color Cylindrical-coordinate representation of color #710604: hue angle of 1.1º 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 #710604 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 6 | 4 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.56 |
| HSL | 1.1º | 0.93% | 0.23% | - |
| HSV(B) | 1.1º | 0.96% | 0.44% | - |
| XYZ | 6.9 | 3.65 | 0.46 | - |
| YUV | 37.77 | 108.95 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 6 | 4 | 0 | 0.95 | 0.96 | 0.56 | 1.1 | 0.93 | 0.23 |
| Hex | 71 | 6 | 4 | 0 | 5F | 60 | 38 | 1 | 5D | 17 |
| Octal | 161 | 6 | 4 | 0 | 137 | 140 | 70 | 1 | 135 | 27 |
| Binary | 1110001 | 110 | 100 | 0 | 1011111 | 1100000 | 111000 | 1 | 1011101 | 10111 |
Color Harmonies of #710604
Complementary color
Monochromatic Colors of #710604
Black with #710604
Text Example
Text Example
White with #710604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710604; }
p { color: rgb(113,6,4); }
H1.HeaderClassName
{
color: #710604;
}
.AnyTagClassName
{
color: #710604;
}
</style>
background-color css
<style>
a { background-color: #710604; }
a { background-color: rgb(113,6,4); }
div.DivClassName
{
background-color: #710604;
}
.BgClassName
{
background-color: #710604;
}
</style>
border-color css
<style>
span { border-color: #710604; }
span { border-color: rgb(113,6,4); }
td.TdClassName
{
border-color: #710604;
}
.TagClassName
{
border-color: #710604;
}
</style>