Shades of Maroon #5E0902
Tints of Maroon #5E0902
RGB
CMYK
RGB Variations
Color information
#5E0902 (or 0x5E0902) is known color: Maroon. HEX triplet: 5E, 09 and 02. RGB value is (94,9,2). Sum of RGB (Red+Green+Blue) = 94+9+2=105 (13% of max value = 765). Red value is 94 (37.11% from 255 or 89.52% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0902 is #A1F6FD. Grayscale: #212121. Windows color (decimal): -10614526 or 133470. OLE color: 133470.
HSL color Cylindrical-coordinate representation of color #5E0902: hue angle of 4.57º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E0902 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 9 | 2 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.63 |
| HSL | 4.57º | 0.96% | 0.19% | - |
| HSV(B) | 4.57º | 0.98% | 0.37% | - |
| XYZ | 4.72 | 2.58 | 0.31 | - |
| YUV | 33.62 | 110.16 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 9 | 2 | 0 | 0.90 | 0.98 | 0.63 | 4.57 | 0.96 | 0.19 |
| Hex | 5E | 9 | 2 | 0 | 5A | 62 | 3F | 5 | 60 | 13 |
| Octal | 136 | 11 | 2 | 0 | 132 | 142 | 77 | 5 | 140 | 23 |
| Binary | 1011110 | 1001 | 10 | 0 | 1011010 | 1100010 | 111111 | 101 | 1100000 | 10011 |
Color Harmonies of #5E0902
Complementary color
Monochromatic Colors of #5E0902
Black with #5E0902
Text Example
Text Example
White with #5E0902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0902; }
p { color: rgb(94,9,2); }
H1.HeaderClassName
{
color: #5E0902;
}
.AnyTagClassName
{
color: #5E0902;
}
</style>
background-color css
<style>
a { background-color: #5E0902; }
a { background-color: rgb(94,9,2); }
div.DivClassName
{
background-color: #5E0902;
}
.BgClassName
{
background-color: #5E0902;
}
</style>
border-color css
<style>
span { border-color: #5E0902; }
span { border-color: rgb(94,9,2); }
td.TdClassName
{
border-color: #5E0902;
}
.TagClassName
{
border-color: #5E0902;
}
</style>