Shades of Maroon #7E0802
Tints of Maroon #7E0802
RGB
CMYK
RGB Variations
Color information
#7E0802 (or 0x7E0802) is known color: Maroon. HEX triplet: 7E, 08 and 02. RGB value is (126,8,2). Sum of RGB (Red+Green+Blue) = 126+8+2=136 (18% of max value = 765). Red value is 126 (49.61% from 255 or 92.65% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0802 is #81F7FD. Grayscale: #2A2A2A. Windows color (decimal): -8517630 or 133246. OLE color: 133246.
HSL color Cylindrical-coordinate representation of color #7E0802: hue angle of 2.9º 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 #7E0802 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 8 | 2 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.51 |
| HSL | 2.9º | 0.97% | 0.25% | - |
| HSV(B) | 2.9º | 0.98% | 0.49% | - |
| XYZ | 8.7 | 4.61 | 0.49 | - |
| YUV | 42.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 8 | 2 | 0 | 0.94 | 0.98 | 0.51 | 2.9 | 0.97 | 0.25 |
| Hex | 7E | 8 | 2 | 0 | 5E | 62 | 33 | 3 | 61 | 19 |
| Octal | 176 | 10 | 2 | 0 | 136 | 142 | 63 | 3 | 141 | 31 |
| Binary | 1111110 | 1000 | 10 | 0 | 1011110 | 1100010 | 110011 | 11 | 1100001 | 11001 |
Color Harmonies of #7E0802
Complementary color
Monochromatic Colors of #7E0802
Black with #7E0802
Text Example
Text Example
White with #7E0802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0802; }
p { color: rgb(126,8,2); }
H1.HeaderClassName
{
color: #7E0802;
}
.AnyTagClassName
{
color: #7E0802;
}
</style>
background-color css
<style>
a { background-color: #7E0802; }
a { background-color: rgb(126,8,2); }
div.DivClassName
{
background-color: #7E0802;
}
.BgClassName
{
background-color: #7E0802;
}
</style>
border-color css
<style>
span { border-color: #7E0802; }
span { border-color: rgb(126,8,2); }
td.TdClassName
{
border-color: #7E0802;
}
.TagClassName
{
border-color: #7E0802;
}
</style>