Shades of Pompadour #5F2141
Tints of Pompadour #5F2141
RGB
CMYK
RGB Variations
Color information
#5F2141 (or 0x5F2141) is known color: Pompadour. HEX triplet: 5F, 21 and 41. RGB value is (95,33,65). Sum of RGB (Red+Green+Blue) = 95+33+65=193 (25% of max value = 765). Red value is 95 (37.5% from 255 or 49.22% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2141 is #A0DEBE. Grayscale: #373737. Windows color (decimal): -10542783 or 4268383. OLE color: 4268383.
HSL color Cylindrical-coordinate representation of color #5F2141: hue angle of 329.03º 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 #5F2141 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 33 | 65 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.63 |
| HSL | 329.03º | 0.48% | 0.25% | - |
| HSV(B) | 329.03º | 0.65% | 0.37% | - |
| XYZ | 6.22 | 3.9 | 5.43 | - |
| YUV | 55.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 33 | 65 | 0 | 0.65 | 0.32 | 0.63 | 329.03 | 0.48 | 0.25 |
| Hex | 5F | 21 | 41 | 0 | 41 | 20 | 3F | 149 | 30 | 19 |
| Octal | 137 | 41 | 101 | 0 | 101 | 40 | 77 | 511 | 60 | 31 |
| Binary | 1011111 | 100001 | 1000001 | 0 | 1000001 | 100000 | 111111 | 101001001 | 110000 | 11001 |
Color Harmonies of #5F2141
Complementary color
Monochromatic Colors of #5F2141
Black with #5F2141
Text Example
Text Example
White with #5F2141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2141; }
p { color: rgb(95,33,65); }
H1.HeaderClassName
{
color: #5F2141;
}
.AnyTagClassName
{
color: #5F2141;
}
</style>
background-color css
<style>
a { background-color: #5F2141; }
a { background-color: rgb(95,33,65); }
div.DivClassName
{
background-color: #5F2141;
}
.BgClassName
{
background-color: #5F2141;
}
</style>
border-color css
<style>
span { border-color: #5F2141; }
span { border-color: rgb(95,33,65); }
td.TdClassName
{
border-color: #5F2141;
}
.TagClassName
{
border-color: #5F2141;
}
</style>