Shades of Pompadour #5A1946
Tints of Pompadour #5A1946
RGB
CMYK
RGB Variations
Color information
#5A1946 (or 0x5A1946) is known color: Pompadour. HEX triplet: 5A, 19 and 46. RGB value is (90,25,70). Sum of RGB (Red+Green+Blue) = 90+25+70=185 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.65% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1946 is #A5E6B9. Grayscale: #313131. Windows color (decimal): -10872506 or 4594010. OLE color: 4594010.
HSL color Cylindrical-coordinate representation of color #5A1946: hue angle of 318.46º 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 #5A1946 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 25 | 70 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.65 |
| HSL | 318.46º | 0.57% | 0.23% | - |
| HSV(B) | 318.46º | 0.72% | 0.35% | - |
| XYZ | 5.67 | 3.31 | 6.13 | - |
| YUV | 49.57 | 139.53 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 25 | 70 | 0 | 0.72 | 0.22 | 0.65 | 318.46 | 0.57 | 0.23 |
| Hex | 5A | 19 | 46 | 0 | 48 | 16 | 41 | 13E | 39 | 17 |
| Octal | 132 | 31 | 106 | 0 | 110 | 26 | 101 | 476 | 71 | 27 |
| Binary | 1011010 | 11001 | 1000110 | 0 | 1001000 | 10110 | 1000001 | 100111110 | 111001 | 10111 |
Color Harmonies of #5A1946
Complementary color
Monochromatic Colors of #5A1946
Black with #5A1946
Text Example
Text Example
White with #5A1946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1946; }
p { color: rgb(90,25,70); }
H1.HeaderClassName
{
color: #5A1946;
}
.AnyTagClassName
{
color: #5A1946;
}
</style>
background-color css
<style>
a { background-color: #5A1946; }
a { background-color: rgb(90,25,70); }
div.DivClassName
{
background-color: #5A1946;
}
.BgClassName
{
background-color: #5A1946;
}
</style>
border-color css
<style>
span { border-color: #5A1946; }
span { border-color: rgb(90,25,70); }
td.TdClassName
{
border-color: #5A1946;
}
.TagClassName
{
border-color: #5A1946;
}
</style>