Shades of Pompadour #5E1545
Tints of Pompadour #5E1545
RGB
CMYK
RGB Variations
Color information
#5E1545 (or 0x5E1545) is known color: Pompadour. HEX triplet: 5E, 15 and 45. RGB value is (94,21,69). Sum of RGB (Red+Green+Blue) = 94+21+69=184 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.09% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1545 is #A1EABA. Grayscale: #303030. Windows color (decimal): -10611387 or 4527454. OLE color: 4527454.
HSL color Cylindrical-coordinate representation of color #5E1545: hue angle of 320.55º 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 #5E1545 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 21 | 69 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.63 |
| HSL | 320.55º | 0.63% | 0.23% | - |
| HSV(B) | 320.55º | 0.78% | 0.37% | - |
| XYZ | 5.96 | 3.35 | 5.96 | - |
| YUV | 48.3 | 139.68 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 69 | 0 | 0.78 | 0.27 | 0.63 | 320.55 | 0.63 | 0.23 |
| Hex | 5E | 15 | 45 | 0 | 4E | 1B | 3F | 141 | 3F | 17 |
| Octal | 136 | 25 | 105 | 0 | 116 | 33 | 77 | 501 | 77 | 27 |
| Binary | 1011110 | 10101 | 1000101 | 0 | 1001110 | 11011 | 111111 | 101000001 | 111111 | 10111 |
Color Harmonies of #5E1545
Complementary color
Monochromatic Colors of #5E1545
Black with #5E1545
Text Example
Text Example
White with #5E1545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1545; }
p { color: rgb(94,21,69); }
H1.HeaderClassName
{
color: #5E1545;
}
.AnyTagClassName
{
color: #5E1545;
}
</style>
background-color css
<style>
a { background-color: #5E1545; }
a { background-color: rgb(94,21,69); }
div.DivClassName
{
background-color: #5E1545;
}
.BgClassName
{
background-color: #5E1545;
}
</style>
border-color css
<style>
span { border-color: #5E1545; }
span { border-color: rgb(94,21,69); }
td.TdClassName
{
border-color: #5E1545;
}
.TagClassName
{
border-color: #5E1545;
}
</style>