Shades of Maroon #700C00
Tints of Maroon #700C00
RGB
CMYK
RGB Variations
Color information
#700C00 (or 0x700C00) is known color: Maroon. HEX triplet: 70, 0C and 00. RGB value is (112,12,0). Sum of RGB (Red+Green+Blue) = 112+12+0=124 (16% of max value = 765). Red value is 112 (44.14% from 255 or 90.32% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 112 - color contains mainly: red. Hex color #700C00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700C00 is #8FF3FF. Grayscale: #282828. Windows color (decimal): -9434112 or 3184. OLE color: 3184.
HSL color Cylindrical-coordinate representation of color #700C00: hue angle of 6.43º 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 #700C00 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 12 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.56 |
| HSL | 6.43º | 1% | 0.22% | - |
| HSV(B) | 6.43º | 1% | 0.44% | - |
| XYZ | 6.81 | 3.71 | 0.36 | - |
| YUV | 40.53 | 105.13 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 0 | 0 | 0.89 | 1 | 0.56 | 6.43 | 1 | 0.22 |
| Hex | 70 | C | 0 | 0 | 59 | 64 | 38 | 6 | 64 | 16 |
| Octal | 160 | 14 | 0 | 0 | 131 | 144 | 70 | 6 | 144 | 26 |
| Binary | 1110000 | 1100 | 0 | 0 | 1011001 | 1100100 | 111000 | 110 | 1100100 | 10110 |
Color Harmonies of #700C00
Complementary color
Monochromatic Colors of #700C00
Black with #700C00
Text Example
Text Example
White with #700C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700C00; }
p { color: rgb(112,12,0); }
H1.HeaderClassName
{
color: #700C00;
}
.AnyTagClassName
{
color: #700C00;
}
</style>
background-color css
<style>
a { background-color: #700C00; }
a { background-color: rgb(112,12,0); }
div.DivClassName
{
background-color: #700C00;
}
.BgClassName
{
background-color: #700C00;
}
</style>
border-color css
<style>
span { border-color: #700C00; }
span { border-color: rgb(112,12,0); }
td.TdClassName
{
border-color: #700C00;
}
.TagClassName
{
border-color: #700C00;
}
</style>