Shades of Pompadour #5F2D47
Tints of Pompadour #5F2D47
RGB
CMYK
RGB Variations
Color information
#5F2D47 (or 0x5F2D47) is known color: Pompadour. HEX triplet: 5F, 2D and 47. RGB value is (95,45,71). Sum of RGB (Red+Green+Blue) = 95+45+71=211 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.02% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2D47 is #A0D2B8. Grayscale: #3E3E3E. Windows color (decimal): -10539705 or 4664671. OLE color: 4664671.
HSL color Cylindrical-coordinate representation of color #5F2D47: hue angle of 328.8º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F2D47 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 45 | 71 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.63 |
| HSL | 328.8º | 0.36% | 0.27% | - |
| HSV(B) | 328.8º | 0.53% | 0.37% | - |
| XYZ | 6.8 | 4.76 | 6.52 | - |
| YUV | 62.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 45 | 71 | 0 | 0.53 | 0.25 | 0.63 | 328.8 | 0.36 | 0.27 |
| Hex | 5F | 2D | 47 | 0 | 35 | 19 | 3F | 149 | 24 | 1B |
| Octal | 137 | 55 | 107 | 0 | 65 | 31 | 77 | 511 | 44 | 33 |
| Binary | 1011111 | 101101 | 1000111 | 0 | 110101 | 11001 | 111111 | 101001001 | 100100 | 11011 |
Color Harmonies of #5F2D47
Complementary color
Monochromatic Colors of #5F2D47
Black with #5F2D47
Text Example
Text Example
White with #5F2D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2D47; }
p { color: rgb(95,45,71); }
H1.HeaderClassName
{
color: #5F2D47;
}
.AnyTagClassName
{
color: #5F2D47;
}
</style>
background-color css
<style>
a { background-color: #5F2D47; }
a { background-color: rgb(95,45,71); }
div.DivClassName
{
background-color: #5F2D47;
}
.BgClassName
{
background-color: #5F2D47;
}
</style>
border-color css
<style>
span { border-color: #5F2D47; }
span { border-color: rgb(95,45,71); }
td.TdClassName
{
border-color: #5F2D47;
}
.TagClassName
{
border-color: #5F2D47;
}
</style>