Shades of Pompadour #5F1946
Tints of Pompadour #5F1946
RGB
CMYK
RGB Variations
Color information
#5F1946 (or 0x5F1946) is known color: Pompadour. HEX triplet: 5F, 19 and 46. RGB value is (95,25,70). Sum of RGB (Red+Green+Blue) = 95+25+70=190 (25% of max value = 765). Red value is 95 (37.5% from 255 or 50% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1946 is #A0E6B9. Grayscale: #323232. Windows color (decimal): -10544826 or 4594015. OLE color: 4594015.
HSL color Cylindrical-coordinate representation of color #5F1946: hue angle of 321.43º 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 #5F1946 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 25 | 70 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.63 |
| HSL | 321.43º | 0.58% | 0.24% | - |
| HSV(B) | 321.43º | 0.74% | 0.37% | - |
| XYZ | 6.17 | 3.57 | 6.16 | - |
| YUV | 51.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 25 | 70 | 0 | 0.74 | 0.26 | 0.63 | 321.43 | 0.58 | 0.24 |
| Hex | 5F | 19 | 46 | 0 | 4A | 1A | 3F | 141 | 3A | 18 |
| Octal | 137 | 31 | 106 | 0 | 112 | 32 | 77 | 501 | 72 | 30 |
| Binary | 1011111 | 11001 | 1000110 | 0 | 1001010 | 11010 | 111111 | 101000001 | 111010 | 11000 |
Color Harmonies of #5F1946
Complementary color
Monochromatic Colors of #5F1946
Black with #5F1946
Text Example
Text Example
White with #5F1946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1946; }
p { color: rgb(95,25,70); }
H1.HeaderClassName
{
color: #5F1946;
}
.AnyTagClassName
{
color: #5F1946;
}
</style>
background-color css
<style>
a { background-color: #5F1946; }
a { background-color: rgb(95,25,70); }
div.DivClassName
{
background-color: #5F1946;
}
.BgClassName
{
background-color: #5F1946;
}
</style>
border-color css
<style>
span { border-color: #5F1946; }
span { border-color: rgb(95,25,70); }
td.TdClassName
{
border-color: #5F1946;
}
.TagClassName
{
border-color: #5F1946;
}
</style>