Shades of Pompadour #5A1E45
Tints of Pompadour #5A1E45
RGB
CMYK
RGB Variations
Color information
#5A1E45 (or 0x5A1E45) is known color: Pompadour. HEX triplet: 5A, 1E and 45. RGB value is (90,30,69). Sum of RGB (Red+Green+Blue) = 90+30+69=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1E45 is #A5E1BA. Grayscale: #343434. Windows color (decimal): -10871227 or 4529754. OLE color: 4529754.
HSL color Cylindrical-coordinate representation of color #5A1E45: hue angle of 321º 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 #5A1E45 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 30 | 69 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.65 |
| HSL | 321º | 0.5% | 0.24% | - |
| HSV(B) | 321º | 0.67% | 0.35% | - |
| XYZ | 5.75 | 3.53 | 6.01 | - |
| YUV | 52.39 | 137.38 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 30 | 69 | 0 | 0.67 | 0.23 | 0.65 | 321 | 0.5 | 0.24 |
| Hex | 5A | 1E | 45 | 0 | 43 | 17 | 41 | 141 | 32 | 18 |
| Octal | 132 | 36 | 105 | 0 | 103 | 27 | 101 | 501 | 62 | 30 |
| Binary | 1011010 | 11110 | 1000101 | 0 | 1000011 | 10111 | 1000001 | 101000001 | 110010 | 11000 |
Color Harmonies of #5A1E45
Complementary color
Monochromatic Colors of #5A1E45
Black with #5A1E45
Text Example
Text Example
White with #5A1E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1E45; }
p { color: rgb(90,30,69); }
H1.HeaderClassName
{
color: #5A1E45;
}
.AnyTagClassName
{
color: #5A1E45;
}
</style>
background-color css
<style>
a { background-color: #5A1E45; }
a { background-color: rgb(90,30,69); }
div.DivClassName
{
background-color: #5A1E45;
}
.BgClassName
{
background-color: #5A1E45;
}
</style>
border-color css
<style>
span { border-color: #5A1E45; }
span { border-color: rgb(90,30,69); }
td.TdClassName
{
border-color: #5A1E45;
}
.TagClassName
{
border-color: #5A1E45;
}
</style>