Shades of Maroon #700604
Tints of Maroon #700604
RGB
CMYK
RGB Variations
Color information
#700604 (or 0x700604) is known color: Maroon. HEX triplet: 70, 06 and 04. RGB value is (112,6,4). Sum of RGB (Red+Green+Blue) = 112+6+4=122 (16% of max value = 765). Red value is 112 (44.14% from 255 or 91.80% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 112 - color contains mainly: red. Hex color #700604 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700604 is #8FF9FB. Grayscale: #252525. Windows color (decimal): -9435644 or 263792. OLE color: 263792.
HSL color Cylindrical-coordinate representation of color #700604: hue angle of 1.11º 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 #700604 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 6 | 4 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.56 |
| HSL | 1.11º | 0.93% | 0.23% | - |
| HSV(B) | 1.11º | 0.96% | 0.44% | - |
| XYZ | 6.77 | 3.58 | 0.45 | - |
| YUV | 37.47 | 109.12 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 4 | 0 | 0.95 | 0.96 | 0.56 | 1.11 | 0.93 | 0.23 |
| Hex | 70 | 6 | 4 | 0 | 5F | 60 | 38 | 1 | 5D | 17 |
| Octal | 160 | 6 | 4 | 0 | 137 | 140 | 70 | 1 | 135 | 27 |
| Binary | 1110000 | 110 | 100 | 0 | 1011111 | 1100000 | 111000 | 1 | 1011101 | 10111 |
Color Harmonies of #700604
Complementary color
Monochromatic Colors of #700604
Black with #700604
Text Example
Text Example
White with #700604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700604; }
p { color: rgb(112,6,4); }
H1.HeaderClassName
{
color: #700604;
}
.AnyTagClassName
{
color: #700604;
}
</style>
background-color css
<style>
a { background-color: #700604; }
a { background-color: rgb(112,6,4); }
div.DivClassName
{
background-color: #700604;
}
.BgClassName
{
background-color: #700604;
}
</style>
border-color css
<style>
span { border-color: #700604; }
span { border-color: rgb(112,6,4); }
td.TdClassName
{
border-color: #700604;
}
.TagClassName
{
border-color: #700604;
}
</style>