Shades of Pompadour #5E1734
Tints of Pompadour #5E1734
RGB
CMYK
RGB Variations
Color information
#5E1734 (or 0x5E1734) is known color: Pompadour. HEX triplet: 5E, 17 and 34. RGB value is (94,23,52). Sum of RGB (Red+Green+Blue) = 94+23+52=169 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.62% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1734 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1734 is #A1E8CB. Grayscale: #2F2F2F. Windows color (decimal): -10610892 or 3413854. OLE color: 3413854.
HSL color Cylindrical-coordinate representation of color #5E1734: hue angle of 335.49º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E1734 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 23 | 52 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.63 |
| HSL | 335.49º | 0.61% | 0.23% | - |
| HSV(B) | 335.49º | 0.76% | 0.37% | - |
| XYZ | 5.54 | 3.24 | 3.58 | - |
| YUV | 47.54 | 130.52 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 52 | 0 | 0.76 | 0.45 | 0.63 | 335.49 | 0.61 | 0.23 |
| Hex | 5E | 17 | 34 | 0 | 4C | 2D | 3F | 14F | 3D | 17 |
| Octal | 136 | 27 | 64 | 0 | 114 | 55 | 77 | 517 | 75 | 27 |
| Binary | 1011110 | 10111 | 110100 | 0 | 1001100 | 101101 | 111111 | 101001111 | 111101 | 10111 |
Color Harmonies of #5E1734
Complementary color
Monochromatic Colors of #5E1734
Black with #5E1734
Text Example
Text Example
White with #5E1734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1734; }
p { color: rgb(94,23,52); }
H1.HeaderClassName
{
color: #5E1734;
}
.AnyTagClassName
{
color: #5E1734;
}
</style>
background-color css
<style>
a { background-color: #5E1734; }
a { background-color: rgb(94,23,52); }
div.DivClassName
{
background-color: #5E1734;
}
.BgClassName
{
background-color: #5E1734;
}
</style>
border-color css
<style>
span { border-color: #5E1734; }
span { border-color: rgb(94,23,52); }
td.TdClassName
{
border-color: #5E1734;
}
.TagClassName
{
border-color: #5E1734;
}
</style>