Shades of Pompadour #5E1B49
Tints of Pompadour #5E1B49
RGB
CMYK
RGB Variations
Color information
#5E1B49 (or 0x5E1B49) is known color: Pompadour. HEX triplet: 5E, 1B and 49. RGB value is (94,27,73). Sum of RGB (Red+Green+Blue) = 94+27+73=194 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.45% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E1B49 is #A1E4B6. Grayscale: #343434. Windows color (decimal): -10609847 or 4791134. OLE color: 4791134.
HSL color Cylindrical-coordinate representation of color #5E1B49: hue angle of 318.81º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E1B49 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 27 | 73 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.63 |
| HSL | 318.81º | 0.55% | 0.24% | - |
| HSV(B) | 318.81º | 0.71% | 0.37% | - |
| XYZ | 6.21 | 3.64 | 6.68 | - |
| YUV | 52.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 27 | 73 | 0 | 0.71 | 0.22 | 0.63 | 318.81 | 0.55 | 0.24 |
| Hex | 5E | 1B | 49 | 0 | 47 | 16 | 3F | 13F | 37 | 18 |
| Octal | 136 | 33 | 111 | 0 | 107 | 26 | 77 | 477 | 67 | 30 |
| Binary | 1011110 | 11011 | 1001001 | 0 | 1000111 | 10110 | 111111 | 100111111 | 110111 | 11000 |
Color Harmonies of #5E1B49
Complementary color
Monochromatic Colors of #5E1B49
Black with #5E1B49
Text Example
Text Example
White with #5E1B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1B49; }
p { color: rgb(94,27,73); }
H1.HeaderClassName
{
color: #5E1B49;
}
.AnyTagClassName
{
color: #5E1B49;
}
</style>
background-color css
<style>
a { background-color: #5E1B49; }
a { background-color: rgb(94,27,73); }
div.DivClassName
{
background-color: #5E1B49;
}
.BgClassName
{
background-color: #5E1B49;
}
</style>
border-color css
<style>
span { border-color: #5E1B49; }
span { border-color: rgb(94,27,73); }
td.TdClassName
{
border-color: #5E1B49;
}
.TagClassName
{
border-color: #5E1B49;
}
</style>