Shades of Pompadour #5E1548
Tints of Pompadour #5E1548
RGB
CMYK
RGB Variations
Color information
#5E1548 (or 0x5E1548) is known color: Pompadour. HEX triplet: 5E, 15 and 48. RGB value is (94,21,72). Sum of RGB (Red+Green+Blue) = 94+21+72=187 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.27% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1548 is #A1EAB7. Grayscale: #303030. Windows color (decimal): -10611384 or 4724062. OLE color: 4724062.
HSL color Cylindrical-coordinate representation of color #5E1548: hue angle of 318.08º 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 #5E1548 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 21 | 72 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.63 |
| HSL | 318.08º | 0.63% | 0.23% | - |
| HSV(B) | 318.08º | 0.78% | 0.37% | - |
| XYZ | 6.05 | 3.38 | 6.46 | - |
| YUV | 48.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 72 | 0 | 0.78 | 0.23 | 0.63 | 318.08 | 0.63 | 0.23 |
| Hex | 5E | 15 | 48 | 0 | 4E | 17 | 3F | 13E | 3F | 17 |
| Octal | 136 | 25 | 110 | 0 | 116 | 27 | 77 | 476 | 77 | 27 |
| Binary | 1011110 | 10101 | 1001000 | 0 | 1001110 | 10111 | 111111 | 100111110 | 111111 | 10111 |
Color Harmonies of #5E1548
Complementary color
Monochromatic Colors of #5E1548
Black with #5E1548
Text Example
Text Example
White with #5E1548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1548; }
p { color: rgb(94,21,72); }
H1.HeaderClassName
{
color: #5E1548;
}
.AnyTagClassName
{
color: #5E1548;
}
</style>
background-color css
<style>
a { background-color: #5E1548; }
a { background-color: rgb(94,21,72); }
div.DivClassName
{
background-color: #5E1548;
}
.BgClassName
{
background-color: #5E1548;
}
</style>
border-color css
<style>
span { border-color: #5E1548; }
span { border-color: rgb(94,21,72); }
td.TdClassName
{
border-color: #5E1548;
}
.TagClassName
{
border-color: #5E1548;
}
</style>