Shades of Maroon #700701
Tints of Maroon #700701
RGB
CMYK
RGB Variations
Color information
#700701 (or 0x700701) is known color: Maroon. HEX triplet: 70, 07 and 01. RGB value is (112,7,1). Sum of RGB (Red+Green+Blue) = 112+7+1=120 (15% of max value = 765). Red value is 112 (44.14% from 255 or 93.33% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 112 - color contains mainly: red. Hex color #700701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700701 is #8FF8FE. Grayscale: #252525. Windows color (decimal): -9435391 or 67440. OLE color: 67440.
HSL color Cylindrical-coordinate representation of color #700701: hue angle of 3.24º 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 #700701 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.56 |
| HSL | 3.24º | 0.98% | 0.22% | - |
| HSV(B) | 3.24º | 0.99% | 0.44% | - |
| XYZ | 6.76 | 3.6 | 0.37 | - |
| YUV | 37.71 | 107.29 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 1 | 0 | 0.94 | 0.99 | 0.56 | 3.24 | 0.98 | 0.22 |
| Hex | 70 | 7 | 1 | 0 | 5E | 63 | 38 | 3 | 62 | 16 |
| Octal | 160 | 7 | 1 | 0 | 136 | 143 | 70 | 3 | 142 | 26 |
| Binary | 1110000 | 111 | 1 | 0 | 1011110 | 1100011 | 111000 | 11 | 1100010 | 10110 |
Color Harmonies of #700701
Complementary color
Monochromatic Colors of #700701
Black with #700701
Text Example
Text Example
White with #700701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700701; }
p { color: rgb(112,7,1); }
H1.HeaderClassName
{
color: #700701;
}
.AnyTagClassName
{
color: #700701;
}
</style>
background-color css
<style>
a { background-color: #700701; }
a { background-color: rgb(112,7,1); }
div.DivClassName
{
background-color: #700701;
}
.BgClassName
{
background-color: #700701;
}
</style>
border-color css
<style>
span { border-color: #700701; }
span { border-color: rgb(112,7,1); }
td.TdClassName
{
border-color: #700701;
}
.TagClassName
{
border-color: #700701;
}
</style>