Shades of Pompadour #5E214B
Tints of Pompadour #5E214B
RGB
CMYK
RGB Variations
Color information
#5E214B (or 0x5E214B) is known color: Pompadour. HEX triplet: 5E, 21 and 4B. RGB value is (94,33,75). Sum of RGB (Red+Green+Blue) = 94+33+75=202 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.53% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 94 - color contains mainly: red. Hex color #5E214B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E214B is #A1DEB4. Grayscale: #373737. Windows color (decimal): -10608309 or 4923742. OLE color: 4923742.
HSL color Cylindrical-coordinate representation of color #5E214B: hue angle of 318.69º 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 #5E214B is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 33 | 75 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.63 |
| HSL | 318.69º | 0.48% | 0.25% | - |
| HSV(B) | 318.69º | 0.65% | 0.37% | - |
| XYZ | 6.43 | 3.98 | 7.09 | - |
| YUV | 56.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 75 | 0 | 0.65 | 0.20 | 0.63 | 318.69 | 0.48 | 0.25 |
| Hex | 5E | 21 | 4B | 0 | 41 | 14 | 3F | 13F | 30 | 19 |
| Octal | 136 | 41 | 113 | 0 | 101 | 24 | 77 | 477 | 60 | 31 |
| Binary | 1011110 | 100001 | 1001011 | 0 | 1000001 | 10100 | 111111 | 100111111 | 110000 | 11001 |
Color Harmonies of #5E214B
Complementary color
Monochromatic Colors of #5E214B
Black with #5E214B
Text Example
Text Example
White with #5E214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E214B; }
p { color: rgb(94,33,75); }
H1.HeaderClassName
{
color: #5E214B;
}
.AnyTagClassName
{
color: #5E214B;
}
</style>
background-color css
<style>
a { background-color: #5E214B; }
a { background-color: rgb(94,33,75); }
div.DivClassName
{
background-color: #5E214B;
}
.BgClassName
{
background-color: #5E214B;
}
</style>
border-color css
<style>
span { border-color: #5E214B; }
span { border-color: rgb(94,33,75); }
td.TdClassName
{
border-color: #5E214B;
}
.TagClassName
{
border-color: #5E214B;
}
</style>