Shades of Pompadour #5F2F49
Tints of Pompadour #5F2F49
RGB
CMYK
RGB Variations
Color information
#5F2F49 (or 0x5F2F49) is known color: Pompadour. HEX triplet: 5F, 2F and 49. RGB value is (95,47,73). Sum of RGB (Red+Green+Blue) = 95+47+73=215 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.19% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2F49 is #A0D0B6. Grayscale: #404040. Windows color (decimal): -10539191 or 4796255. OLE color: 4796255.
HSL color Cylindrical-coordinate representation of color #5F2F49: hue angle of 327.5º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F2F49 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 47 | 73 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.63 |
| HSL | 327.5º | 0.34% | 0.28% | - |
| HSV(B) | 327.5º | 0.51% | 0.37% | - |
| XYZ | 6.94 | 4.95 | 6.89 | - |
| YUV | 64.32 | 132.9 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 47 | 73 | 0 | 0.51 | 0.23 | 0.63 | 327.5 | 0.34 | 0.28 |
| Hex | 5F | 2F | 49 | 0 | 33 | 17 | 3F | 148 | 22 | 1C |
| Octal | 137 | 57 | 111 | 0 | 63 | 27 | 77 | 510 | 42 | 34 |
| Binary | 1011111 | 101111 | 1001001 | 0 | 110011 | 10111 | 111111 | 101001000 | 100010 | 11100 |
Color Harmonies of #5F2F49
Complementary color
Monochromatic Colors of #5F2F49
Black with #5F2F49
Text Example
Text Example
White with #5F2F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2F49; }
p { color: rgb(95,47,73); }
H1.HeaderClassName
{
color: #5F2F49;
}
.AnyTagClassName
{
color: #5F2F49;
}
</style>
background-color css
<style>
a { background-color: #5F2F49; }
a { background-color: rgb(95,47,73); }
div.DivClassName
{
background-color: #5F2F49;
}
.BgClassName
{
background-color: #5F2F49;
}
</style>
border-color css
<style>
span { border-color: #5F2F49; }
span { border-color: rgb(95,47,73); }
td.TdClassName
{
border-color: #5F2F49;
}
.TagClassName
{
border-color: #5F2F49;
}
</style>