Shades of Pompadour #5A1B40
Tints of Pompadour #5A1B40
RGB
CMYK
RGB Variations
Color information
#5A1B40 (or 0x5A1B40) is known color: Pompadour. HEX triplet: 5A, 1B and 40. RGB value is (90,27,64). Sum of RGB (Red+Green+Blue) = 90+27+64=181 (23% of max value = 765). Red value is 90 (35.55% from 255 or 49.72% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1B40 is #A5E4BF. Grayscale: #313131. Windows color (decimal): -10872000 or 4201306. OLE color: 4201306.
HSL color Cylindrical-coordinate representation of color #5A1B40: hue angle of 324.76º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A1B40 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 27 | 64 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.65 |
| HSL | 324.76º | 0.54% | 0.23% | - |
| HSV(B) | 324.76º | 0.7% | 0.35% | - |
| XYZ | 5.53 | 3.33 | 5.2 | - |
| YUV | 50.06 | 135.87 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 27 | 64 | 0 | 0.70 | 0.29 | 0.65 | 324.76 | 0.54 | 0.23 |
| Hex | 5A | 1B | 40 | 0 | 46 | 1D | 41 | 145 | 36 | 17 |
| Octal | 132 | 33 | 100 | 0 | 106 | 35 | 101 | 505 | 66 | 27 |
| Binary | 1011010 | 11011 | 1000000 | 0 | 1000110 | 11101 | 1000001 | 101000101 | 110110 | 10111 |
Color Harmonies of #5A1B40
Complementary color
Monochromatic Colors of #5A1B40
Black with #5A1B40
Text Example
Text Example
White with #5A1B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1B40; }
p { color: rgb(90,27,64); }
H1.HeaderClassName
{
color: #5A1B40;
}
.AnyTagClassName
{
color: #5A1B40;
}
</style>
background-color css
<style>
a { background-color: #5A1B40; }
a { background-color: rgb(90,27,64); }
div.DivClassName
{
background-color: #5A1B40;
}
.BgClassName
{
background-color: #5A1B40;
}
</style>
border-color css
<style>
span { border-color: #5A1B40; }
span { border-color: rgb(90,27,64); }
td.TdClassName
{
border-color: #5A1B40;
}
.TagClassName
{
border-color: #5A1B40;
}
</style>