Shades of Pompadour #5A2440
Tints of Pompadour #5A2440
RGB
CMYK
RGB Variations
Color information
#5A2440 (or 0x5A2440) is known color: Pompadour. HEX triplet: 5A, 24 and 40. RGB value is (90,36,64). Sum of RGB (Red+Green+Blue) = 90+36+64=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2440 is #A5DBBF. Grayscale: #373737. Windows color (decimal): -10869696 or 4203610. OLE color: 4203610.
HSL color Cylindrical-coordinate representation of color #5A2440: hue angle of 328.89º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A2440 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 36 | 64 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.65 |
| HSL | 328.89º | 0.43% | 0.25% | - |
| HSV(B) | 328.89º | 0.6% | 0.35% | - |
| XYZ | 5.77 | 3.81 | 5.28 | - |
| YUV | 55.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 36 | 64 | 0 | 0.60 | 0.29 | 0.65 | 328.89 | 0.43 | 0.25 |
| Hex | 5A | 24 | 40 | 0 | 3C | 1D | 41 | 149 | 2B | 19 |
| Octal | 132 | 44 | 100 | 0 | 74 | 35 | 101 | 511 | 53 | 31 |
| Binary | 1011010 | 100100 | 1000000 | 0 | 111100 | 11101 | 1000001 | 101001001 | 101011 | 11001 |
Color Harmonies of #5A2440
Complementary color
Monochromatic Colors of #5A2440
Black with #5A2440
Text Example
Text Example
White with #5A2440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2440; }
p { color: rgb(90,36,64); }
H1.HeaderClassName
{
color: #5A2440;
}
.AnyTagClassName
{
color: #5A2440;
}
</style>
background-color css
<style>
a { background-color: #5A2440; }
a { background-color: rgb(90,36,64); }
div.DivClassName
{
background-color: #5A2440;
}
.BgClassName
{
background-color: #5A2440;
}
</style>
border-color css
<style>
span { border-color: #5A2440; }
span { border-color: rgb(90,36,64); }
td.TdClassName
{
border-color: #5A2440;
}
.TagClassName
{
border-color: #5A2440;
}
</style>