Shades of Pompadour #5E1540
Tints of Pompadour #5E1540
RGB
CMYK
RGB Variations
Color information
#5E1540 (or 0x5E1540) is known color: Pompadour. HEX triplet: 5E, 15 and 40. RGB value is (94,21,64). Sum of RGB (Red+Green+Blue) = 94+21+64=179 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.51% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1540 is #A1EABF. Grayscale: #2F2F2F. Windows color (decimal): -10611392 or 4199774. OLE color: 4199774.
HSL color Cylindrical-coordinate representation of color #5E1540: hue angle of 324.66º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E1540 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 21 | 64 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.63 |
| HSL | 324.66º | 0.63% | 0.23% | - |
| HSV(B) | 324.66º | 0.78% | 0.37% | - |
| XYZ | 5.81 | 3.29 | 5.18 | - |
| YUV | 47.73 | 137.18 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 64 | 0 | 0.78 | 0.32 | 0.63 | 324.66 | 0.63 | 0.23 |
| Hex | 5E | 15 | 40 | 0 | 4E | 20 | 3F | 145 | 3F | 17 |
| Octal | 136 | 25 | 100 | 0 | 116 | 40 | 77 | 505 | 77 | 27 |
| Binary | 1011110 | 10101 | 1000000 | 0 | 1001110 | 100000 | 111111 | 101000101 | 111111 | 10111 |
Color Harmonies of #5E1540
Complementary color
Monochromatic Colors of #5E1540
Black with #5E1540
Text Example
Text Example
White with #5E1540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1540; }
p { color: rgb(94,21,64); }
H1.HeaderClassName
{
color: #5E1540;
}
.AnyTagClassName
{
color: #5E1540;
}
</style>
background-color css
<style>
a { background-color: #5E1540; }
a { background-color: rgb(94,21,64); }
div.DivClassName
{
background-color: #5E1540;
}
.BgClassName
{
background-color: #5E1540;
}
</style>
border-color css
<style>
span { border-color: #5E1540; }
span { border-color: rgb(94,21,64); }
td.TdClassName
{
border-color: #5E1540;
}
.TagClassName
{
border-color: #5E1540;
}
</style>