Shades of Maroon #700E0A
Tints of Maroon #700E0A
RGB
CMYK
RGB Variations
Color information
#700E0A (or 0x700E0A) is known color: Maroon. HEX triplet: 70, 0E and 0A. RGB value is (112,14,10). Sum of RGB (Red+Green+Blue) = 112+14+10=136 (18% of max value = 765). Red value is 112 (44.14% from 255 or 82.35% from 136); Green value is 14 (5.86% from 255 or 10.29% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 112 - color contains mainly: red. Hex color #700E0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700E0A is #8FF1F5. Grayscale: #2A2A2A. Windows color (decimal): -9433590 or 659056. OLE color: 659056.
HSL color Cylindrical-coordinate representation of color #700E0A: hue angle of 2.35º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700E0A is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 14 | 10 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.56 |
| HSL | 2.35º | 0.84% | 0.24% | - |
| HSV(B) | 2.35º | 0.91% | 0.44% | - |
| XYZ | 6.89 | 3.78 | 0.65 | - |
| YUV | 42.85 | 109.47 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 10 | 0 | 0.88 | 0.91 | 0.56 | 2.35 | 0.84 | 0.24 |
| Hex | 70 | E | A | 0 | 58 | 5B | 38 | 2 | 54 | 18 |
| Octal | 160 | 16 | 12 | 0 | 130 | 133 | 70 | 2 | 124 | 30 |
| Binary | 1110000 | 1110 | 1010 | 0 | 1011000 | 1011011 | 111000 | 10 | 1010100 | 11000 |
Color Harmonies of #700E0A
Complementary color
Monochromatic Colors of #700E0A
Black with #700E0A
Text Example
Text Example
White with #700E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700E0A; }
p { color: rgb(112,14,10); }
H1.HeaderClassName
{
color: #700E0A;
}
.AnyTagClassName
{
color: #700E0A;
}
</style>
background-color css
<style>
a { background-color: #700E0A; }
a { background-color: rgb(112,14,10); }
div.DivClassName
{
background-color: #700E0A;
}
.BgClassName
{
background-color: #700E0A;
}
</style>
border-color css
<style>
span { border-color: #700E0A; }
span { border-color: rgb(112,14,10); }
td.TdClassName
{
border-color: #700E0A;
}
.TagClassName
{
border-color: #700E0A;
}
</style>