Shades of Pompadour #5E1943
Tints of Pompadour #5E1943
RGB
CMYK
RGB Variations
Color information
#5E1943 (or 0x5E1943) is known color: Pompadour. HEX triplet: 5E, 19 and 43. RGB value is (94,25,67). Sum of RGB (Red+Green+Blue) = 94+25+67=186 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.54% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1943 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1943 is #A1E6BC. Grayscale: #323232. Windows color (decimal): -10610365 or 4397406. OLE color: 4397406.
HSL color Cylindrical-coordinate representation of color #5E1943: hue angle of 323.48º 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 #5E1943 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 25 | 67 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.63 |
| HSL | 323.48º | 0.58% | 0.23% | - |
| HSV(B) | 323.48º | 0.73% | 0.37% | - |
| XYZ | 5.98 | 3.48 | 5.67 | - |
| YUV | 50.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 25 | 67 | 0 | 0.73 | 0.29 | 0.63 | 323.48 | 0.58 | 0.23 |
| Hex | 5E | 19 | 43 | 0 | 49 | 1D | 3F | 143 | 3A | 17 |
| Octal | 136 | 31 | 103 | 0 | 111 | 35 | 77 | 503 | 72 | 27 |
| Binary | 1011110 | 11001 | 1000011 | 0 | 1001001 | 11101 | 111111 | 101000011 | 111010 | 10111 |
Color Harmonies of #5E1943
Complementary color
Monochromatic Colors of #5E1943
Black with #5E1943
Text Example
Text Example
White with #5E1943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1943; }
p { color: rgb(94,25,67); }
H1.HeaderClassName
{
color: #5E1943;
}
.AnyTagClassName
{
color: #5E1943;
}
</style>
background-color css
<style>
a { background-color: #5E1943; }
a { background-color: rgb(94,25,67); }
div.DivClassName
{
background-color: #5E1943;
}
.BgClassName
{
background-color: #5E1943;
}
</style>
border-color css
<style>
span { border-color: #5E1943; }
span { border-color: rgb(94,25,67); }
td.TdClassName
{
border-color: #5E1943;
}
.TagClassName
{
border-color: #5E1943;
}
</style>