Shades of Pompadour #5A1544
Tints of Pompadour #5A1544
RGB
CMYK
RGB Variations
Color information
#5A1544 (or 0x5A1544) is known color: Pompadour. HEX triplet: 5A, 15 and 44. RGB value is (90,21,68). Sum of RGB (Red+Green+Blue) = 90+21+68=179 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.28% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1544 is #A5EABB. Grayscale: #2E2E2E. Windows color (decimal): -10873532 or 4461914. OLE color: 4461914.
HSL color Cylindrical-coordinate representation of color #5A1544: hue angle of 319.13º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A1544 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 21 | 68 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.65 |
| HSL | 319.13º | 0.62% | 0.22% | - |
| HSV(B) | 319.13º | 0.77% | 0.35% | - |
| XYZ | 5.53 | 3.13 | 5.78 | - |
| YUV | 46.99 | 139.86 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 21 | 68 | 0 | 0.77 | 0.24 | 0.65 | 319.13 | 0.62 | 0.22 |
| Hex | 5A | 15 | 44 | 0 | 4D | 18 | 41 | 13F | 3E | 16 |
| Octal | 132 | 25 | 104 | 0 | 115 | 30 | 101 | 477 | 76 | 26 |
| Binary | 1011010 | 10101 | 1000100 | 0 | 1001101 | 11000 | 1000001 | 100111111 | 111110 | 10110 |
Color Harmonies of #5A1544
Complementary color
Monochromatic Colors of #5A1544
Black with #5A1544
Text Example
Text Example
White with #5A1544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1544; }
p { color: rgb(90,21,68); }
H1.HeaderClassName
{
color: #5A1544;
}
.AnyTagClassName
{
color: #5A1544;
}
</style>
background-color css
<style>
a { background-color: #5A1544; }
a { background-color: rgb(90,21,68); }
div.DivClassName
{
background-color: #5A1544;
}
.BgClassName
{
background-color: #5A1544;
}
</style>
border-color css
<style>
span { border-color: #5A1544; }
span { border-color: rgb(90,21,68); }
td.TdClassName
{
border-color: #5A1544;
}
.TagClassName
{
border-color: #5A1544;
}
</style>