Shades of Pompadour #5E1939
Tints of Pompadour #5E1939
RGB
CMYK
RGB Variations
Color information
#5E1939 (or 0x5E1939) is known color: Pompadour. HEX triplet: 5E, 19 and 39. RGB value is (94,25,57). Sum of RGB (Red+Green+Blue) = 94+25+57=176 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.41% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1939 is #A1E6C6. Grayscale: #313131. Windows color (decimal): -10610375 or 3742046. OLE color: 3742046.
HSL color Cylindrical-coordinate representation of color #5E1939: hue angle of 332.17º 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 #5E1939 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 25 | 57 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.63 |
| HSL | 332.17º | 0.58% | 0.23% | - |
| HSV(B) | 332.17º | 0.73% | 0.37% | - |
| XYZ | 5.7 | 3.37 | 4.22 | - |
| YUV | 49.28 | 132.36 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 25 | 57 | 0 | 0.73 | 0.39 | 0.63 | 332.17 | 0.58 | 0.23 |
| Hex | 5E | 19 | 39 | 0 | 49 | 27 | 3F | 14C | 3A | 17 |
| Octal | 136 | 31 | 71 | 0 | 111 | 47 | 77 | 514 | 72 | 27 |
| Binary | 1011110 | 11001 | 111001 | 0 | 1001001 | 100111 | 111111 | 101001100 | 111010 | 10111 |
Color Harmonies of #5E1939
Complementary color
Monochromatic Colors of #5E1939
Black with #5E1939
Text Example
Text Example
White with #5E1939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1939; }
p { color: rgb(94,25,57); }
H1.HeaderClassName
{
color: #5E1939;
}
.AnyTagClassName
{
color: #5E1939;
}
</style>
background-color css
<style>
a { background-color: #5E1939; }
a { background-color: rgb(94,25,57); }
div.DivClassName
{
background-color: #5E1939;
}
.BgClassName
{
background-color: #5E1939;
}
</style>
border-color css
<style>
span { border-color: #5E1939; }
span { border-color: rgb(94,25,57); }
td.TdClassName
{
border-color: #5E1939;
}
.TagClassName
{
border-color: #5E1939;
}
</style>