Shades of Pompadour #5A2343
Tints of Pompadour #5A2343
RGB
CMYK
RGB Variations
Color information
#5A2343 (or 0x5A2343) is known color: Pompadour. HEX triplet: 5A, 23 and 43. RGB value is (90,35,67). Sum of RGB (Red+Green+Blue) = 90+35+67=192 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.88% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2343 is #A5DCBC. Grayscale: #373737. Windows color (decimal): -10869949 or 4399962. OLE color: 4399962.
HSL color Cylindrical-coordinate representation of color #5A2343: hue angle of 325.09º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A2343 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 35 | 67 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.65 |
| HSL | 325.09º | 0.44% | 0.25% | - |
| HSV(B) | 325.09º | 0.61% | 0.35% | - |
| XYZ | 5.83 | 3.78 | 5.73 | - |
| YUV | 55.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 35 | 67 | 0 | 0.61 | 0.26 | 0.65 | 325.09 | 0.44 | 0.25 |
| Hex | 5A | 23 | 43 | 0 | 3D | 1A | 41 | 145 | 2C | 19 |
| Octal | 132 | 43 | 103 | 0 | 75 | 32 | 101 | 505 | 54 | 31 |
| Binary | 1011010 | 100011 | 1000011 | 0 | 111101 | 11010 | 1000001 | 101000101 | 101100 | 11001 |
Color Harmonies of #5A2343
Complementary color
Monochromatic Colors of #5A2343
Black with #5A2343
Text Example
Text Example
White with #5A2343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2343; }
p { color: rgb(90,35,67); }
H1.HeaderClassName
{
color: #5A2343;
}
.AnyTagClassName
{
color: #5A2343;
}
</style>
background-color css
<style>
a { background-color: #5A2343; }
a { background-color: rgb(90,35,67); }
div.DivClassName
{
background-color: #5A2343;
}
.BgClassName
{
background-color: #5A2343;
}
</style>
border-color css
<style>
span { border-color: #5A2343; }
span { border-color: rgb(90,35,67); }
td.TdClassName
{
border-color: #5A2343;
}
.TagClassName
{
border-color: #5A2343;
}
</style>