Shades of Pompadour #5F1947
Tints of Pompadour #5F1947
RGB
CMYK
RGB Variations
Color information
#5F1947 (or 0x5F1947) is known color: Pompadour. HEX triplet: 5F, 19 and 47. RGB value is (95,25,71). Sum of RGB (Red+Green+Blue) = 95+25+71=191 (25% of max value = 765). Red value is 95 (37.5% from 255 or 49.74% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1947 is #A0E6B8. Grayscale: #333333. Windows color (decimal): -10544825 or 4659551. OLE color: 4659551.
HSL color Cylindrical-coordinate representation of color #5F1947: hue angle of 320.57º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F1947 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 25 | 71 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.63 |
| HSL | 320.57º | 0.58% | 0.24% | - |
| HSV(B) | 320.57º | 0.74% | 0.37% | - |
| XYZ | 6.2 | 3.58 | 6.33 | - |
| YUV | 51.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 25 | 71 | 0 | 0.74 | 0.25 | 0.63 | 320.57 | 0.58 | 0.24 |
| Hex | 5F | 19 | 47 | 0 | 4A | 19 | 3F | 141 | 3A | 18 |
| Octal | 137 | 31 | 107 | 0 | 112 | 31 | 77 | 501 | 72 | 30 |
| Binary | 1011111 | 11001 | 1000111 | 0 | 1001010 | 11001 | 111111 | 101000001 | 111010 | 11000 |
Color Harmonies of #5F1947
Complementary color
Monochromatic Colors of #5F1947
Black with #5F1947
Text Example
Text Example
White with #5F1947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1947; }
p { color: rgb(95,25,71); }
H1.HeaderClassName
{
color: #5F1947;
}
.AnyTagClassName
{
color: #5F1947;
}
</style>
background-color css
<style>
a { background-color: #5F1947; }
a { background-color: rgb(95,25,71); }
div.DivClassName
{
background-color: #5F1947;
}
.BgClassName
{
background-color: #5F1947;
}
</style>
border-color css
<style>
span { border-color: #5F1947; }
span { border-color: rgb(95,25,71); }
td.TdClassName
{
border-color: #5F1947;
}
.TagClassName
{
border-color: #5F1947;
}
</style>