Shades of Pompadour #5F294D
Tints of Pompadour #5F294D
RGB
CMYK
RGB Variations
Color information
#5F294D (or 0x5F294D) is known color: Pompadour. HEX triplet: 5F, 29 and 4D. RGB value is (95,41,77). Sum of RGB (Red+Green+Blue) = 95+41+77=213 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.60% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 95 - color contains mainly: red. Hex color #5F294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F294D is #A0D6B2. Grayscale: #3D3D3D. Windows color (decimal): -10540723 or 5056863. OLE color: 5056863.
HSL color Cylindrical-coordinate representation of color #5F294D: hue angle of 320º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F294D is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 41 | 77 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.63 |
| HSL | 320º | 0.4% | 0.27% | - |
| HSV(B) | 320º | 0.57% | 0.37% | - |
| XYZ | 6.85 | 4.55 | 7.54 | - |
| YUV | 61.25 | 136.89 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 41 | 77 | 0 | 0.57 | 0.19 | 0.63 | 320 | 0.4 | 0.27 |
| Hex | 5F | 29 | 4D | 0 | 39 | 13 | 3F | 140 | 28 | 1B |
| Octal | 137 | 51 | 115 | 0 | 71 | 23 | 77 | 500 | 50 | 33 |
| Binary | 1011111 | 101001 | 1001101 | 0 | 111001 | 10011 | 111111 | 101000000 | 101000 | 11011 |
Color Harmonies of #5F294D
Complementary color
Monochromatic Colors of #5F294D
Black with #5F294D
Text Example
Text Example
White with #5F294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F294D; }
p { color: rgb(95,41,77); }
H1.HeaderClassName
{
color: #5F294D;
}
.AnyTagClassName
{
color: #5F294D;
}
</style>
background-color css
<style>
a { background-color: #5F294D; }
a { background-color: rgb(95,41,77); }
div.DivClassName
{
background-color: #5F294D;
}
.BgClassName
{
background-color: #5F294D;
}
</style>
border-color css
<style>
span { border-color: #5F294D; }
span { border-color: rgb(95,41,77); }
td.TdClassName
{
border-color: #5F294D;
}
.TagClassName
{
border-color: #5F294D;
}
</style>