Shades of Pompadour #5F1844
Tints of Pompadour #5F1844
RGB
CMYK
RGB Variations
Color information
#5F1844 (or 0x5F1844) is known color: Pompadour. HEX triplet: 5F, 18 and 44. RGB value is (95,24,68). Sum of RGB (Red+Green+Blue) = 95+24+68=187 (24% of max value = 765). Red value is 95 (37.5% from 255 or 50.80% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1844 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1844 is #A0E7BB. Grayscale: #323232. Windows color (decimal): -10545084 or 4462687. OLE color: 4462687.
HSL color Cylindrical-coordinate representation of color #5F1844: hue angle of 322.82º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F1844 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 24 | 68 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.63 |
| HSL | 322.82º | 0.6% | 0.23% | - |
| HSV(B) | 322.82º | 0.75% | 0.37% | - |
| XYZ | 6.09 | 3.5 | 5.82 | - |
| YUV | 50.25 | 138.02 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 24 | 68 | 0 | 0.75 | 0.28 | 0.63 | 322.82 | 0.6 | 0.23 |
| Hex | 5F | 18 | 44 | 0 | 4B | 1C | 3F | 143 | 3C | 17 |
| Octal | 137 | 30 | 104 | 0 | 113 | 34 | 77 | 503 | 74 | 27 |
| Binary | 1011111 | 11000 | 1000100 | 0 | 1001011 | 11100 | 111111 | 101000011 | 111100 | 10111 |
Color Harmonies of #5F1844
Complementary color
Monochromatic Colors of #5F1844
Black with #5F1844
Text Example
Text Example
White with #5F1844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1844; }
p { color: rgb(95,24,68); }
H1.HeaderClassName
{
color: #5F1844;
}
.AnyTagClassName
{
color: #5F1844;
}
</style>
background-color css
<style>
a { background-color: #5F1844; }
a { background-color: rgb(95,24,68); }
div.DivClassName
{
background-color: #5F1844;
}
.BgClassName
{
background-color: #5F1844;
}
</style>
border-color css
<style>
span { border-color: #5F1844; }
span { border-color: rgb(95,24,68); }
td.TdClassName
{
border-color: #5F1844;
}
.TagClassName
{
border-color: #5F1844;
}
</style>