Shades of Pompadour #5A1E49
Tints of Pompadour #5A1E49
RGB
CMYK
RGB Variations
Color information
#5A1E49 (or 0x5A1E49) is known color: Pompadour. HEX triplet: 5A, 1E and 49. RGB value is (90,30,73). Sum of RGB (Red+Green+Blue) = 90+30+73=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1E49 is #A5E1B6. Grayscale: #343434. Windows color (decimal): -10871223 or 4791898. OLE color: 4791898.
HSL color Cylindrical-coordinate representation of color #5A1E49: hue angle of 317º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A1E49 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 30 | 73 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.65 |
| HSL | 317º | 0.5% | 0.24% | - |
| HSV(B) | 317º | 0.67% | 0.35% | - |
| XYZ | 5.88 | 3.58 | 6.68 | - |
| YUV | 52.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 30 | 73 | 0 | 0.67 | 0.19 | 0.65 | 317 | 0.5 | 0.24 |
| Hex | 5A | 1E | 49 | 0 | 43 | 13 | 41 | 13D | 32 | 18 |
| Octal | 132 | 36 | 111 | 0 | 103 | 23 | 101 | 475 | 62 | 30 |
| Binary | 1011010 | 11110 | 1001001 | 0 | 1000011 | 10011 | 1000001 | 100111101 | 110010 | 11000 |
Color Harmonies of #5A1E49
Complementary color
Monochromatic Colors of #5A1E49
Black with #5A1E49
Text Example
Text Example
White with #5A1E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1E49; }
p { color: rgb(90,30,73); }
H1.HeaderClassName
{
color: #5A1E49;
}
.AnyTagClassName
{
color: #5A1E49;
}
</style>
background-color css
<style>
a { background-color: #5A1E49; }
a { background-color: rgb(90,30,73); }
div.DivClassName
{
background-color: #5A1E49;
}
.BgClassName
{
background-color: #5A1E49;
}
</style>
border-color css
<style>
span { border-color: #5A1E49; }
span { border-color: rgb(90,30,73); }
td.TdClassName
{
border-color: #5A1E49;
}
.TagClassName
{
border-color: #5A1E49;
}
</style>