Shades of Pompadour #5E2447
Tints of Pompadour #5E2447
RGB
CMYK
RGB Variations
Color information
#5E2447 (or 0x5E2447) is known color: Pompadour. HEX triplet: 5E, 24 and 47. RGB value is (94,36,71). Sum of RGB (Red+Green+Blue) = 94+36+71=201 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.77% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2447 is #A1DBB8. Grayscale: #393939. Windows color (decimal): -10607545 or 4662366. OLE color: 4662366.
HSL color Cylindrical-coordinate representation of color #5E2447: hue angle of 323.79º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E2447 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 36 | 71 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.63 |
| HSL | 323.79º | 0.45% | 0.25% | - |
| HSV(B) | 323.79º | 0.62% | 0.37% | - |
| XYZ | 6.38 | 4.1 | 6.42 | - |
| YUV | 57.33 | 135.72 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 36 | 71 | 0 | 0.62 | 0.24 | 0.63 | 323.79 | 0.45 | 0.25 |
| Hex | 5E | 24 | 47 | 0 | 3E | 18 | 3F | 144 | 2D | 19 |
| Octal | 136 | 44 | 107 | 0 | 76 | 30 | 77 | 504 | 55 | 31 |
| Binary | 1011110 | 100100 | 1000111 | 0 | 111110 | 11000 | 111111 | 101000100 | 101101 | 11001 |
Color Harmonies of #5E2447
Complementary color
Monochromatic Colors of #5E2447
Black with #5E2447
Text Example
Text Example
White with #5E2447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2447; }
p { color: rgb(94,36,71); }
H1.HeaderClassName
{
color: #5E2447;
}
.AnyTagClassName
{
color: #5E2447;
}
</style>
background-color css
<style>
a { background-color: #5E2447; }
a { background-color: rgb(94,36,71); }
div.DivClassName
{
background-color: #5E2447;
}
.BgClassName
{
background-color: #5E2447;
}
</style>
border-color css
<style>
span { border-color: #5E2447; }
span { border-color: rgb(94,36,71); }
td.TdClassName
{
border-color: #5E2447;
}
.TagClassName
{
border-color: #5E2447;
}
</style>