Shades of Pompadour #5E2847
Tints of Pompadour #5E2847
RGB
CMYK
RGB Variations
Color information
#5E2847 (or 0x5E2847) is known color: Pompadour. HEX triplet: 5E, 28 and 47. RGB value is (94,40,71). Sum of RGB (Red+Green+Blue) = 94+40+71=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2847 is #A1D7B8. Grayscale: #3B3B3B. Windows color (decimal): -10606521 or 4663390. OLE color: 4663390.
HSL color Cylindrical-coordinate representation of color #5E2847: hue angle of 325.56º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E2847 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 40 | 71 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.63 |
| HSL | 325.56º | 0.4% | 0.26% | - |
| HSV(B) | 325.56º | 0.57% | 0.37% | - |
| XYZ | 6.51 | 4.35 | 6.46 | - |
| YUV | 59.68 | 134.39 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 40 | 71 | 0 | 0.57 | 0.24 | 0.63 | 325.56 | 0.4 | 0.26 |
| Hex | 5E | 28 | 47 | 0 | 39 | 18 | 3F | 146 | 28 | 1A |
| Octal | 136 | 50 | 107 | 0 | 71 | 30 | 77 | 506 | 50 | 32 |
| Binary | 1011110 | 101000 | 1000111 | 0 | 111001 | 11000 | 111111 | 101000110 | 101000 | 11010 |
Color Harmonies of #5E2847
Complementary color
Monochromatic Colors of #5E2847
Black with #5E2847
Text Example
Text Example
White with #5E2847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2847; }
p { color: rgb(94,40,71); }
H1.HeaderClassName
{
color: #5E2847;
}
.AnyTagClassName
{
color: #5E2847;
}
</style>
background-color css
<style>
a { background-color: #5E2847; }
a { background-color: rgb(94,40,71); }
div.DivClassName
{
background-color: #5E2847;
}
.BgClassName
{
background-color: #5E2847;
}
</style>
border-color css
<style>
span { border-color: #5E2847; }
span { border-color: rgb(94,40,71); }
td.TdClassName
{
border-color: #5E2847;
}
.TagClassName
{
border-color: #5E2847;
}
</style>