Shades of Pompadour #5A2049
Tints of Pompadour #5A2049
RGB
CMYK
RGB Variations
Color information
#5A2049 (or 0x5A2049) is known color: Pompadour. HEX triplet: 5A, 20 and 49. RGB value is (90,32,73). Sum of RGB (Red+Green+Blue) = 90+32+73=195 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.15% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2049 is #A5DFB6. Grayscale: #353535. Windows color (decimal): -10870711 or 4792410. OLE color: 4792410.
HSL color Cylindrical-coordinate representation of color #5A2049: hue angle of 317.59º 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 #5A2049 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 32 | 73 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.65 |
| HSL | 317.59º | 0.48% | 0.24% | - |
| HSV(B) | 317.59º | 0.64% | 0.35% | - |
| XYZ | 5.94 | 3.69 | 6.7 | - |
| YUV | 54.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 32 | 73 | 0 | 0.64 | 0.19 | 0.65 | 317.59 | 0.48 | 0.24 |
| Hex | 5A | 20 | 49 | 0 | 40 | 13 | 41 | 13E | 30 | 18 |
| Octal | 132 | 40 | 111 | 0 | 100 | 23 | 101 | 476 | 60 | 30 |
| Binary | 1011010 | 100000 | 1001001 | 0 | 1000000 | 10011 | 1000001 | 100111110 | 110000 | 11000 |
Color Harmonies of #5A2049
Complementary color
Monochromatic Colors of #5A2049
Black with #5A2049
Text Example
Text Example
White with #5A2049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2049; }
p { color: rgb(90,32,73); }
H1.HeaderClassName
{
color: #5A2049;
}
.AnyTagClassName
{
color: #5A2049;
}
</style>
background-color css
<style>
a { background-color: #5A2049; }
a { background-color: rgb(90,32,73); }
div.DivClassName
{
background-color: #5A2049;
}
.BgClassName
{
background-color: #5A2049;
}
</style>
border-color css
<style>
span { border-color: #5A2049; }
span { border-color: rgb(90,32,73); }
td.TdClassName
{
border-color: #5A2049;
}
.TagClassName
{
border-color: #5A2049;
}
</style>