Shades of Maroon #700A04
Tints of Maroon #700A04
RGB
CMYK
RGB Variations
Color information
#700A04 (or 0x700A04) is known color: Maroon. HEX triplet: 70, 0A and 04. RGB value is (112,10,4). Sum of RGB (Red+Green+Blue) = 112+10+4=126 (16% of max value = 765). Red value is 112 (44.14% from 255 or 88.89% from 126); Green value is 10 (4.30% from 255 or 7.94% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 112 - color contains mainly: red. Hex color #700A04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700A04 is #8FF5FB. Grayscale: #272727. Windows color (decimal): -9434620 or 264816. OLE color: 264816.
HSL color Cylindrical-coordinate representation of color #700A04: hue angle of 3.33º 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 #700A04 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 4 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.56 |
| HSL | 3.33º | 0.93% | 0.23% | - |
| HSV(B) | 3.33º | 0.96% | 0.44% | - |
| XYZ | 6.81 | 3.67 | 0.46 | - |
| YUV | 39.81 | 107.79 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 4 | 0 | 0.91 | 0.96 | 0.56 | 3.33 | 0.93 | 0.23 |
| Hex | 70 | A | 4 | 0 | 5B | 60 | 38 | 3 | 5D | 17 |
| Octal | 160 | 12 | 4 | 0 | 133 | 140 | 70 | 3 | 135 | 27 |
| Binary | 1110000 | 1010 | 100 | 0 | 1011011 | 1100000 | 111000 | 11 | 1011101 | 10111 |
Color Harmonies of #700A04
Complementary color
Monochromatic Colors of #700A04
Black with #700A04
Text Example
Text Example
White with #700A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A04; }
p { color: rgb(112,10,4); }
H1.HeaderClassName
{
color: #700A04;
}
.AnyTagClassName
{
color: #700A04;
}
</style>
background-color css
<style>
a { background-color: #700A04; }
a { background-color: rgb(112,10,4); }
div.DivClassName
{
background-color: #700A04;
}
.BgClassName
{
background-color: #700A04;
}
</style>
border-color css
<style>
span { border-color: #700A04; }
span { border-color: rgb(112,10,4); }
td.TdClassName
{
border-color: #700A04;
}
.TagClassName
{
border-color: #700A04;
}
</style>