Shades of Pompadour #5A2941
Tints of Pompadour #5A2941
RGB
CMYK
RGB Variations
Color information
#5A2941 (or 0x5A2941) is known color: Pompadour. HEX triplet: 5A, 29 and 41. RGB value is (90,41,65). Sum of RGB (Red+Green+Blue) = 90+41+65=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2941 is #A5D6BE. Grayscale: #3A3A3A. Windows color (decimal): -10868415 or 4270426. OLE color: 4270426.
HSL color Cylindrical-coordinate representation of color #5A2941: hue angle of 330.61º 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 #5A2941 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 41 | 65 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.65 |
| HSL | 330.61º | 0.37% | 0.26% | - |
| HSV(B) | 330.61º | 0.54% | 0.35% | - |
| XYZ | 5.96 | 4.14 | 5.49 | - |
| YUV | 58.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 41 | 65 | 0 | 0.54 | 0.28 | 0.65 | 330.61 | 0.37 | 0.26 |
| Hex | 5A | 29 | 41 | 0 | 36 | 1C | 41 | 14B | 25 | 1A |
| Octal | 132 | 51 | 101 | 0 | 66 | 34 | 101 | 513 | 45 | 32 |
| Binary | 1011010 | 101001 | 1000001 | 0 | 110110 | 11100 | 1000001 | 101001011 | 100101 | 11010 |
Color Harmonies of #5A2941
Complementary color
Monochromatic Colors of #5A2941
Black with #5A2941
Text Example
Text Example
White with #5A2941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2941; }
p { color: rgb(90,41,65); }
H1.HeaderClassName
{
color: #5A2941;
}
.AnyTagClassName
{
color: #5A2941;
}
</style>
background-color css
<style>
a { background-color: #5A2941; }
a { background-color: rgb(90,41,65); }
div.DivClassName
{
background-color: #5A2941;
}
.BgClassName
{
background-color: #5A2941;
}
</style>
border-color css
<style>
span { border-color: #5A2941; }
span { border-color: rgb(90,41,65); }
td.TdClassName
{
border-color: #5A2941;
}
.TagClassName
{
border-color: #5A2941;
}
</style>