Shades of Maroon #701502
Tints of Maroon #701502
RGB
CMYK
RGB Variations
Color information
#701502 (or 0x701502) is known color: Maroon. HEX triplet: 70, 15 and 02. RGB value is (112,21,2). Sum of RGB (Red+Green+Blue) = 112+21+2=135 (17% of max value = 765). Red value is 112 (44.14% from 255 or 82.96% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 112 - color contains mainly: red. Hex color #701502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701502 is #8FEAFD. Grayscale: #2E2E2E. Windows color (decimal): -9431806 or 136560. OLE color: 136560.
HSL color Cylindrical-coordinate representation of color #701502: hue angle of 10.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #701502 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 21 | 2 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.56 |
| HSL | 10.36º | 0.96% | 0.22% | - |
| HSV(B) | 10.36º | 0.98% | 0.44% | - |
| XYZ | 6.96 | 3.99 | 0.46 | - |
| YUV | 46.04 | 103.15 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 2 | 0 | 0.81 | 0.98 | 0.56 | 10.36 | 0.96 | 0.22 |
| Hex | 70 | 15 | 2 | 0 | 51 | 62 | 38 | A | 60 | 16 |
| Octal | 160 | 25 | 2 | 0 | 121 | 142 | 70 | 12 | 140 | 26 |
| Binary | 1110000 | 10101 | 10 | 0 | 1010001 | 1100010 | 111000 | 1010 | 1100000 | 10110 |
Color Harmonies of #701502
Complementary color
Monochromatic Colors of #701502
Black with #701502
Text Example
Text Example
White with #701502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701502; }
p { color: rgb(112,21,2); }
H1.HeaderClassName
{
color: #701502;
}
.AnyTagClassName
{
color: #701502;
}
</style>
background-color css
<style>
a { background-color: #701502; }
a { background-color: rgb(112,21,2); }
div.DivClassName
{
background-color: #701502;
}
.BgClassName
{
background-color: #701502;
}
</style>
border-color css
<style>
span { border-color: #701502; }
span { border-color: rgb(112,21,2); }
td.TdClassName
{
border-color: #701502;
}
.TagClassName
{
border-color: #701502;
}
</style>