Shades of Pompadour #5A2A43
Tints of Pompadour #5A2A43
RGB
CMYK
RGB Variations
Color information
#5A2A43 (or 0x5A2A43) is known color: Pompadour. HEX triplet: 5A, 2A and 43. RGB value is (90,42,67). Sum of RGB (Red+Green+Blue) = 90+42+67=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2A43 is #A5D5BC. Grayscale: #3B3B3B. Windows color (decimal): -10868157 or 4401754. OLE color: 4401754.
HSL color Cylindrical-coordinate representation of color #5A2A43: hue angle of 328.75º 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 #5A2A43 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 42 | 67 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.65 |
| HSL | 328.75º | 0.36% | 0.26% | - |
| HSV(B) | 328.75º | 0.53% | 0.35% | - |
| XYZ | 6.06 | 4.23 | 5.81 | - |
| YUV | 59.2 | 132.4 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 42 | 67 | 0 | 0.53 | 0.26 | 0.65 | 328.75 | 0.36 | 0.26 |
| Hex | 5A | 2A | 43 | 0 | 35 | 1A | 41 | 149 | 24 | 1A |
| Octal | 132 | 52 | 103 | 0 | 65 | 32 | 101 | 511 | 44 | 32 |
| Binary | 1011010 | 101010 | 1000011 | 0 | 110101 | 11010 | 1000001 | 101001001 | 100100 | 11010 |
Color Harmonies of #5A2A43
Complementary color
Monochromatic Colors of #5A2A43
Black with #5A2A43
Text Example
Text Example
White with #5A2A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2A43; }
p { color: rgb(90,42,67); }
H1.HeaderClassName
{
color: #5A2A43;
}
.AnyTagClassName
{
color: #5A2A43;
}
</style>
background-color css
<style>
a { background-color: #5A2A43; }
a { background-color: rgb(90,42,67); }
div.DivClassName
{
background-color: #5A2A43;
}
.BgClassName
{
background-color: #5A2A43;
}
</style>
border-color css
<style>
span { border-color: #5A2A43; }
span { border-color: rgb(90,42,67); }
td.TdClassName
{
border-color: #5A2A43;
}
.TagClassName
{
border-color: #5A2A43;
}
</style>