Shades of Pompadour #5A2946
Tints of Pompadour #5A2946
RGB
CMYK
RGB Variations
Color information
#5A2946 (or 0x5A2946) is known color: Pompadour. HEX triplet: 5A, 29 and 46. RGB value is (90,41,70). Sum of RGB (Red+Green+Blue) = 90+41+70=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2946 is #A5D6B9. Grayscale: #3A3A3A. Windows color (decimal): -10868410 or 4598106. OLE color: 4598106.
HSL color Cylindrical-coordinate representation of color #5A2946: hue angle of 324.49º 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 #5A2946 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 41 | 70 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.65 |
| HSL | 324.49º | 0.37% | 0.26% | - |
| HSV(B) | 324.49º | 0.54% | 0.35% | - |
| XYZ | 6.11 | 4.2 | 6.28 | - |
| YUV | 58.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 41 | 70 | 0 | 0.54 | 0.22 | 0.65 | 324.49 | 0.37 | 0.26 |
| Hex | 5A | 29 | 46 | 0 | 36 | 16 | 41 | 144 | 25 | 1A |
| Octal | 132 | 51 | 106 | 0 | 66 | 26 | 101 | 504 | 45 | 32 |
| Binary | 1011010 | 101001 | 1000110 | 0 | 110110 | 10110 | 1000001 | 101000100 | 100101 | 11010 |
Color Harmonies of #5A2946
Complementary color
Monochromatic Colors of #5A2946
Black with #5A2946
Text Example
Text Example
White with #5A2946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2946; }
p { color: rgb(90,41,70); }
H1.HeaderClassName
{
color: #5A2946;
}
.AnyTagClassName
{
color: #5A2946;
}
</style>
background-color css
<style>
a { background-color: #5A2946; }
a { background-color: rgb(90,41,70); }
div.DivClassName
{
background-color: #5A2946;
}
.BgClassName
{
background-color: #5A2946;
}
</style>
border-color css
<style>
span { border-color: #5A2946; }
span { border-color: rgb(90,41,70); }
td.TdClassName
{
border-color: #5A2946;
}
.TagClassName
{
border-color: #5A2946;
}
</style>