Shades of Pompadour #5E2841
Tints of Pompadour #5E2841
RGB
CMYK
RGB Variations
Color information
#5E2841 (or 0x5E2841) is known color: Pompadour. HEX triplet: 5E, 28 and 41. RGB value is (94,40,65). Sum of RGB (Red+Green+Blue) = 94+40+65=199 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.24% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2841 is #A1D7BE. Grayscale: #3A3A3A. Windows color (decimal): -10606527 or 4270174. OLE color: 4270174.
HSL color Cylindrical-coordinate representation of color #5E2841: hue angle of 332.22º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E2841 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 40 | 65 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.63 |
| HSL | 332.22º | 0.4% | 0.26% | - |
| HSV(B) | 332.22º | 0.57% | 0.37% | - |
| XYZ | 6.33 | 4.28 | 5.49 | - |
| YUV | 59 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 40 | 65 | 0 | 0.57 | 0.31 | 0.63 | 332.22 | 0.4 | 0.26 |
| Hex | 5E | 28 | 41 | 0 | 39 | 1F | 3F | 14C | 28 | 1A |
| Octal | 136 | 50 | 101 | 0 | 71 | 37 | 77 | 514 | 50 | 32 |
| Binary | 1011110 | 101000 | 1000001 | 0 | 111001 | 11111 | 111111 | 101001100 | 101000 | 11010 |
Color Harmonies of #5E2841
Complementary color
Monochromatic Colors of #5E2841
Black with #5E2841
Text Example
Text Example
White with #5E2841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2841; }
p { color: rgb(94,40,65); }
H1.HeaderClassName
{
color: #5E2841;
}
.AnyTagClassName
{
color: #5E2841;
}
</style>
background-color css
<style>
a { background-color: #5E2841; }
a { background-color: rgb(94,40,65); }
div.DivClassName
{
background-color: #5E2841;
}
.BgClassName
{
background-color: #5E2841;
}
</style>
border-color css
<style>
span { border-color: #5E2841; }
span { border-color: rgb(94,40,65); }
td.TdClassName
{
border-color: #5E2841;
}
.TagClassName
{
border-color: #5E2841;
}
</style>