Shades of Pompadour #5A2943
Tints of Pompadour #5A2943
RGB
CMYK
RGB Variations
Color information
#5A2943 (or 0x5A2943) is known color: Pompadour. HEX triplet: 5A, 29 and 43. RGB value is (90,41,67). Sum of RGB (Red+Green+Blue) = 90+41+67=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2943 is #A5D6BC. Grayscale: #3A3A3A. Windows color (decimal): -10868413 or 4401498. OLE color: 4401498.
HSL color Cylindrical-coordinate representation of color #5A2943: hue angle of 328.16º 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 #5A2943 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 41 | 67 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.65 |
| HSL | 328.16º | 0.37% | 0.26% | - |
| HSV(B) | 328.16º | 0.54% | 0.35% | - |
| XYZ | 6.02 | 4.16 | 5.8 | - |
| YUV | 58.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 41 | 67 | 0 | 0.54 | 0.26 | 0.65 | 328.16 | 0.37 | 0.26 |
| Hex | 5A | 29 | 43 | 0 | 36 | 1A | 41 | 148 | 25 | 1A |
| Octal | 132 | 51 | 103 | 0 | 66 | 32 | 101 | 510 | 45 | 32 |
| Binary | 1011010 | 101001 | 1000011 | 0 | 110110 | 11010 | 1000001 | 101001000 | 100101 | 11010 |
Color Harmonies of #5A2943
Complementary color
Monochromatic Colors of #5A2943
Black with #5A2943
Text Example
Text Example
White with #5A2943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2943; }
p { color: rgb(90,41,67); }
H1.HeaderClassName
{
color: #5A2943;
}
.AnyTagClassName
{
color: #5A2943;
}
</style>
background-color css
<style>
a { background-color: #5A2943; }
a { background-color: rgb(90,41,67); }
div.DivClassName
{
background-color: #5A2943;
}
.BgClassName
{
background-color: #5A2943;
}
</style>
border-color css
<style>
span { border-color: #5A2943; }
span { border-color: rgb(90,41,67); }
td.TdClassName
{
border-color: #5A2943;
}
.TagClassName
{
border-color: #5A2943;
}
</style>