Shades of Maroon #701206
Tints of Maroon #701206
RGB
CMYK
RGB Variations
Color information
#701206 (or 0x701206) is known color: Maroon. HEX triplet: 70, 12 and 06. RGB value is (112,18,6). Sum of RGB (Red+Green+Blue) = 112+18+6=136 (18% of max value = 765). Red value is 112 (44.14% from 255 or 82.35% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 112 - color contains mainly: red. Hex color #701206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701206 is #8FEDF9. Grayscale: #2C2C2C. Windows color (decimal): -9432570 or 397936. OLE color: 397936.
HSL color Cylindrical-coordinate representation of color #701206: hue angle of 6.79º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #701206 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 18 | 6 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.56 |
| HSL | 6.79º | 0.9% | 0.23% | - |
| HSV(B) | 6.79º | 0.95% | 0.44% | - |
| XYZ | 6.93 | 3.89 | 0.56 | - |
| YUV | 44.74 | 106.14 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 6 | 0 | 0.84 | 0.95 | 0.56 | 6.79 | 0.9 | 0.23 |
| Hex | 70 | 12 | 6 | 0 | 54 | 5F | 38 | 7 | 5A | 17 |
| Octal | 160 | 22 | 6 | 0 | 124 | 137 | 70 | 7 | 132 | 27 |
| Binary | 1110000 | 10010 | 110 | 0 | 1010100 | 1011111 | 111000 | 111 | 1011010 | 10111 |
Color Harmonies of #701206
Complementary color
Monochromatic Colors of #701206
Black with #701206
Text Example
Text Example
White with #701206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701206; }
p { color: rgb(112,18,6); }
H1.HeaderClassName
{
color: #701206;
}
.AnyTagClassName
{
color: #701206;
}
</style>
background-color css
<style>
a { background-color: #701206; }
a { background-color: rgb(112,18,6); }
div.DivClassName
{
background-color: #701206;
}
.BgClassName
{
background-color: #701206;
}
</style>
border-color css
<style>
span { border-color: #701206; }
span { border-color: rgb(112,18,6); }
td.TdClassName
{
border-color: #701206;
}
.TagClassName
{
border-color: #701206;
}
</style>