Shades of Maroon #7E0504
Tints of Maroon #7E0504
RGB
CMYK
RGB Variations
Color information
#7E0504 (or 0x7E0504) is known color: Maroon. HEX triplet: 7E, 05 and 04. RGB value is (126,5,4). Sum of RGB (Red+Green+Blue) = 126+5+4=135 (17% of max value = 765). Red value is 126 (49.61% from 255 or 93.33% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0504 is #81FAFB. Grayscale: #292929. Windows color (decimal): -8518396 or 263550. OLE color: 263550.
HSL color Cylindrical-coordinate representation of color #7E0504: hue angle of 0.49º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E0504 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 5 | 4 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.51 |
| HSL | 0.49º | 0.94% | 0.25% | - |
| HSV(B) | 0.49º | 0.97% | 0.49% | - |
| XYZ | 8.68 | 4.55 | 0.54 | - |
| YUV | 41.07 | 107.09 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 5 | 4 | 0 | 0.96 | 0.97 | 0.51 | 0.49 | 0.94 | 0.25 |
| Hex | 7E | 5 | 4 | 0 | 60 | 61 | 33 | 0 | 5E | 19 |
| Octal | 176 | 5 | 4 | 0 | 140 | 141 | 63 | 0 | 136 | 31 |
| Binary | 1111110 | 101 | 100 | 0 | 1100000 | 1100001 | 110011 | 0 | 1011110 | 11001 |
Color Harmonies of #7E0504
Complementary color
Monochromatic Colors of #7E0504
Black with #7E0504
Text Example
Text Example
White with #7E0504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0504; }
p { color: rgb(126,5,4); }
H1.HeaderClassName
{
color: #7E0504;
}
.AnyTagClassName
{
color: #7E0504;
}
</style>
background-color css
<style>
a { background-color: #7E0504; }
a { background-color: rgb(126,5,4); }
div.DivClassName
{
background-color: #7E0504;
}
.BgClassName
{
background-color: #7E0504;
}
</style>
border-color css
<style>
span { border-color: #7E0504; }
span { border-color: rgb(126,5,4); }
td.TdClassName
{
border-color: #7E0504;
}
.TagClassName
{
border-color: #7E0504;
}
</style>