Shades of Maroon #700801
Tints of Maroon #700801
RGB
CMYK
RGB Variations
Color information
#700801 (or 0x700801) is known color: Maroon. HEX triplet: 70, 08 and 01. RGB value is (112,8,1). Sum of RGB (Red+Green+Blue) = 112+8+1=121 (16% of max value = 765). Red value is 112 (44.14% from 255 or 92.56% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 112 - color contains mainly: red. Hex color #700801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700801 is #8FF7FE. Grayscale: #262626. Windows color (decimal): -9435135 or 67696. OLE color: 67696.
HSL color Cylindrical-coordinate representation of color #700801: hue angle of 3.78º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700801 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 8 | 1 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.56 |
| HSL | 3.78º | 0.98% | 0.22% | - |
| HSV(B) | 3.78º | 0.99% | 0.44% | - |
| XYZ | 6.77 | 3.62 | 0.37 | - |
| YUV | 38.3 | 106.96 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 1 | 0 | 0.93 | 0.99 | 0.56 | 3.78 | 0.98 | 0.22 |
| Hex | 70 | 8 | 1 | 0 | 5D | 63 | 38 | 4 | 62 | 16 |
| Octal | 160 | 10 | 1 | 0 | 135 | 143 | 70 | 4 | 142 | 26 |
| Binary | 1110000 | 1000 | 1 | 0 | 1011101 | 1100011 | 111000 | 100 | 1100010 | 10110 |
Color Harmonies of #700801
Complementary color
Monochromatic Colors of #700801
Black with #700801
Text Example
Text Example
White with #700801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700801; }
p { color: rgb(112,8,1); }
H1.HeaderClassName
{
color: #700801;
}
.AnyTagClassName
{
color: #700801;
}
</style>
background-color css
<style>
a { background-color: #700801; }
a { background-color: rgb(112,8,1); }
div.DivClassName
{
background-color: #700801;
}
.BgClassName
{
background-color: #700801;
}
</style>
border-color css
<style>
span { border-color: #700801; }
span { border-color: rgb(112,8,1); }
td.TdClassName
{
border-color: #700801;
}
.TagClassName
{
border-color: #700801;
}
</style>