Shades of Maroon #700D00
Tints of Maroon #700D00
RGB
CMYK
RGB Variations
Color information
#700D00 (or 0x700D00) is known color: Maroon. HEX triplet: 70, 0D and 00. RGB value is (112,13,0). Sum of RGB (Red+Green+Blue) = 112+13+0=125 (16% of max value = 765). Red value is 112 (44.14% from 255 or 89.6% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 112 - color contains mainly: red. Hex color #700D00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700D00 is #8FF2FF. Grayscale: #292929. Windows color (decimal): -9433856 or 3440. OLE color: 3440.
HSL color Cylindrical-coordinate representation of color #700D00: hue angle of 6.96º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700D00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.56 |
| HSL | 6.96º | 1% | 0.22% | - |
| HSV(B) | 6.96º | 1% | 0.44% | - |
| XYZ | 6.83 | 3.73 | 0.36 | - |
| YUV | 41.12 | 104.8 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 0 | 0 | 0.88 | 1 | 0.56 | 6.96 | 1 | 0.22 |
| Hex | 70 | D | 0 | 0 | 58 | 64 | 38 | 7 | 64 | 16 |
| Octal | 160 | 15 | 0 | 0 | 130 | 144 | 70 | 7 | 144 | 26 |
| Binary | 1110000 | 1101 | 0 | 0 | 1011000 | 1100100 | 111000 | 111 | 1100100 | 10110 |
Color Harmonies of #700D00
Complementary color
Monochromatic Colors of #700D00
Black with #700D00
Text Example
Text Example
White with #700D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D00; }
p { color: rgb(112,13,0); }
H1.HeaderClassName
{
color: #700D00;
}
.AnyTagClassName
{
color: #700D00;
}
</style>
background-color css
<style>
a { background-color: #700D00; }
a { background-color: rgb(112,13,0); }
div.DivClassName
{
background-color: #700D00;
}
.BgClassName
{
background-color: #700D00;
}
</style>
border-color css
<style>
span { border-color: #700D00; }
span { border-color: rgb(112,13,0); }
td.TdClassName
{
border-color: #700D00;
}
.TagClassName
{
border-color: #700D00;
}
</style>