Shades of Pompadour #5A2940
Tints of Pompadour #5A2940
RGB
CMYK
RGB Variations
Color information
#5A2940 (or 0x5A2940) is known color: Pompadour. HEX triplet: 5A, 29 and 40. RGB value is (90,41,64). Sum of RGB (Red+Green+Blue) = 90+41+64=195 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.15% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2940 is #A5D6BF. Grayscale: #3A3A3A. Windows color (decimal): -10868416 or 4204890. OLE color: 4204890.
HSL color Cylindrical-coordinate representation of color #5A2940: hue angle of 331.84º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A2940 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 41 | 64 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.65 |
| HSL | 331.84º | 0.37% | 0.26% | - |
| HSV(B) | 331.84º | 0.54% | 0.35% | - |
| XYZ | 5.93 | 4.13 | 5.33 | - |
| YUV | 58.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 41 | 64 | 0 | 0.54 | 0.29 | 0.65 | 331.84 | 0.37 | 0.26 |
| Hex | 5A | 29 | 40 | 0 | 36 | 1D | 41 | 14C | 25 | 1A |
| Octal | 132 | 51 | 100 | 0 | 66 | 35 | 101 | 514 | 45 | 32 |
| Binary | 1011010 | 101001 | 1000000 | 0 | 110110 | 11101 | 1000001 | 101001100 | 100101 | 11010 |
Color Harmonies of #5A2940
Complementary color
Monochromatic Colors of #5A2940
Black with #5A2940
Text Example
Text Example
White with #5A2940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2940; }
p { color: rgb(90,41,64); }
H1.HeaderClassName
{
color: #5A2940;
}
.AnyTagClassName
{
color: #5A2940;
}
</style>
background-color css
<style>
a { background-color: #5A2940; }
a { background-color: rgb(90,41,64); }
div.DivClassName
{
background-color: #5A2940;
}
.BgClassName
{
background-color: #5A2940;
}
</style>
border-color css
<style>
span { border-color: #5A2940; }
span { border-color: rgb(90,41,64); }
td.TdClassName
{
border-color: #5A2940;
}
.TagClassName
{
border-color: #5A2940;
}
</style>