Shades of Pompadour #5F214E
Tints of Pompadour #5F214E
RGB
CMYK
RGB Variations
Color information
#5F214E (or 0x5F214E) is known color: Pompadour. HEX triplet: 5F, 21 and 4E. RGB value is (95,33,78). Sum of RGB (Red+Green+Blue) = 95+33+78=206 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.12% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 95 - color contains mainly: red. Hex color #5F214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F214E is #A0DEB1. Grayscale: #383838. Windows color (decimal): -10542770 or 5120351. OLE color: 5120351.
HSL color Cylindrical-coordinate representation of color #5F214E: hue angle of 316.45º 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 #5F214E is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 33 | 78 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.63 |
| HSL | 316.45º | 0.48% | 0.25% | - |
| HSV(B) | 316.45º | 0.65% | 0.37% | - |
| XYZ | 6.64 | 4.07 | 7.64 | - |
| YUV | 56.67 | 140.04 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 33 | 78 | 0 | 0.65 | 0.18 | 0.63 | 316.45 | 0.48 | 0.25 |
| Hex | 5F | 21 | 4E | 0 | 41 | 12 | 3F | 13C | 30 | 19 |
| Octal | 137 | 41 | 116 | 0 | 101 | 22 | 77 | 474 | 60 | 31 |
| Binary | 1011111 | 100001 | 1001110 | 0 | 1000001 | 10010 | 111111 | 100111100 | 110000 | 11001 |
Color Harmonies of #5F214E
Complementary color
Monochromatic Colors of #5F214E
Black with #5F214E
Text Example
Text Example
White with #5F214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F214E; }
p { color: rgb(95,33,78); }
H1.HeaderClassName
{
color: #5F214E;
}
.AnyTagClassName
{
color: #5F214E;
}
</style>
background-color css
<style>
a { background-color: #5F214E; }
a { background-color: rgb(95,33,78); }
div.DivClassName
{
background-color: #5F214E;
}
.BgClassName
{
background-color: #5F214E;
}
</style>
border-color css
<style>
span { border-color: #5F214E; }
span { border-color: rgb(95,33,78); }
td.TdClassName
{
border-color: #5F214E;
}
.TagClassName
{
border-color: #5F214E;
}
</style>