Shades of Maroon #700D04
Tints of Maroon #700D04
RGB
CMYK
RGB Variations
Color information
#700D04 (or 0x700D04) is known color: Maroon. HEX triplet: 70, 0D and 04. RGB value is (112,13,4). Sum of RGB (Red+Green+Blue) = 112+13+4=129 (17% of max value = 765). Red value is 112 (44.14% from 255 or 86.82% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 112 - color contains mainly: red. Hex color #700D04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700D04 is #8FF2FB. Grayscale: #292929. Windows color (decimal): -9433852 or 265584. OLE color: 265584.
HSL color Cylindrical-coordinate representation of color #700D04: hue angle of 5º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700D04 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 4 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.56 |
| HSL | 5º | 0.93% | 0.23% | - |
| HSV(B) | 5º | 0.96% | 0.44% | - |
| XYZ | 6.85 | 3.74 | 0.48 | - |
| YUV | 41.58 | 106.8 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 4 | 0 | 0.88 | 0.96 | 0.56 | 5 | 0.93 | 0.23 |
| Hex | 70 | D | 4 | 0 | 58 | 60 | 38 | 5 | 5D | 17 |
| Octal | 160 | 15 | 4 | 0 | 130 | 140 | 70 | 5 | 135 | 27 |
| Binary | 1110000 | 1101 | 100 | 0 | 1011000 | 1100000 | 111000 | 101 | 1011101 | 10111 |
Color Harmonies of #700D04
Complementary color
Monochromatic Colors of #700D04
Black with #700D04
Text Example
Text Example
White with #700D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D04; }
p { color: rgb(112,13,4); }
H1.HeaderClassName
{
color: #700D04;
}
.AnyTagClassName
{
color: #700D04;
}
</style>
background-color css
<style>
a { background-color: #700D04; }
a { background-color: rgb(112,13,4); }
div.DivClassName
{
background-color: #700D04;
}
.BgClassName
{
background-color: #700D04;
}
</style>
border-color css
<style>
span { border-color: #700D04; }
span { border-color: rgb(112,13,4); }
td.TdClassName
{
border-color: #700D04;
}
.TagClassName
{
border-color: #700D04;
}
</style>