Shades of Pompadour #5E1D44
Tints of Pompadour #5E1D44
RGB
CMYK
RGB Variations
Color information
#5E1D44 (or 0x5E1D44) is known color: Pompadour. HEX triplet: 5E, 1D and 44. RGB value is (94,29,68). Sum of RGB (Red+Green+Blue) = 94+29+68=191 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.21% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E1D44 is #A1E2BB. Grayscale: #343434. Windows color (decimal): -10609340 or 4463966. OLE color: 4463966.
HSL color Cylindrical-coordinate representation of color #5E1D44: hue angle of 324º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E1D44 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 29 | 68 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.63 |
| HSL | 324º | 0.53% | 0.24% | - |
| HSV(B) | 324º | 0.69% | 0.37% | - |
| XYZ | 6.1 | 3.68 | 5.86 | - |
| YUV | 52.88 | 136.53 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 29 | 68 | 0 | 0.69 | 0.28 | 0.63 | 324 | 0.53 | 0.24 |
| Hex | 5E | 1D | 44 | 0 | 45 | 1C | 3F | 144 | 35 | 18 |
| Octal | 136 | 35 | 104 | 0 | 105 | 34 | 77 | 504 | 65 | 30 |
| Binary | 1011110 | 11101 | 1000100 | 0 | 1000101 | 11100 | 111111 | 101000100 | 110101 | 11000 |
Color Harmonies of #5E1D44
Complementary color
Monochromatic Colors of #5E1D44
Black with #5E1D44
Text Example
Text Example
White with #5E1D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1D44; }
p { color: rgb(94,29,68); }
H1.HeaderClassName
{
color: #5E1D44;
}
.AnyTagClassName
{
color: #5E1D44;
}
</style>
background-color css
<style>
a { background-color: #5E1D44; }
a { background-color: rgb(94,29,68); }
div.DivClassName
{
background-color: #5E1D44;
}
.BgClassName
{
background-color: #5E1D44;
}
</style>
border-color css
<style>
span { border-color: #5E1D44; }
span { border-color: rgb(94,29,68); }
td.TdClassName
{
border-color: #5E1D44;
}
.TagClassName
{
border-color: #5E1D44;
}
</style>