Shades of Maroon #700000
Tints of Maroon #700000
RGB
CMYK
RGB Variations
Color information
#700000 (or 0x700000) is known color: Maroon. HEX triplet: 70, 00 and 00. RGB value is (112,0,0). Sum of RGB (Red+Green+Blue) = 112+0+0=112 (14% of max value = 765). Red value is 112 (44.14% from 255 or 100% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 112 - color contains mainly: red. Hex color #700000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700000 is #8FFFFF. Grayscale: #212121. Windows color (decimal): -9437184 or 112. OLE color: 112.
HSL color Cylindrical-coordinate representation of color #700000: hue angle of 0º 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 #700000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.56 |
| HSL | 0º | 1% | 0.22% | - |
| HSV(B) | 0º | 1% | 0.44% | - |
| XYZ | 6.68 | 3.44 | 0.31 | - |
| YUV | 33.49 | 109.11 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 0 | 0 | 1 | 1 | 0.56 | 0 | 1 | 0.22 |
| Hex | 70 | 0 | 0 | 0 | 64 | 64 | 38 | 0 | 64 | 16 |
| Octal | 160 | 0 | 0 | 0 | 144 | 144 | 70 | 0 | 144 | 26 |
| Binary | 1110000 | 0 | 0 | 0 | 1100100 | 1100100 | 111000 | 0 | 1100100 | 10110 |
Color Harmonies of #700000
Complementary color
Monochromatic Colors of #700000
Black with #700000
Text Example
Text Example
White with #700000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700000; }
p { color: rgb(112,0,0); }
H1.HeaderClassName
{
color: #700000;
}
.AnyTagClassName
{
color: #700000;
}
</style>
background-color css
<style>
a { background-color: #700000; }
a { background-color: rgb(112,0,0); }
div.DivClassName
{
background-color: #700000;
}
.BgClassName
{
background-color: #700000;
}
</style>
border-color css
<style>
span { border-color: #700000; }
span { border-color: rgb(112,0,0); }
td.TdClassName
{
border-color: #700000;
}
.TagClassName
{
border-color: #700000;
}
</style>