Shades of Pompadour #5A2048
Tints of Pompadour #5A2048
RGB
CMYK
RGB Variations
Color information
#5A2048 (or 0x5A2048) is known color: Pompadour. HEX triplet: 5A, 20 and 48. RGB value is (90,32,72). Sum of RGB (Red+Green+Blue) = 90+32+72=194 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.39% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2048 is #A5DFB7. Grayscale: #353535. Windows color (decimal): -10870712 or 4726874. OLE color: 4726874.
HSL color Cylindrical-coordinate representation of color #5A2048: hue angle of 318.62º 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 #5A2048 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 32 | 72 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.65 |
| HSL | 318.62º | 0.48% | 0.24% | - |
| HSV(B) | 318.62º | 0.64% | 0.35% | - |
| XYZ | 5.9 | 3.67 | 6.53 | - |
| YUV | 53.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 32 | 72 | 0 | 0.64 | 0.20 | 0.65 | 318.62 | 0.48 | 0.24 |
| Hex | 5A | 20 | 48 | 0 | 40 | 14 | 41 | 13F | 30 | 18 |
| Octal | 132 | 40 | 110 | 0 | 100 | 24 | 101 | 477 | 60 | 30 |
| Binary | 1011010 | 100000 | 1001000 | 0 | 1000000 | 10100 | 1000001 | 100111111 | 110000 | 11000 |
Color Harmonies of #5A2048
Complementary color
Monochromatic Colors of #5A2048
Black with #5A2048
Text Example
Text Example
White with #5A2048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2048; }
p { color: rgb(90,32,72); }
H1.HeaderClassName
{
color: #5A2048;
}
.AnyTagClassName
{
color: #5A2048;
}
</style>
background-color css
<style>
a { background-color: #5A2048; }
a { background-color: rgb(90,32,72); }
div.DivClassName
{
background-color: #5A2048;
}
.BgClassName
{
background-color: #5A2048;
}
</style>
border-color css
<style>
span { border-color: #5A2048; }
span { border-color: rgb(90,32,72); }
td.TdClassName
{
border-color: #5A2048;
}
.TagClassName
{
border-color: #5A2048;
}
</style>