Shades of Maroon #700A02
Tints of Maroon #700A02
RGB
CMYK
RGB Variations
Color information
#700A02 (or 0x700A02) is known color: Maroon. HEX triplet: 70, 0A and 02. RGB value is (112,10,2). Sum of RGB (Red+Green+Blue) = 112+10+2=124 (16% of max value = 765). Red value is 112 (44.14% from 255 or 90.32% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 112 - color contains mainly: red. Hex color #700A02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700A02 is #8FF5FD. Grayscale: #272727. Windows color (decimal): -9434622 or 133744. OLE color: 133744.
HSL color Cylindrical-coordinate representation of color #700A02: hue angle of 4.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700A02 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 2 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.56 |
| HSL | 4.36º | 0.96% | 0.22% | - |
| HSV(B) | 4.36º | 0.98% | 0.44% | - |
| XYZ | 6.8 | 3.67 | 0.41 | - |
| YUV | 39.59 | 106.79 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 2 | 0 | 0.91 | 0.98 | 0.56 | 4.36 | 0.96 | 0.22 |
| Hex | 70 | A | 2 | 0 | 5B | 62 | 38 | 4 | 60 | 16 |
| Octal | 160 | 12 | 2 | 0 | 133 | 142 | 70 | 4 | 140 | 26 |
| Binary | 1110000 | 1010 | 10 | 0 | 1011011 | 1100010 | 111000 | 100 | 1100000 | 10110 |
Color Harmonies of #700A02
Complementary color
Monochromatic Colors of #700A02
Black with #700A02
Text Example
Text Example
White with #700A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A02; }
p { color: rgb(112,10,2); }
H1.HeaderClassName
{
color: #700A02;
}
.AnyTagClassName
{
color: #700A02;
}
</style>
background-color css
<style>
a { background-color: #700A02; }
a { background-color: rgb(112,10,2); }
div.DivClassName
{
background-color: #700A02;
}
.BgClassName
{
background-color: #700A02;
}
</style>
border-color css
<style>
span { border-color: #700A02; }
span { border-color: rgb(112,10,2); }
td.TdClassName
{
border-color: #700A02;
}
.TagClassName
{
border-color: #700A02;
}
</style>