Shades of Pompadour #5E1635
Tints of Pompadour #5E1635
RGB
CMYK
RGB Variations
Color information
#5E1635 (or 0x5E1635) is known color: Pompadour. HEX triplet: 5E, 16 and 35. RGB value is (94,22,53). Sum of RGB (Red+Green+Blue) = 94+22+53=169 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.62% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1635 is #A1E9CA. Grayscale: #2F2F2F. Windows color (decimal): -10611147 or 3479134. OLE color: 3479134.
HSL color Cylindrical-coordinate representation of color #5E1635: hue angle of 334.17º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E1635 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 22 | 53 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.63 |
| HSL | 334.17º | 0.62% | 0.23% | - |
| HSV(B) | 334.17º | 0.77% | 0.37% | - |
| XYZ | 5.55 | 3.21 | 3.7 | - |
| YUV | 47.06 | 131.35 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 22 | 53 | 0 | 0.77 | 0.44 | 0.63 | 334.17 | 0.62 | 0.23 |
| Hex | 5E | 16 | 35 | 0 | 4D | 2C | 3F | 14E | 3E | 17 |
| Octal | 136 | 26 | 65 | 0 | 115 | 54 | 77 | 516 | 76 | 27 |
| Binary | 1011110 | 10110 | 110101 | 0 | 1001101 | 101100 | 111111 | 101001110 | 111110 | 10111 |
Color Harmonies of #5E1635
Complementary color
Monochromatic Colors of #5E1635
Black with #5E1635
Text Example
Text Example
White with #5E1635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1635; }
p { color: rgb(94,22,53); }
H1.HeaderClassName
{
color: #5E1635;
}
.AnyTagClassName
{
color: #5E1635;
}
</style>
background-color css
<style>
a { background-color: #5E1635; }
a { background-color: rgb(94,22,53); }
div.DivClassName
{
background-color: #5E1635;
}
.BgClassName
{
background-color: #5E1635;
}
</style>
border-color css
<style>
span { border-color: #5E1635; }
span { border-color: rgb(94,22,53); }
td.TdClassName
{
border-color: #5E1635;
}
.TagClassName
{
border-color: #5E1635;
}
</style>