Shades of Pompadour #5F1446
Tints of Pompadour #5F1446
RGB
CMYK
RGB Variations
Color information
#5F1446 (or 0x5F1446) is known color: Pompadour. HEX triplet: 5F, 14 and 46. RGB value is (95,20,70). Sum of RGB (Red+Green+Blue) = 95+20+70=185 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.35% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1446 is #A0EBB9. Grayscale: #303030. Windows color (decimal): -10546106 or 4592735. OLE color: 4592735.
HSL color Cylindrical-coordinate representation of color #5F1446: hue angle of 320º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F1446 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 20 | 70 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.63 |
| HSL | 320º | 0.65% | 0.23% | - |
| HSV(B) | 320º | 0.79% | 0.37% | - |
| XYZ | 6.07 | 3.38 | 6.13 | - |
| YUV | 48.13 | 140.35 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 20 | 70 | 0 | 0.79 | 0.26 | 0.63 | 320 | 0.65 | 0.23 |
| Hex | 5F | 14 | 46 | 0 | 4F | 1A | 3F | 140 | 41 | 17 |
| Octal | 137 | 24 | 106 | 0 | 117 | 32 | 77 | 500 | 101 | 27 |
| Binary | 1011111 | 10100 | 1000110 | 0 | 1001111 | 11010 | 111111 | 101000000 | 1000001 | 10111 |
Color Harmonies of #5F1446
Complementary color
Monochromatic Colors of #5F1446
Black with #5F1446
Text Example
Text Example
White with #5F1446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1446; }
p { color: rgb(95,20,70); }
H1.HeaderClassName
{
color: #5F1446;
}
.AnyTagClassName
{
color: #5F1446;
}
</style>
background-color css
<style>
a { background-color: #5F1446; }
a { background-color: rgb(95,20,70); }
div.DivClassName
{
background-color: #5F1446;
}
.BgClassName
{
background-color: #5F1446;
}
</style>
border-color css
<style>
span { border-color: #5F1446; }
span { border-color: rgb(95,20,70); }
td.TdClassName
{
border-color: #5F1446;
}
.TagClassName
{
border-color: #5F1446;
}
</style>