Shades of Pompadour #5E1946
Tints of Pompadour #5E1946
RGB
CMYK
RGB Variations
Color information
#5E1946 (or 0x5E1946) is known color: Pompadour. HEX triplet: 5E, 19 and 46. RGB value is (94,25,70). Sum of RGB (Red+Green+Blue) = 94+25+70=189 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.74% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1946 is #A1E6B9. Grayscale: #323232. Windows color (decimal): -10610362 or 4594014. OLE color: 4594014.
HSL color Cylindrical-coordinate representation of color #5E1946: hue angle of 320.87º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E1946 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 25 | 70 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.63 |
| HSL | 320.87º | 0.58% | 0.23% | - |
| HSV(B) | 320.87º | 0.73% | 0.37% | - |
| XYZ | 6.07 | 3.52 | 6.15 | - |
| YUV | 50.76 | 138.86 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 25 | 70 | 0 | 0.73 | 0.26 | 0.63 | 320.87 | 0.58 | 0.23 |
| Hex | 5E | 19 | 46 | 0 | 49 | 1A | 3F | 141 | 3A | 17 |
| Octal | 136 | 31 | 106 | 0 | 111 | 32 | 77 | 501 | 72 | 27 |
| Binary | 1011110 | 11001 | 1000110 | 0 | 1001001 | 11010 | 111111 | 101000001 | 111010 | 10111 |
Color Harmonies of #5E1946
Complementary color
Monochromatic Colors of #5E1946
Black with #5E1946
Text Example
Text Example
White with #5E1946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1946; }
p { color: rgb(94,25,70); }
H1.HeaderClassName
{
color: #5E1946;
}
.AnyTagClassName
{
color: #5E1946;
}
</style>
background-color css
<style>
a { background-color: #5E1946; }
a { background-color: rgb(94,25,70); }
div.DivClassName
{
background-color: #5E1946;
}
.BgClassName
{
background-color: #5E1946;
}
</style>
border-color css
<style>
span { border-color: #5E1946; }
span { border-color: rgb(94,25,70); }
td.TdClassName
{
border-color: #5E1946;
}
.TagClassName
{
border-color: #5E1946;
}
</style>