Shades of Pompadour #5E1536
Tints of Pompadour #5E1536
RGB
CMYK
RGB Variations
Color information
#5E1536 (or 0x5E1536) is known color: Pompadour. HEX triplet: 5E, 15 and 36. RGB value is (94,21,54). Sum of RGB (Red+Green+Blue) = 94+21+54=169 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.62% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1536 is #A1EAC9. Grayscale: #2E2E2E. Windows color (decimal): -10611402 or 3544414. OLE color: 3544414.
HSL color Cylindrical-coordinate representation of color #5E1536: hue angle of 332.88º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E1536 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 21 | 54 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.63 |
| HSL | 332.88º | 0.63% | 0.23% | - |
| HSV(B) | 332.88º | 0.78% | 0.37% | - |
| XYZ | 5.55 | 3.18 | 3.81 | - |
| YUV | 46.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 54 | 0 | 0.78 | 0.43 | 0.63 | 332.88 | 0.63 | 0.23 |
| Hex | 5E | 15 | 36 | 0 | 4E | 2B | 3F | 14D | 3F | 17 |
| Octal | 136 | 25 | 66 | 0 | 116 | 53 | 77 | 515 | 77 | 27 |
| Binary | 1011110 | 10101 | 110110 | 0 | 1001110 | 101011 | 111111 | 101001101 | 111111 | 10111 |
Color Harmonies of #5E1536
Complementary color
Monochromatic Colors of #5E1536
Black with #5E1536
Text Example
Text Example
White with #5E1536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1536; }
p { color: rgb(94,21,54); }
H1.HeaderClassName
{
color: #5E1536;
}
.AnyTagClassName
{
color: #5E1536;
}
</style>
background-color css
<style>
a { background-color: #5E1536; }
a { background-color: rgb(94,21,54); }
div.DivClassName
{
background-color: #5E1536;
}
.BgClassName
{
background-color: #5E1536;
}
</style>
border-color css
<style>
span { border-color: #5E1536; }
span { border-color: rgb(94,21,54); }
td.TdClassName
{
border-color: #5E1536;
}
.TagClassName
{
border-color: #5E1536;
}
</style>