Shades of Pompadour #5E2E4C
Tints of Pompadour #5E2E4C
RGB
CMYK
RGB Variations
Color information
#5E2E4C (or 0x5E2E4C) is known color: Pompadour. HEX triplet: 5E, 2E and 4C. RGB value is (94,46,76). Sum of RGB (Red+Green+Blue) = 94+46+76=216 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.52% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2E4C is #A1D1B3. Grayscale: #3F3F3F. Windows color (decimal): -10604980 or 4992606. OLE color: 4992606.
HSL color Cylindrical-coordinate representation of color #5E2E4C: hue angle of 322.5º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E2E4C is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 46 | 76 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.63 |
| HSL | 322.5º | 0.34% | 0.27% | - |
| HSV(B) | 322.5º | 0.51% | 0.37% | - |
| XYZ | 6.9 | 4.86 | 7.41 | - |
| YUV | 63.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 46 | 76 | 0 | 0.51 | 0.19 | 0.63 | 322.5 | 0.34 | 0.27 |
| Hex | 5E | 2E | 4C | 0 | 33 | 13 | 3F | 142 | 22 | 1B |
| Octal | 136 | 56 | 114 | 0 | 63 | 23 | 77 | 502 | 42 | 33 |
| Binary | 1011110 | 101110 | 1001100 | 0 | 110011 | 10011 | 111111 | 101000010 | 100010 | 11011 |
Color Harmonies of #5E2E4C
Complementary color
Monochromatic Colors of #5E2E4C
Black with #5E2E4C
Text Example
Text Example
White with #5E2E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2E4C; }
p { color: rgb(94,46,76); }
H1.HeaderClassName
{
color: #5E2E4C;
}
.AnyTagClassName
{
color: #5E2E4C;
}
</style>
background-color css
<style>
a { background-color: #5E2E4C; }
a { background-color: rgb(94,46,76); }
div.DivClassName
{
background-color: #5E2E4C;
}
.BgClassName
{
background-color: #5E2E4C;
}
</style>
border-color css
<style>
span { border-color: #5E2E4C; }
span { border-color: rgb(94,46,76); }
td.TdClassName
{
border-color: #5E2E4C;
}
.TagClassName
{
border-color: #5E2E4C;
}
</style>