Shades of Pompadour #5F1C46
Tints of Pompadour #5F1C46
RGB
CMYK
RGB Variations
Color information
#5F1C46 (or 0x5F1C46) is known color: Pompadour. HEX triplet: 5F, 1C and 46. RGB value is (95,28,70). Sum of RGB (Red+Green+Blue) = 95+28+70=193 (25% of max value = 765). Red value is 95 (37.5% from 255 or 49.22% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F1C46 is #A0E3B9. Grayscale: #343434. Windows color (decimal): -10544058 or 4594783. OLE color: 4594783.
HSL color Cylindrical-coordinate representation of color #5F1C46: hue angle of 322.39º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F1C46 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 28 | 70 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.63 |
| HSL | 322.39º | 0.54% | 0.24% | - |
| HSV(B) | 322.39º | 0.71% | 0.37% | - |
| XYZ | 6.24 | 3.71 | 6.18 | - |
| YUV | 52.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 28 | 70 | 0 | 0.71 | 0.26 | 0.63 | 322.39 | 0.54 | 0.24 |
| Hex | 5F | 1C | 46 | 0 | 47 | 1A | 3F | 142 | 36 | 18 |
| Octal | 137 | 34 | 106 | 0 | 107 | 32 | 77 | 502 | 66 | 30 |
| Binary | 1011111 | 11100 | 1000110 | 0 | 1000111 | 11010 | 111111 | 101000010 | 110110 | 11000 |
Color Harmonies of #5F1C46
Complementary color
Monochromatic Colors of #5F1C46
Black with #5F1C46
Text Example
Text Example
White with #5F1C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1C46; }
p { color: rgb(95,28,70); }
H1.HeaderClassName
{
color: #5F1C46;
}
.AnyTagClassName
{
color: #5F1C46;
}
</style>
background-color css
<style>
a { background-color: #5F1C46; }
a { background-color: rgb(95,28,70); }
div.DivClassName
{
background-color: #5F1C46;
}
.BgClassName
{
background-color: #5F1C46;
}
</style>
border-color css
<style>
span { border-color: #5F1C46; }
span { border-color: rgb(95,28,70); }
td.TdClassName
{
border-color: #5F1C46;
}
.TagClassName
{
border-color: #5F1C46;
}
</style>