Shades of Maroon #701205
Tints of Maroon #701205
RGB
CMYK
RGB Variations
Color information
#701205 (or 0x701205) is known color: Maroon. HEX triplet: 70, 12 and 05. RGB value is (112,18,5). Sum of RGB (Red+Green+Blue) = 112+18+5=135 (17% of max value = 765). Red value is 112 (44.14% from 255 or 82.96% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 112 - color contains mainly: red. Hex color #701205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701205 is #8FEDFA. Grayscale: #2C2C2C. Windows color (decimal): -9432571 or 332400. OLE color: 332400.
HSL color Cylindrical-coordinate representation of color #701205: hue angle of 7.29º degrees, saturation: 0.91, 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 #701205 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 18 | 5 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.56 |
| HSL | 7.29º | 0.91% | 0.23% | - |
| HSV(B) | 7.29º | 0.96% | 0.44% | - |
| XYZ | 6.93 | 3.89 | 0.53 | - |
| YUV | 44.62 | 105.64 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 5 | 0 | 0.84 | 0.96 | 0.56 | 7.29 | 0.91 | 0.23 |
| Hex | 70 | 12 | 5 | 0 | 54 | 60 | 38 | 7 | 5B | 17 |
| Octal | 160 | 22 | 5 | 0 | 124 | 140 | 70 | 7 | 133 | 27 |
| Binary | 1110000 | 10010 | 101 | 0 | 1010100 | 1100000 | 111000 | 111 | 1011011 | 10111 |
Color Harmonies of #701205
Complementary color
Monochromatic Colors of #701205
Black with #701205
Text Example
Text Example
White with #701205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701205; }
p { color: rgb(112,18,5); }
H1.HeaderClassName
{
color: #701205;
}
.AnyTagClassName
{
color: #701205;
}
</style>
background-color css
<style>
a { background-color: #701205; }
a { background-color: rgb(112,18,5); }
div.DivClassName
{
background-color: #701205;
}
.BgClassName
{
background-color: #701205;
}
</style>
border-color css
<style>
span { border-color: #701205; }
span { border-color: rgb(112,18,5); }
td.TdClassName
{
border-color: #701205;
}
.TagClassName
{
border-color: #701205;
}
</style>