Shades of Pompadour #5A1844
Tints of Pompadour #5A1844
RGB
CMYK
RGB Variations
Color information
#5A1844 (or 0x5A1844) is known color: Pompadour. HEX triplet: 5A, 18 and 44. RGB value is (90,24,68). Sum of RGB (Red+Green+Blue) = 90+24+68=182 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.45% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1844 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1844 is #A5E7BB. Grayscale: #303030. Windows color (decimal): -10872764 or 4462682. OLE color: 4462682.
HSL color Cylindrical-coordinate representation of color #5A1844: hue angle of 320º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A1844 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 24 | 68 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.65 |
| HSL | 320º | 0.58% | 0.22% | - |
| HSV(B) | 320º | 0.73% | 0.35% | - |
| XYZ | 5.59 | 3.24 | 5.8 | - |
| YUV | 48.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 24 | 68 | 0 | 0.73 | 0.24 | 0.65 | 320 | 0.58 | 0.22 |
| Hex | 5A | 18 | 44 | 0 | 49 | 18 | 41 | 140 | 3A | 16 |
| Octal | 132 | 30 | 104 | 0 | 111 | 30 | 101 | 500 | 72 | 26 |
| Binary | 1011010 | 11000 | 1000100 | 0 | 1001001 | 11000 | 1000001 | 101000000 | 111010 | 10110 |
Color Harmonies of #5A1844
Complementary color
Monochromatic Colors of #5A1844
Black with #5A1844
Text Example
Text Example
White with #5A1844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1844; }
p { color: rgb(90,24,68); }
H1.HeaderClassName
{
color: #5A1844;
}
.AnyTagClassName
{
color: #5A1844;
}
</style>
background-color css
<style>
a { background-color: #5A1844; }
a { background-color: rgb(90,24,68); }
div.DivClassName
{
background-color: #5A1844;
}
.BgClassName
{
background-color: #5A1844;
}
</style>
border-color css
<style>
span { border-color: #5A1844; }
span { border-color: rgb(90,24,68); }
td.TdClassName
{
border-color: #5A1844;
}
.TagClassName
{
border-color: #5A1844;
}
</style>