Shades of Maroon #700804
Tints of Maroon #700804
RGB
CMYK
RGB Variations
Color information
#700804 (or 0x700804) is known color: Maroon. HEX triplet: 70, 08 and 04. RGB value is (112,8,4). Sum of RGB (Red+Green+Blue) = 112+8+4=124 (16% of max value = 765). Red value is 112 (44.14% from 255 or 90.32% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 112 - color contains mainly: red. Hex color #700804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700804 is #8FF7FB. Grayscale: #262626. Windows color (decimal): -9435132 or 264304. OLE color: 264304.
HSL color Cylindrical-coordinate representation of color #700804: hue angle of 2.22º 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 #700804 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 8 | 4 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.56 |
| HSL | 2.22º | 0.93% | 0.23% | - |
| HSV(B) | 2.22º | 0.96% | 0.44% | - |
| XYZ | 6.79 | 3.63 | 0.46 | - |
| YUV | 38.64 | 108.46 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 4 | 0 | 0.93 | 0.96 | 0.56 | 2.22 | 0.93 | 0.23 |
| Hex | 70 | 8 | 4 | 0 | 5D | 60 | 38 | 2 | 5D | 17 |
| Octal | 160 | 10 | 4 | 0 | 135 | 140 | 70 | 2 | 135 | 27 |
| Binary | 1110000 | 1000 | 100 | 0 | 1011101 | 1100000 | 111000 | 10 | 1011101 | 10111 |
Color Harmonies of #700804
Complementary color
Monochromatic Colors of #700804
Black with #700804
Text Example
Text Example
White with #700804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700804; }
p { color: rgb(112,8,4); }
H1.HeaderClassName
{
color: #700804;
}
.AnyTagClassName
{
color: #700804;
}
</style>
background-color css
<style>
a { background-color: #700804; }
a { background-color: rgb(112,8,4); }
div.DivClassName
{
background-color: #700804;
}
.BgClassName
{
background-color: #700804;
}
</style>
border-color css
<style>
span { border-color: #700804; }
span { border-color: rgb(112,8,4); }
td.TdClassName
{
border-color: #700804;
}
.TagClassName
{
border-color: #700804;
}
</style>