Shades of Maroon #7E1402
Tints of Maroon #7E1402
RGB
CMYK
RGB Variations
Color information
#7E1402 (or 0x7E1402) is known color: Maroon. HEX triplet: 7E, 14 and 02. RGB value is (126,20,2). Sum of RGB (Red+Green+Blue) = 126+20+2=148 (19% of max value = 765). Red value is 126 (49.61% from 255 or 85.14% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1402 is #81EBFD. Grayscale: #313131. Windows color (decimal): -8514558 or 136318. OLE color: 136318.
HSL color Cylindrical-coordinate representation of color #7E1402: hue angle of 8.71º 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 #7E1402 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 20 | 2 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.51 |
| HSL | 8.71º | 0.97% | 0.25% | - |
| HSV(B) | 8.71º | 0.98% | 0.49% | - |
| XYZ | 8.87 | 4.94 | 0.54 | - |
| YUV | 49.64 | 101.12 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 20 | 2 | 0 | 0.84 | 0.98 | 0.51 | 8.71 | 0.97 | 0.25 |
| Hex | 7E | 14 | 2 | 0 | 54 | 62 | 33 | 9 | 61 | 19 |
| Octal | 176 | 24 | 2 | 0 | 124 | 142 | 63 | 11 | 141 | 31 |
| Binary | 1111110 | 10100 | 10 | 0 | 1010100 | 1100010 | 110011 | 1001 | 1100001 | 11001 |
Color Harmonies of #7E1402
Complementary color
Monochromatic Colors of #7E1402
Black with #7E1402
Text Example
Text Example
White with #7E1402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1402; }
p { color: rgb(126,20,2); }
H1.HeaderClassName
{
color: #7E1402;
}
.AnyTagClassName
{
color: #7E1402;
}
</style>
background-color css
<style>
a { background-color: #7E1402; }
a { background-color: rgb(126,20,2); }
div.DivClassName
{
background-color: #7E1402;
}
.BgClassName
{
background-color: #7E1402;
}
</style>
border-color css
<style>
span { border-color: #7E1402; }
span { border-color: rgb(126,20,2); }
td.TdClassName
{
border-color: #7E1402;
}
.TagClassName
{
border-color: #7E1402;
}
</style>