Shades of Maroon #701404
Tints of Maroon #701404
RGB
CMYK
RGB Variations
Color information
#701404 (or 0x701404) is known color: Maroon. HEX triplet: 70, 14 and 04. RGB value is (112,20,4). Sum of RGB (Red+Green+Blue) = 112+20+4=136 (18% of max value = 765). Red value is 112 (44.14% from 255 or 82.35% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 112 - color contains mainly: red. Hex color #701404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701404 is #8FEBFB. Grayscale: #2D2D2D. Windows color (decimal): -9432060 or 267376. OLE color: 267376.
HSL color Cylindrical-coordinate representation of color #701404: hue angle of 8.89º 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 #701404 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 4 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.56 |
| HSL | 8.89º | 0.93% | 0.23% | - |
| HSV(B) | 8.89º | 0.96% | 0.44% | - |
| XYZ | 6.95 | 3.95 | 0.51 | - |
| YUV | 45.68 | 104.48 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 4 | 0 | 0.82 | 0.96 | 0.56 | 8.89 | 0.93 | 0.23 |
| Hex | 70 | 14 | 4 | 0 | 52 | 60 | 38 | 9 | 5D | 17 |
| Octal | 160 | 24 | 4 | 0 | 122 | 140 | 70 | 11 | 135 | 27 |
| Binary | 1110000 | 10100 | 100 | 0 | 1010010 | 1100000 | 111000 | 1001 | 1011101 | 10111 |
Color Harmonies of #701404
Complementary color
Monochromatic Colors of #701404
Black with #701404
Text Example
Text Example
White with #701404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701404; }
p { color: rgb(112,20,4); }
H1.HeaderClassName
{
color: #701404;
}
.AnyTagClassName
{
color: #701404;
}
</style>
background-color css
<style>
a { background-color: #701404; }
a { background-color: rgb(112,20,4); }
div.DivClassName
{
background-color: #701404;
}
.BgClassName
{
background-color: #701404;
}
</style>
border-color css
<style>
span { border-color: #701404; }
span { border-color: rgb(112,20,4); }
td.TdClassName
{
border-color: #701404;
}
.TagClassName
{
border-color: #701404;
}
</style>