Shades of Pompadour #5E1447
Tints of Pompadour #5E1447
RGB
CMYK
RGB Variations
Color information
#5E1447 (or 0x5E1447) is known color: Pompadour. HEX triplet: 5E, 14 and 47. RGB value is (94,20,71). Sum of RGB (Red+Green+Blue) = 94+20+71=185 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.81% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1447 is #A1EBB8. Grayscale: #2F2F2F. Windows color (decimal): -10611641 or 4658270. OLE color: 4658270.
HSL color Cylindrical-coordinate representation of color #5E1447: hue angle of 318.65º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E1447 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 20 | 71 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.63 |
| HSL | 318.65º | 0.65% | 0.22% | - |
| HSV(B) | 318.65º | 0.79% | 0.37% | - |
| XYZ | 6 | 3.33 | 6.29 | - |
| YUV | 47.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 20 | 71 | 0 | 0.79 | 0.24 | 0.63 | 318.65 | 0.65 | 0.22 |
| Hex | 5E | 14 | 47 | 0 | 4F | 18 | 3F | 13F | 41 | 16 |
| Octal | 136 | 24 | 107 | 0 | 117 | 30 | 77 | 477 | 101 | 26 |
| Binary | 1011110 | 10100 | 1000111 | 0 | 1001111 | 11000 | 111111 | 100111111 | 1000001 | 10110 |
Color Harmonies of #5E1447
Complementary color
Monochromatic Colors of #5E1447
Black with #5E1447
Text Example
Text Example
White with #5E1447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1447; }
p { color: rgb(94,20,71); }
H1.HeaderClassName
{
color: #5E1447;
}
.AnyTagClassName
{
color: #5E1447;
}
</style>
background-color css
<style>
a { background-color: #5E1447; }
a { background-color: rgb(94,20,71); }
div.DivClassName
{
background-color: #5E1447;
}
.BgClassName
{
background-color: #5E1447;
}
</style>
border-color css
<style>
span { border-color: #5E1447; }
span { border-color: rgb(94,20,71); }
td.TdClassName
{
border-color: #5E1447;
}
.TagClassName
{
border-color: #5E1447;
}
</style>