Shades of Pompadour #5E1936
Tints of Pompadour #5E1936
RGB
CMYK
RGB Variations
Color information
#5E1936 (or 0x5E1936) is known color: Pompadour. HEX triplet: 5E, 19 and 36. RGB value is (94,25,54). Sum of RGB (Red+Green+Blue) = 94+25+54=173 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.34% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1936 is #A1E6C9. Grayscale: #303030. Windows color (decimal): -10610378 or 3545438. OLE color: 3545438.
HSL color Cylindrical-coordinate representation of color #5E1936: hue angle of 334.78º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E1936 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 25 | 54 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.63 |
| HSL | 334.78º | 0.58% | 0.23% | - |
| HSV(B) | 334.78º | 0.73% | 0.37% | - |
| XYZ | 5.63 | 3.34 | 3.84 | - |
| YUV | 48.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 25 | 54 | 0 | 0.73 | 0.43 | 0.63 | 334.78 | 0.58 | 0.23 |
| Hex | 5E | 19 | 36 | 0 | 49 | 2B | 3F | 14F | 3A | 17 |
| Octal | 136 | 31 | 66 | 0 | 111 | 53 | 77 | 517 | 72 | 27 |
| Binary | 1011110 | 11001 | 110110 | 0 | 1001001 | 101011 | 111111 | 101001111 | 111010 | 10111 |
Color Harmonies of #5E1936
Complementary color
Monochromatic Colors of #5E1936
Black with #5E1936
Text Example
Text Example
White with #5E1936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1936; }
p { color: rgb(94,25,54); }
H1.HeaderClassName
{
color: #5E1936;
}
.AnyTagClassName
{
color: #5E1936;
}
</style>
background-color css
<style>
a { background-color: #5E1936; }
a { background-color: rgb(94,25,54); }
div.DivClassName
{
background-color: #5E1936;
}
.BgClassName
{
background-color: #5E1936;
}
</style>
border-color css
<style>
span { border-color: #5E1936; }
span { border-color: rgb(94,25,54); }
td.TdClassName
{
border-color: #5E1936;
}
.TagClassName
{
border-color: #5E1936;
}
</style>