Shades of Pompadour #5A194A
Tints of Pompadour #5A194A
RGB
CMYK
RGB Variations
Color information
#5A194A (or 0x5A194A) is known color: Pompadour. HEX triplet: 5A, 19 and 4A. RGB value is (90,25,74). Sum of RGB (Red+Green+Blue) = 90+25+74=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 90 - color contains mainly: red. Hex color #5A194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A194A is #A5E6B5. Grayscale: #313131. Windows color (decimal): -10872502 or 4856154. OLE color: 4856154.
HSL color Cylindrical-coordinate representation of color #5A194A: hue angle of 314.77º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A194A is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 25 | 74 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.65 |
| HSL | 314.77º | 0.57% | 0.23% | - |
| HSV(B) | 314.77º | 0.72% | 0.35% | - |
| XYZ | 5.8 | 3.36 | 6.82 | - |
| YUV | 50.02 | 141.53 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 25 | 74 | 0 | 0.72 | 0.18 | 0.65 | 314.77 | 0.57 | 0.23 |
| Hex | 5A | 19 | 4A | 0 | 48 | 12 | 41 | 13B | 39 | 17 |
| Octal | 132 | 31 | 112 | 0 | 110 | 22 | 101 | 473 | 71 | 27 |
| Binary | 1011010 | 11001 | 1001010 | 0 | 1001000 | 10010 | 1000001 | 100111011 | 111001 | 10111 |
Color Harmonies of #5A194A
Complementary color
Monochromatic Colors of #5A194A
Black with #5A194A
Text Example
Text Example
White with #5A194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A194A; }
p { color: rgb(90,25,74); }
H1.HeaderClassName
{
color: #5A194A;
}
.AnyTagClassName
{
color: #5A194A;
}
</style>
background-color css
<style>
a { background-color: #5A194A; }
a { background-color: rgb(90,25,74); }
div.DivClassName
{
background-color: #5A194A;
}
.BgClassName
{
background-color: #5A194A;
}
</style>
border-color css
<style>
span { border-color: #5A194A; }
span { border-color: rgb(90,25,74); }
td.TdClassName
{
border-color: #5A194A;
}
.TagClassName
{
border-color: #5A194A;
}
</style>