Shades of Maroon #700D02
Tints of Maroon #700D02
RGB
CMYK
RGB Variations
Color information
#700D02 (or 0x700D02) is known color: Maroon. HEX triplet: 70, 0D and 02. RGB value is (112,13,2). Sum of RGB (Red+Green+Blue) = 112+13+2=127 (16% of max value = 765). Red value is 112 (44.14% from 255 or 88.19% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 112 - color contains mainly: red. Hex color #700D02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700D02 is #8FF2FD. Grayscale: #292929. Windows color (decimal): -9433854 or 134512. OLE color: 134512.
HSL color Cylindrical-coordinate representation of color #700D02: hue angle of 6º 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 #700D02 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 2 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.56 |
| HSL | 6º | 0.96% | 0.22% | - |
| HSV(B) | 6º | 0.98% | 0.44% | - |
| XYZ | 6.84 | 3.74 | 0.42 | - |
| YUV | 41.35 | 105.8 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 2 | 0 | 0.88 | 0.98 | 0.56 | 6 | 0.96 | 0.22 |
| Hex | 70 | D | 2 | 0 | 58 | 62 | 38 | 6 | 60 | 16 |
| Octal | 160 | 15 | 2 | 0 | 130 | 142 | 70 | 6 | 140 | 26 |
| Binary | 1110000 | 1101 | 10 | 0 | 1011000 | 1100010 | 111000 | 110 | 1100000 | 10110 |
Color Harmonies of #700D02
Complementary color
Monochromatic Colors of #700D02
Black with #700D02
Text Example
Text Example
White with #700D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D02; }
p { color: rgb(112,13,2); }
H1.HeaderClassName
{
color: #700D02;
}
.AnyTagClassName
{
color: #700D02;
}
</style>
background-color css
<style>
a { background-color: #700D02; }
a { background-color: rgb(112,13,2); }
div.DivClassName
{
background-color: #700D02;
}
.BgClassName
{
background-color: #700D02;
}
</style>
border-color css
<style>
span { border-color: #700D02; }
span { border-color: rgb(112,13,2); }
td.TdClassName
{
border-color: #700D02;
}
.TagClassName
{
border-color: #700D02;
}
</style>