Shades of Pompadour #5E1739
Tints of Pompadour #5E1739
RGB
CMYK
RGB Variations
Color information
#5E1739 (or 0x5E1739) is known color: Pompadour. HEX triplet: 5E, 17 and 39. RGB value is (94,23,57). Sum of RGB (Red+Green+Blue) = 94+23+57=174 (23% of max value = 765). Red value is 94 (37.11% from 255 or 54.02% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1739 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1739 is #A1E8C6. Grayscale: #303030. Windows color (decimal): -10610887 or 3741534. OLE color: 3741534.
HSL color Cylindrical-coordinate representation of color #5E1739: hue angle of 331.27º 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 #5E1739 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 23 | 57 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.63 |
| HSL | 331.27º | 0.61% | 0.23% | - |
| HSV(B) | 331.27º | 0.76% | 0.37% | - |
| XYZ | 5.66 | 3.29 | 4.21 | - |
| YUV | 48.11 | 133.02 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 57 | 0 | 0.76 | 0.39 | 0.63 | 331.27 | 0.61 | 0.23 |
| Hex | 5E | 17 | 39 | 0 | 4C | 27 | 3F | 14B | 3D | 17 |
| Octal | 136 | 27 | 71 | 0 | 114 | 47 | 77 | 513 | 75 | 27 |
| Binary | 1011110 | 10111 | 111001 | 0 | 1001100 | 100111 | 111111 | 101001011 | 111101 | 10111 |
Color Harmonies of #5E1739
Complementary color
Monochromatic Colors of #5E1739
Black with #5E1739
Text Example
Text Example
White with #5E1739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1739; }
p { color: rgb(94,23,57); }
H1.HeaderClassName
{
color: #5E1739;
}
.AnyTagClassName
{
color: #5E1739;
}
</style>
background-color css
<style>
a { background-color: #5E1739; }
a { background-color: rgb(94,23,57); }
div.DivClassName
{
background-color: #5E1739;
}
.BgClassName
{
background-color: #5E1739;
}
</style>
border-color css
<style>
span { border-color: #5E1739; }
span { border-color: rgb(94,23,57); }
td.TdClassName
{
border-color: #5E1739;
}
.TagClassName
{
border-color: #5E1739;
}
</style>