Shades of Pompadour #5A184A
Tints of Pompadour #5A184A
RGB
CMYK
RGB Variations
Color information
#5A184A (or 0x5A184A) is known color: Pompadour. HEX triplet: 5A, 18 and 4A. RGB value is (90,24,74). Sum of RGB (Red+Green+Blue) = 90+24+74=188 (24% of max value = 765). Red value is 90 (35.55% from 255 or 47.87% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 90 - color contains mainly: red. Hex color #5A184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A184A is #A5E7B5. Grayscale: #313131. Windows color (decimal): -10872758 or 4855898. OLE color: 4855898.
HSL color Cylindrical-coordinate representation of color #5A184A: hue angle of 314.55º 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 #5A184A is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 24 | 74 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.65 |
| HSL | 314.55º | 0.58% | 0.22% | - |
| HSV(B) | 314.55º | 0.73% | 0.35% | - |
| XYZ | 5.78 | 3.32 | 6.82 | - |
| YUV | 49.43 | 141.87 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 24 | 74 | 0 | 0.73 | 0.18 | 0.65 | 314.55 | 0.58 | 0.22 |
| Hex | 5A | 18 | 4A | 0 | 49 | 12 | 41 | 13B | 3A | 16 |
| Octal | 132 | 30 | 112 | 0 | 111 | 22 | 101 | 473 | 72 | 26 |
| Binary | 1011010 | 11000 | 1001010 | 0 | 1001001 | 10010 | 1000001 | 100111011 | 111010 | 10110 |
Color Harmonies of #5A184A
Complementary color
Monochromatic Colors of #5A184A
Black with #5A184A
Text Example
Text Example
White with #5A184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A184A; }
p { color: rgb(90,24,74); }
H1.HeaderClassName
{
color: #5A184A;
}
.AnyTagClassName
{
color: #5A184A;
}
</style>
background-color css
<style>
a { background-color: #5A184A; }
a { background-color: rgb(90,24,74); }
div.DivClassName
{
background-color: #5A184A;
}
.BgClassName
{
background-color: #5A184A;
}
</style>
border-color css
<style>
span { border-color: #5A184A; }
span { border-color: rgb(90,24,74); }
td.TdClassName
{
border-color: #5A184A;
}
.TagClassName
{
border-color: #5A184A;
}
</style>