Shades of Maroon #700C07
Tints of Maroon #700C07
RGB
CMYK
RGB Variations
Color information
#700C07 (or 0x700C07) is known color: Maroon. HEX triplet: 70, 0C and 07. RGB value is (112,12,7). Sum of RGB (Red+Green+Blue) = 112+12+7=131 (17% of max value = 765). Red value is 112 (44.14% from 255 or 85.50% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 112 - color contains mainly: red. Hex color #700C07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700C07 is #8FF3F8. Grayscale: #292929. Windows color (decimal): -9434105 or 461936. OLE color: 461936.
HSL color Cylindrical-coordinate representation of color #700C07: hue angle of 2.86º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700C07 is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 12 | 7 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.56 |
| HSL | 2.86º | 0.88% | 0.23% | - |
| HSV(B) | 2.86º | 0.94% | 0.44% | - |
| XYZ | 6.85 | 3.72 | 0.56 | - |
| YUV | 41.33 | 108.63 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 7 | 0 | 0.89 | 0.94 | 0.56 | 2.86 | 0.88 | 0.23 |
| Hex | 70 | C | 7 | 0 | 59 | 5E | 38 | 3 | 58 | 17 |
| Octal | 160 | 14 | 7 | 0 | 131 | 136 | 70 | 3 | 130 | 27 |
| Binary | 1110000 | 1100 | 111 | 0 | 1011001 | 1011110 | 111000 | 11 | 1011000 | 10111 |
Color Harmonies of #700C07
Complementary color
Monochromatic Colors of #700C07
Black with #700C07
Text Example
Text Example
White with #700C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700C07; }
p { color: rgb(112,12,7); }
H1.HeaderClassName
{
color: #700C07;
}
.AnyTagClassName
{
color: #700C07;
}
</style>
background-color css
<style>
a { background-color: #700C07; }
a { background-color: rgb(112,12,7); }
div.DivClassName
{
background-color: #700C07;
}
.BgClassName
{
background-color: #700C07;
}
</style>
border-color css
<style>
span { border-color: #700C07; }
span { border-color: rgb(112,12,7); }
td.TdClassName
{
border-color: #700C07;
}
.TagClassName
{
border-color: #700C07;
}
</style>