Shades of Maroon #700C04
Tints of Maroon #700C04
RGB
CMYK
RGB Variations
Color information
#700C04 (or 0x700C04) is known color: Maroon. HEX triplet: 70, 0C and 04. RGB value is (112,12,4). Sum of RGB (Red+Green+Blue) = 112+12+4=128 (16% of max value = 765). Red value is 112 (44.14% from 255 or 87.5% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 112 - color contains mainly: red. Hex color #700C04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700C04 is #8FF3FB. Grayscale: #292929. Windows color (decimal): -9434108 or 265328. OLE color: 265328.
HSL color Cylindrical-coordinate representation of color #700C04: hue angle of 4.44º 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 #700C04 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 12 | 4 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.56 |
| HSL | 4.44º | 0.93% | 0.23% | - |
| HSV(B) | 4.44º | 0.96% | 0.44% | - |
| XYZ | 6.84 | 3.72 | 0.47 | - |
| YUV | 40.99 | 107.13 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 4 | 0 | 0.89 | 0.96 | 0.56 | 4.44 | 0.93 | 0.23 |
| Hex | 70 | C | 4 | 0 | 59 | 60 | 38 | 4 | 5D | 17 |
| Octal | 160 | 14 | 4 | 0 | 131 | 140 | 70 | 4 | 135 | 27 |
| Binary | 1110000 | 1100 | 100 | 0 | 1011001 | 1100000 | 111000 | 100 | 1011101 | 10111 |
Color Harmonies of #700C04
Complementary color
Monochromatic Colors of #700C04
Black with #700C04
Text Example
Text Example
White with #700C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700C04; }
p { color: rgb(112,12,4); }
H1.HeaderClassName
{
color: #700C04;
}
.AnyTagClassName
{
color: #700C04;
}
</style>
background-color css
<style>
a { background-color: #700C04; }
a { background-color: rgb(112,12,4); }
div.DivClassName
{
background-color: #700C04;
}
.BgClassName
{
background-color: #700C04;
}
</style>
border-color css
<style>
span { border-color: #700C04; }
span { border-color: rgb(112,12,4); }
td.TdClassName
{
border-color: #700C04;
}
.TagClassName
{
border-color: #700C04;
}
</style>