Shades of Maroon #700D01
Tints of Maroon #700D01
RGB
CMYK
RGB Variations
Color information
#700D01 (or 0x700D01) is known color: Maroon. HEX triplet: 70, 0D and 01. RGB value is (112,13,1). Sum of RGB (Red+Green+Blue) = 112+13+1=126 (16% of max value = 765). Red value is 112 (44.14% from 255 or 88.89% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 112 - color contains mainly: red. Hex color #700D01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700D01 is #8FF2FE. Grayscale: #292929. Windows color (decimal): -9433855 or 68976. OLE color: 68976.
HSL color Cylindrical-coordinate representation of color #700D01: hue angle of 6.49º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700D01 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 1 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.56 |
| HSL | 6.49º | 0.98% | 0.22% | - |
| HSV(B) | 6.49º | 0.99% | 0.44% | - |
| XYZ | 6.83 | 3.73 | 0.39 | - |
| YUV | 41.23 | 105.3 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 1 | 0 | 0.88 | 0.99 | 0.56 | 6.49 | 0.98 | 0.22 |
| Hex | 70 | D | 1 | 0 | 58 | 63 | 38 | 6 | 62 | 16 |
| Octal | 160 | 15 | 1 | 0 | 130 | 143 | 70 | 6 | 142 | 26 |
| Binary | 1110000 | 1101 | 1 | 0 | 1011000 | 1100011 | 111000 | 110 | 1100010 | 10110 |
Color Harmonies of #700D01
Complementary color
Monochromatic Colors of #700D01
Black with #700D01
Text Example
Text Example
White with #700D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D01; }
p { color: rgb(112,13,1); }
H1.HeaderClassName
{
color: #700D01;
}
.AnyTagClassName
{
color: #700D01;
}
</style>
background-color css
<style>
a { background-color: #700D01; }
a { background-color: rgb(112,13,1); }
div.DivClassName
{
background-color: #700D01;
}
.BgClassName
{
background-color: #700D01;
}
</style>
border-color css
<style>
span { border-color: #700D01; }
span { border-color: rgb(112,13,1); }
td.TdClassName
{
border-color: #700D01;
}
.TagClassName
{
border-color: #700D01;
}
</style>