Shades of Maroon #7E1602
Tints of Maroon #7E1602
RGB
CMYK
RGB Variations
Color information
#7E1602 (or 0x7E1602) is known color: Maroon. HEX triplet: 7E, 16 and 02. RGB value is (126,22,2). Sum of RGB (Red+Green+Blue) = 126+22+2=150 (19% of max value = 765). Red value is 126 (49.61% from 255 or 84% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1602 is #81E9FD. Grayscale: #323232. Windows color (decimal): -8514046 or 136830. OLE color: 136830.
HSL color Cylindrical-coordinate representation of color #7E1602: hue angle of 9.68º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E1602 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 22 | 2 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.51 |
| HSL | 9.68º | 0.97% | 0.25% | - |
| HSV(B) | 9.68º | 0.98% | 0.49% | - |
| XYZ | 8.9 | 5.01 | 0.56 | - |
| YUV | 50.82 | 100.46 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 22 | 2 | 0 | 0.83 | 0.98 | 0.51 | 9.68 | 0.97 | 0.25 |
| Hex | 7E | 16 | 2 | 0 | 53 | 62 | 33 | A | 61 | 19 |
| Octal | 176 | 26 | 2 | 0 | 123 | 142 | 63 | 12 | 141 | 31 |
| Binary | 1111110 | 10110 | 10 | 0 | 1010011 | 1100010 | 110011 | 1010 | 1100001 | 11001 |
Color Harmonies of #7E1602
Complementary color
Monochromatic Colors of #7E1602
Black with #7E1602
Text Example
Text Example
White with #7E1602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1602; }
p { color: rgb(126,22,2); }
H1.HeaderClassName
{
color: #7E1602;
}
.AnyTagClassName
{
color: #7E1602;
}
</style>
background-color css
<style>
a { background-color: #7E1602; }
a { background-color: rgb(126,22,2); }
div.DivClassName
{
background-color: #7E1602;
}
.BgClassName
{
background-color: #7E1602;
}
</style>
border-color css
<style>
span { border-color: #7E1602; }
span { border-color: rgb(126,22,2); }
td.TdClassName
{
border-color: #7E1602;
}
.TagClassName
{
border-color: #7E1602;
}
</style>