Shades of Pompadour #5A2044
Tints of Pompadour #5A2044
RGB
CMYK
RGB Variations
Color information
#5A2044 (or 0x5A2044) is known color: Pompadour. HEX triplet: 5A, 20 and 44. RGB value is (90,32,68). Sum of RGB (Red+Green+Blue) = 90+32+68=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2044 is #A5DFBB. Grayscale: #353535. Windows color (decimal): -10870716 or 4464730. OLE color: 4464730.
HSL color Cylindrical-coordinate representation of color #5A2044: hue angle of 322.76º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A2044 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 32 | 68 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.65 |
| HSL | 322.76º | 0.48% | 0.24% | - |
| HSV(B) | 322.76º | 0.64% | 0.35% | - |
| XYZ | 5.78 | 3.62 | 5.86 | - |
| YUV | 53.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 32 | 68 | 0 | 0.64 | 0.24 | 0.65 | 322.76 | 0.48 | 0.24 |
| Hex | 5A | 20 | 44 | 0 | 40 | 18 | 41 | 143 | 30 | 18 |
| Octal | 132 | 40 | 104 | 0 | 100 | 30 | 101 | 503 | 60 | 30 |
| Binary | 1011010 | 100000 | 1000100 | 0 | 1000000 | 11000 | 1000001 | 101000011 | 110000 | 11000 |
Color Harmonies of #5A2044
Complementary color
Monochromatic Colors of #5A2044
Black with #5A2044
Text Example
Text Example
White with #5A2044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2044; }
p { color: rgb(90,32,68); }
H1.HeaderClassName
{
color: #5A2044;
}
.AnyTagClassName
{
color: #5A2044;
}
</style>
background-color css
<style>
a { background-color: #5A2044; }
a { background-color: rgb(90,32,68); }
div.DivClassName
{
background-color: #5A2044;
}
.BgClassName
{
background-color: #5A2044;
}
</style>
border-color css
<style>
span { border-color: #5A2044; }
span { border-color: rgb(90,32,68); }
td.TdClassName
{
border-color: #5A2044;
}
.TagClassName
{
border-color: #5A2044;
}
</style>