Shades of Pompadour #5F1D40
Tints of Pompadour #5F1D40
RGB
CMYK
RGB Variations
Color information
#5F1D40 (or 0x5F1D40) is known color: Pompadour. HEX triplet: 5F, 1D and 40. RGB value is (95,29,64). Sum of RGB (Red+Green+Blue) = 95+29+64=188 (24% of max value = 765). Red value is 95 (37.5% from 255 or 50.53% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F1D40 is #A0E2BF. Grayscale: #343434. Windows color (decimal): -10543808 or 4201823. OLE color: 4201823.
HSL color Cylindrical-coordinate representation of color #5F1D40: hue angle of 328.18º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F1D40 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 29 | 64 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.63 |
| HSL | 328.18º | 0.53% | 0.24% | - |
| HSV(B) | 328.18º | 0.69% | 0.37% | - |
| XYZ | 6.08 | 3.68 | 5.24 | - |
| YUV | 52.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 29 | 64 | 0 | 0.69 | 0.33 | 0.63 | 328.18 | 0.53 | 0.24 |
| Hex | 5F | 1D | 40 | 0 | 45 | 21 | 3F | 148 | 35 | 18 |
| Octal | 137 | 35 | 100 | 0 | 105 | 41 | 77 | 510 | 65 | 30 |
| Binary | 1011111 | 11101 | 1000000 | 0 | 1000101 | 100001 | 111111 | 101001000 | 110101 | 11000 |
Color Harmonies of #5F1D40
Complementary color
Monochromatic Colors of #5F1D40
Black with #5F1D40
Text Example
Text Example
White with #5F1D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1D40; }
p { color: rgb(95,29,64); }
H1.HeaderClassName
{
color: #5F1D40;
}
.AnyTagClassName
{
color: #5F1D40;
}
</style>
background-color css
<style>
a { background-color: #5F1D40; }
a { background-color: rgb(95,29,64); }
div.DivClassName
{
background-color: #5F1D40;
}
.BgClassName
{
background-color: #5F1D40;
}
</style>
border-color css
<style>
span { border-color: #5F1D40; }
span { border-color: rgb(95,29,64); }
td.TdClassName
{
border-color: #5F1D40;
}
.TagClassName
{
border-color: #5F1D40;
}
</style>