Shades of Pompadour #5E2141
Tints of Pompadour #5E2141
RGB
CMYK
RGB Variations
Color information
#5E2141 (or 0x5E2141) is known color: Pompadour. HEX triplet: 5E, 21 and 41. RGB value is (94,33,65). Sum of RGB (Red+Green+Blue) = 94+33+65=192 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.96% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2141 is #A1DEBE. Grayscale: #363636. Windows color (decimal): -10608319 or 4268382. OLE color: 4268382.
HSL color Cylindrical-coordinate representation of color #5E2141: hue angle of 328.52º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E2141 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 33 | 65 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.63 |
| HSL | 328.52º | 0.48% | 0.25% | - |
| HSV(B) | 328.52º | 0.65% | 0.37% | - |
| XYZ | 6.11 | 3.85 | 5.42 | - |
| YUV | 54.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 65 | 0 | 0.65 | 0.31 | 0.63 | 328.52 | 0.48 | 0.25 |
| Hex | 5E | 21 | 41 | 0 | 41 | 1F | 3F | 149 | 30 | 19 |
| Octal | 136 | 41 | 101 | 0 | 101 | 37 | 77 | 511 | 60 | 31 |
| Binary | 1011110 | 100001 | 1000001 | 0 | 1000001 | 11111 | 111111 | 101001001 | 110000 | 11001 |
Color Harmonies of #5E2141
Complementary color
Monochromatic Colors of #5E2141
Black with #5E2141
Text Example
Text Example
White with #5E2141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2141; }
p { color: rgb(94,33,65); }
H1.HeaderClassName
{
color: #5E2141;
}
.AnyTagClassName
{
color: #5E2141;
}
</style>
background-color css
<style>
a { background-color: #5E2141; }
a { background-color: rgb(94,33,65); }
div.DivClassName
{
background-color: #5E2141;
}
.BgClassName
{
background-color: #5E2141;
}
</style>
border-color css
<style>
span { border-color: #5E2141; }
span { border-color: rgb(94,33,65); }
td.TdClassName
{
border-color: #5E2141;
}
.TagClassName
{
border-color: #5E2141;
}
</style>