Shades of Maroon #7E1401
Tints of Maroon #7E1401
RGB
CMYK
RGB Variations
Color information
#7E1401 (or 0x7E1401) is known color: Maroon. HEX triplet: 7E, 14 and 01. RGB value is (126,20,1). Sum of RGB (Red+Green+Blue) = 126+20+1=147 (19% of max value = 765). Red value is 126 (49.61% from 255 or 85.71% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1401 is #81EBFE. Grayscale: #313131. Windows color (decimal): -8514559 or 70782. OLE color: 70782.
HSL color Cylindrical-coordinate representation of color #7E1401: hue angle of 9.12º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E1401 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 20 | 1 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.51 |
| HSL | 9.12º | 0.98% | 0.25% | - |
| HSV(B) | 9.12º | 0.99% | 0.49% | - |
| XYZ | 8.86 | 4.94 | 0.51 | - |
| YUV | 49.53 | 100.62 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 20 | 1 | 0 | 0.84 | 0.99 | 0.51 | 9.12 | 0.98 | 0.25 |
| Hex | 7E | 14 | 1 | 0 | 54 | 63 | 33 | 9 | 62 | 19 |
| Octal | 176 | 24 | 1 | 0 | 124 | 143 | 63 | 11 | 142 | 31 |
| Binary | 1111110 | 10100 | 1 | 0 | 1010100 | 1100011 | 110011 | 1001 | 1100010 | 11001 |
Color Harmonies of #7E1401
Complementary color
Monochromatic Colors of #7E1401
Black with #7E1401
Text Example
Text Example
White with #7E1401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1401; }
p { color: rgb(126,20,1); }
H1.HeaderClassName
{
color: #7E1401;
}
.AnyTagClassName
{
color: #7E1401;
}
</style>
background-color css
<style>
a { background-color: #7E1401; }
a { background-color: rgb(126,20,1); }
div.DivClassName
{
background-color: #7E1401;
}
.BgClassName
{
background-color: #7E1401;
}
</style>
border-color css
<style>
span { border-color: #7E1401; }
span { border-color: rgb(126,20,1); }
td.TdClassName
{
border-color: #7E1401;
}
.TagClassName
{
border-color: #7E1401;
}
</style>