Shades of Pompadour #5E294A
Tints of Pompadour #5E294A
RGB
CMYK
RGB Variations
Color information
#5E294A (or 0x5E294A) is known color: Pompadour. HEX triplet: 5E, 29 and 4A. RGB value is (94,41,74). Sum of RGB (Red+Green+Blue) = 94+41+74=209 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.98% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 94 - color contains mainly: red. Hex color #5E294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E294A is #A1D6B5. Grayscale: #3C3C3C. Windows color (decimal): -10606262 or 4860254. OLE color: 4860254.
HSL color Cylindrical-coordinate representation of color #5E294A: hue angle of 322.64º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E294A is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 41 | 74 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.63 |
| HSL | 322.64º | 0.39% | 0.26% | - |
| HSV(B) | 322.64º | 0.56% | 0.37% | - |
| XYZ | 6.65 | 4.46 | 6.99 | - |
| YUV | 60.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 41 | 74 | 0 | 0.56 | 0.21 | 0.63 | 322.64 | 0.39 | 0.26 |
| Hex | 5E | 29 | 4A | 0 | 38 | 15 | 3F | 143 | 27 | 1A |
| Octal | 136 | 51 | 112 | 0 | 70 | 25 | 77 | 503 | 47 | 32 |
| Binary | 1011110 | 101001 | 1001010 | 0 | 111000 | 10101 | 111111 | 101000011 | 100111 | 11010 |
Color Harmonies of #5E294A
Complementary color
Monochromatic Colors of #5E294A
Black with #5E294A
Text Example
Text Example
White with #5E294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E294A; }
p { color: rgb(94,41,74); }
H1.HeaderClassName
{
color: #5E294A;
}
.AnyTagClassName
{
color: #5E294A;
}
</style>
background-color css
<style>
a { background-color: #5E294A; }
a { background-color: rgb(94,41,74); }
div.DivClassName
{
background-color: #5E294A;
}
.BgClassName
{
background-color: #5E294A;
}
</style>
border-color css
<style>
span { border-color: #5E294A; }
span { border-color: rgb(94,41,74); }
td.TdClassName
{
border-color: #5E294A;
}
.TagClassName
{
border-color: #5E294A;
}
</style>