Shades of Pompadour #5E1535
Tints of Pompadour #5E1535
RGB
CMYK
RGB Variations
Color information
#5E1535 (or 0x5E1535) is known color: Pompadour. HEX triplet: 5E, 15 and 35. RGB value is (94,21,53). Sum of RGB (Red+Green+Blue) = 94+21+53=168 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.95% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1535 is #A1EACA. Grayscale: #2E2E2E. Windows color (decimal): -10611403 or 3478878. OLE color: 3478878.
HSL color Cylindrical-coordinate representation of color #5E1535: hue angle of 333.7º 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 #5E1535 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 21 | 53 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.63 |
| HSL | 333.7º | 0.63% | 0.23% | - |
| HSV(B) | 333.7º | 0.78% | 0.37% | - |
| XYZ | 5.53 | 3.17 | 3.69 | - |
| YUV | 46.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 53 | 0 | 0.78 | 0.44 | 0.63 | 333.7 | 0.63 | 0.23 |
| Hex | 5E | 15 | 35 | 0 | 4E | 2C | 3F | 14E | 3F | 17 |
| Octal | 136 | 25 | 65 | 0 | 116 | 54 | 77 | 516 | 77 | 27 |
| Binary | 1011110 | 10101 | 110101 | 0 | 1001110 | 101100 | 111111 | 101001110 | 111111 | 10111 |
Color Harmonies of #5E1535
Complementary color
Monochromatic Colors of #5E1535
Black with #5E1535
Text Example
Text Example
White with #5E1535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1535; }
p { color: rgb(94,21,53); }
H1.HeaderClassName
{
color: #5E1535;
}
.AnyTagClassName
{
color: #5E1535;
}
</style>
background-color css
<style>
a { background-color: #5E1535; }
a { background-color: rgb(94,21,53); }
div.DivClassName
{
background-color: #5E1535;
}
.BgClassName
{
background-color: #5E1535;
}
</style>
border-color css
<style>
span { border-color: #5E1535; }
span { border-color: rgb(94,21,53); }
td.TdClassName
{
border-color: #5E1535;
}
.TagClassName
{
border-color: #5E1535;
}
</style>