Shades of Maroon #700D08
Tints of Maroon #700D08
RGB
CMYK
RGB Variations
Color information
#700D08 (or 0x700D08) is known color: Maroon. HEX triplet: 70, 0D and 08. RGB value is (112,13,8). Sum of RGB (Red+Green+Blue) = 112+13+8=133 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.21% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 112 - color contains mainly: red. Hex color #700D08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700D08 is #8FF2F7. Grayscale: #2A2A2A. Windows color (decimal): -9433848 or 527728. OLE color: 527728.
HSL color Cylindrical-coordinate representation of color #700D08: hue angle of 2.88º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700D08 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 8 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.56 |
| HSL | 2.88º | 0.87% | 0.24% | - |
| HSV(B) | 2.88º | 0.93% | 0.44% | - |
| XYZ | 6.87 | 3.75 | 0.59 | - |
| YUV | 42.03 | 108.8 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 8 | 0 | 0.88 | 0.93 | 0.56 | 2.88 | 0.87 | 0.24 |
| Hex | 70 | D | 8 | 0 | 58 | 5D | 38 | 3 | 57 | 18 |
| Octal | 160 | 15 | 10 | 0 | 130 | 135 | 70 | 3 | 127 | 30 |
| Binary | 1110000 | 1101 | 1000 | 0 | 1011000 | 1011101 | 111000 | 11 | 1010111 | 11000 |
Color Harmonies of #700D08
Complementary color
Monochromatic Colors of #700D08
Black with #700D08
Text Example
Text Example
White with #700D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D08; }
p { color: rgb(112,13,8); }
H1.HeaderClassName
{
color: #700D08;
}
.AnyTagClassName
{
color: #700D08;
}
</style>
background-color css
<style>
a { background-color: #700D08; }
a { background-color: rgb(112,13,8); }
div.DivClassName
{
background-color: #700D08;
}
.BgClassName
{
background-color: #700D08;
}
</style>
border-color css
<style>
span { border-color: #700D08; }
span { border-color: rgb(112,13,8); }
td.TdClassName
{
border-color: #700D08;
}
.TagClassName
{
border-color: #700D08;
}
</style>