Shades of Pompadour #5E1940
Tints of Pompadour #5E1940
RGB
CMYK
RGB Variations
Color information
#5E1940 (or 0x5E1940) is known color: Pompadour. HEX triplet: 5E, 19 and 40. RGB value is (94,25,64). Sum of RGB (Red+Green+Blue) = 94+25+64=183 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.37% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1940 is #A1E6BF. Grayscale: #313131. Windows color (decimal): -10610368 or 4200798. OLE color: 4200798.
HSL color Cylindrical-coordinate representation of color #5E1940: hue angle of 326.09º 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 #5E1940 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 25 | 64 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.63 |
| HSL | 326.09º | 0.58% | 0.23% | - |
| HSV(B) | 326.09º | 0.73% | 0.37% | - |
| XYZ | 5.89 | 3.45 | 5.21 | - |
| YUV | 50.08 | 135.86 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 25 | 64 | 0 | 0.73 | 0.32 | 0.63 | 326.09 | 0.58 | 0.23 |
| Hex | 5E | 19 | 40 | 0 | 49 | 20 | 3F | 146 | 3A | 17 |
| Octal | 136 | 31 | 100 | 0 | 111 | 40 | 77 | 506 | 72 | 27 |
| Binary | 1011110 | 11001 | 1000000 | 0 | 1001001 | 100000 | 111111 | 101000110 | 111010 | 10111 |
Color Harmonies of #5E1940
Complementary color
Monochromatic Colors of #5E1940
Black with #5E1940
Text Example
Text Example
White with #5E1940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1940; }
p { color: rgb(94,25,64); }
H1.HeaderClassName
{
color: #5E1940;
}
.AnyTagClassName
{
color: #5E1940;
}
</style>
background-color css
<style>
a { background-color: #5E1940; }
a { background-color: rgb(94,25,64); }
div.DivClassName
{
background-color: #5E1940;
}
.BgClassName
{
background-color: #5E1940;
}
</style>
border-color css
<style>
span { border-color: #5E1940; }
span { border-color: rgb(94,25,64); }
td.TdClassName
{
border-color: #5E1940;
}
.TagClassName
{
border-color: #5E1940;
}
</style>