Shades of Pompadour #5A1D40
Tints of Pompadour #5A1D40
RGB
CMYK
RGB Variations
Color information
#5A1D40 (or 0x5A1D40) is known color: Pompadour. HEX triplet: 5A, 1D and 40. RGB value is (90,29,64). Sum of RGB (Red+Green+Blue) = 90+29+64=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1D40 is #A5E2BF. Grayscale: #333333. Windows color (decimal): -10871488 or 4201818. OLE color: 4201818.
HSL color Cylindrical-coordinate representation of color #5A1D40: hue angle of 325.57º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A1D40 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 29 | 64 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.65 |
| HSL | 325.57º | 0.51% | 0.23% | - |
| HSV(B) | 325.57º | 0.68% | 0.35% | - |
| XYZ | 5.58 | 3.42 | 5.22 | - |
| YUV | 51.23 | 135.21 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 29 | 64 | 0 | 0.68 | 0.29 | 0.65 | 325.57 | 0.51 | 0.23 |
| Hex | 5A | 1D | 40 | 0 | 44 | 1D | 41 | 146 | 33 | 17 |
| Octal | 132 | 35 | 100 | 0 | 104 | 35 | 101 | 506 | 63 | 27 |
| Binary | 1011010 | 11101 | 1000000 | 0 | 1000100 | 11101 | 1000001 | 101000110 | 110011 | 10111 |
Color Harmonies of #5A1D40
Complementary color
Monochromatic Colors of #5A1D40
Black with #5A1D40
Text Example
Text Example
White with #5A1D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1D40; }
p { color: rgb(90,29,64); }
H1.HeaderClassName
{
color: #5A1D40;
}
.AnyTagClassName
{
color: #5A1D40;
}
</style>
background-color css
<style>
a { background-color: #5A1D40; }
a { background-color: rgb(90,29,64); }
div.DivClassName
{
background-color: #5A1D40;
}
.BgClassName
{
background-color: #5A1D40;
}
</style>
border-color css
<style>
span { border-color: #5A1D40; }
span { border-color: rgb(90,29,64); }
td.TdClassName
{
border-color: #5A1D40;
}
.TagClassName
{
border-color: #5A1D40;
}
</style>