Shades of Pompadour #5A2A45
Tints of Pompadour #5A2A45
RGB
CMYK
RGB Variations
Color information
#5A2A45 (or 0x5A2A45) is known color: Pompadour. HEX triplet: 5A, 2A and 45. RGB value is (90,42,69). Sum of RGB (Red+Green+Blue) = 90+42+69=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2A45 is #A5D5BA. Grayscale: #3B3B3B. Windows color (decimal): -10868155 or 4532826. OLE color: 4532826.
HSL color Cylindrical-coordinate representation of color #5A2A45: hue angle of 326.25º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A2A45 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 42 | 69 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.65 |
| HSL | 326.25º | 0.36% | 0.26% | - |
| HSV(B) | 326.25º | 0.53% | 0.35% | - |
| XYZ | 6.12 | 4.26 | 6.13 | - |
| YUV | 59.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 42 | 69 | 0 | 0.53 | 0.23 | 0.65 | 326.25 | 0.36 | 0.26 |
| Hex | 5A | 2A | 45 | 0 | 35 | 17 | 41 | 146 | 24 | 1A |
| Octal | 132 | 52 | 105 | 0 | 65 | 27 | 101 | 506 | 44 | 32 |
| Binary | 1011010 | 101010 | 1000101 | 0 | 110101 | 10111 | 1000001 | 101000110 | 100100 | 11010 |
Color Harmonies of #5A2A45
Complementary color
Monochromatic Colors of #5A2A45
Black with #5A2A45
Text Example
Text Example
White with #5A2A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2A45; }
p { color: rgb(90,42,69); }
H1.HeaderClassName
{
color: #5A2A45;
}
.AnyTagClassName
{
color: #5A2A45;
}
</style>
background-color css
<style>
a { background-color: #5A2A45; }
a { background-color: rgb(90,42,69); }
div.DivClassName
{
background-color: #5A2A45;
}
.BgClassName
{
background-color: #5A2A45;
}
</style>
border-color css
<style>
span { border-color: #5A2A45; }
span { border-color: rgb(90,42,69); }
td.TdClassName
{
border-color: #5A2A45;
}
.TagClassName
{
border-color: #5A2A45;
}
</style>