Shades of Maroon #5E0505
Tints of Maroon #5E0505
RGB
CMYK
RGB Variations
Color information
#5E0505 (or 0x5E0505) is known color: Maroon. HEX triplet: 5E, 05 and 05. RGB value is (94,5,5). Sum of RGB (Red+Green+Blue) = 94+5+5=104 (13% of max value = 765). Red value is 94 (37.11% from 255 or 90.38% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0505 is #A1FAFA. Grayscale: #1F1F1F. Windows color (decimal): -10615547 or 329054. OLE color: 329054.
HSL color Cylindrical-coordinate representation of color #5E0505: hue angle of 0º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E0505 is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 5 | 5 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.63 |
| HSL | 0º | 0.9% | 0.19% | - |
| HSV(B) | 0º | 0.95% | 0.37% | - |
| XYZ | 4.7 | 2.5 | 0.38 | - |
| YUV | 31.61 | 112.99 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 5 | 5 | 0 | 0.95 | 0.95 | 0.63 | 0 | 0.9 | 0.19 |
| Hex | 5E | 5 | 5 | 0 | 5F | 5F | 3F | 0 | 5A | 13 |
| Octal | 136 | 5 | 5 | 0 | 137 | 137 | 77 | 0 | 132 | 23 |
| Binary | 1011110 | 101 | 101 | 0 | 1011111 | 1011111 | 111111 | 0 | 1011010 | 10011 |
Color Harmonies of #5E0505
Complementary color
Monochromatic Colors of #5E0505
Black with #5E0505
Text Example
Text Example
White with #5E0505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0505; }
p { color: rgb(94,5,5); }
H1.HeaderClassName
{
color: #5E0505;
}
.AnyTagClassName
{
color: #5E0505;
}
</style>
background-color css
<style>
a { background-color: #5E0505; }
a { background-color: rgb(94,5,5); }
div.DivClassName
{
background-color: #5E0505;
}
.BgClassName
{
background-color: #5E0505;
}
</style>
border-color css
<style>
span { border-color: #5E0505; }
span { border-color: rgb(94,5,5); }
td.TdClassName
{
border-color: #5E0505;
}
.TagClassName
{
border-color: #5E0505;
}
</style>