Shades of Maroon #701800
Tints of Maroon #701800
RGB
CMYK
RGB Variations
Color information
#701800 (or 0x701800) is known color: Maroon. HEX triplet: 70, 18 and 00. RGB value is (112,24,0). Sum of RGB (Red+Green+Blue) = 112+24+0=136 (18% of max value = 765). Red value is 112 (44.14% from 255 or 82.35% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 112 - color contains mainly: red. Hex color #701800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701800 is #8FE7FF. Grayscale: #2F2F2F. Windows color (decimal): -9431040 or 6256. OLE color: 6256.
HSL color Cylindrical-coordinate representation of color #701800: hue angle of 12.86º 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 #701800 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 24 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.56 |
| HSL | 12.86º | 1% | 0.22% | - |
| HSV(B) | 12.86º | 1% | 0.44% | - |
| XYZ | 7.01 | 4.1 | 0.42 | - |
| YUV | 47.58 | 101.15 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 24 | 0 | 0 | 0.79 | 1 | 0.56 | 12.86 | 1 | 0.22 |
| Hex | 70 | 18 | 0 | 0 | 4F | 64 | 38 | D | 64 | 16 |
| Octal | 160 | 30 | 0 | 0 | 117 | 144 | 70 | 15 | 144 | 26 |
| Binary | 1110000 | 11000 | 0 | 0 | 1001111 | 1100100 | 111000 | 1101 | 1100100 | 10110 |
Color Harmonies of #701800
Complementary color
Monochromatic Colors of #701800
Black with #701800
Text Example
Text Example
White with #701800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701800; }
p { color: rgb(112,24,0); }
H1.HeaderClassName
{
color: #701800;
}
.AnyTagClassName
{
color: #701800;
}
</style>
background-color css
<style>
a { background-color: #701800; }
a { background-color: rgb(112,24,0); }
div.DivClassName
{
background-color: #701800;
}
.BgClassName
{
background-color: #701800;
}
</style>
border-color css
<style>
span { border-color: #701800; }
span { border-color: rgb(112,24,0); }
td.TdClassName
{
border-color: #701800;
}
.TagClassName
{
border-color: #701800;
}
</style>