Shades of Maroon #7F1602
Tints of Maroon #7F1602
RGB
CMYK
RGB Variations
Color information
#7F1602 (or 0x7F1602) is known color: Maroon. HEX triplet: 7F, 16 and 02. RGB value is (127,22,2). Sum of RGB (Red+Green+Blue) = 127+22+2=151 (20% of max value = 765). Red value is 127 (50% from 255 or 84.11% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1602 is #80E9FD. Grayscale: #333333. Windows color (decimal): -8448510 or 136831. OLE color: 136831.
HSL color Cylindrical-coordinate representation of color #7F1602: hue angle of 9.6º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F1602 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 22 | 2 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.50 |
| HSL | 9.6º | 0.97% | 0.25% | - |
| HSV(B) | 9.6º | 0.98% | 0.5% | - |
| XYZ | 9.05 | 5.09 | 0.56 | - |
| YUV | 51.12 | 100.29 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 22 | 2 | 0 | 0.83 | 0.98 | 0.50 | 9.6 | 0.97 | 0.25 |
| Hex | 7F | 16 | 2 | 0 | 53 | 62 | 32 | A | 61 | 19 |
| Octal | 177 | 26 | 2 | 0 | 123 | 142 | 62 | 12 | 141 | 31 |
| Binary | 1111111 | 10110 | 10 | 0 | 1010011 | 1100010 | 110010 | 1010 | 1100001 | 11001 |
Color Harmonies of #7F1602
Complementary color
Monochromatic Colors of #7F1602
Black with #7F1602
Text Example
Text Example
White with #7F1602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1602; }
p { color: rgb(127,22,2); }
H1.HeaderClassName
{
color: #7F1602;
}
.AnyTagClassName
{
color: #7F1602;
}
</style>
background-color css
<style>
a { background-color: #7F1602; }
a { background-color: rgb(127,22,2); }
div.DivClassName
{
background-color: #7F1602;
}
.BgClassName
{
background-color: #7F1602;
}
</style>
border-color css
<style>
span { border-color: #7F1602; }
span { border-color: rgb(127,22,2); }
td.TdClassName
{
border-color: #7F1602;
}
.TagClassName
{
border-color: #7F1602;
}
</style>