Shades of Maroon #701401
Tints of Maroon #701401
RGB
CMYK
RGB Variations
Color information
#701401 (or 0x701401) is known color: Maroon. HEX triplet: 70, 14 and 01. RGB value is (112,20,1). Sum of RGB (Red+Green+Blue) = 112+20+1=133 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.21% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 112 - color contains mainly: red. Hex color #701401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701401 is #8FEBFE. Grayscale: #2D2D2D. Windows color (decimal): -9432063 or 70768. OLE color: 70768.
HSL color Cylindrical-coordinate representation of color #701401: hue angle of 10.27º 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 #701401 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 1 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.56 |
| HSL | 10.27º | 0.98% | 0.22% | - |
| HSV(B) | 10.27º | 0.99% | 0.44% | - |
| XYZ | 6.94 | 3.95 | 0.42 | - |
| YUV | 45.34 | 102.98 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 1 | 0 | 0.82 | 0.99 | 0.56 | 10.27 | 0.98 | 0.22 |
| Hex | 70 | 14 | 1 | 0 | 52 | 63 | 38 | A | 62 | 16 |
| Octal | 160 | 24 | 1 | 0 | 122 | 143 | 70 | 12 | 142 | 26 |
| Binary | 1110000 | 10100 | 1 | 0 | 1010010 | 1100011 | 111000 | 1010 | 1100010 | 10110 |
Color Harmonies of #701401
Complementary color
Monochromatic Colors of #701401
Black with #701401
Text Example
Text Example
White with #701401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701401; }
p { color: rgb(112,20,1); }
H1.HeaderClassName
{
color: #701401;
}
.AnyTagClassName
{
color: #701401;
}
</style>
background-color css
<style>
a { background-color: #701401; }
a { background-color: rgb(112,20,1); }
div.DivClassName
{
background-color: #701401;
}
.BgClassName
{
background-color: #701401;
}
</style>
border-color css
<style>
span { border-color: #701401; }
span { border-color: rgb(112,20,1); }
td.TdClassName
{
border-color: #701401;
}
.TagClassName
{
border-color: #701401;
}
</style>