Shades of Pompadour #5A2A40
Tints of Pompadour #5A2A40
RGB
CMYK
RGB Variations
Color information
#5A2A40 (or 0x5A2A40) is known color: Pompadour. HEX triplet: 5A, 2A and 40. RGB value is (90,42,64). Sum of RGB (Red+Green+Blue) = 90+42+64=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2A40 is #A5D5BF. Grayscale: #3A3A3A. Windows color (decimal): -10868160 or 4205146. OLE color: 4205146.
HSL color Cylindrical-coordinate representation of color #5A2A40: hue angle of 332.5º 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 #5A2A40 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 42 | 64 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.65 |
| HSL | 332.5º | 0.36% | 0.26% | - |
| HSV(B) | 332.5º | 0.53% | 0.35% | - |
| XYZ | 5.97 | 4.2 | 5.35 | - |
| YUV | 58.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 42 | 64 | 0 | 0.53 | 0.29 | 0.65 | 332.5 | 0.36 | 0.26 |
| Hex | 5A | 2A | 40 | 0 | 35 | 1D | 41 | 14C | 24 | 1A |
| Octal | 132 | 52 | 100 | 0 | 65 | 35 | 101 | 514 | 44 | 32 |
| Binary | 1011010 | 101010 | 1000000 | 0 | 110101 | 11101 | 1000001 | 101001100 | 100100 | 11010 |
Color Harmonies of #5A2A40
Complementary color
Monochromatic Colors of #5A2A40
Black with #5A2A40
Text Example
Text Example
White with #5A2A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2A40; }
p { color: rgb(90,42,64); }
H1.HeaderClassName
{
color: #5A2A40;
}
.AnyTagClassName
{
color: #5A2A40;
}
</style>
background-color css
<style>
a { background-color: #5A2A40; }
a { background-color: rgb(90,42,64); }
div.DivClassName
{
background-color: #5A2A40;
}
.BgClassName
{
background-color: #5A2A40;
}
</style>
border-color css
<style>
span { border-color: #5A2A40; }
span { border-color: rgb(90,42,64); }
td.TdClassName
{
border-color: #5A2A40;
}
.TagClassName
{
border-color: #5A2A40;
}
</style>