Shades of Pompadour #5E1D4A
Tints of Pompadour #5E1D4A
RGB
CMYK
RGB Variations
Color information
#5E1D4A (or 0x5E1D4A) is known color: Pompadour. HEX triplet: 5E, 1D and 4A. RGB value is (94,29,74). Sum of RGB (Red+Green+Blue) = 94+29+74=197 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.72% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E1D4A is #A1E2B5. Grayscale: #353535. Windows color (decimal): -10609334 or 4857182. OLE color: 4857182.
HSL color Cylindrical-coordinate representation of color #5E1D4A: hue angle of 318.46º 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 #5E1D4A is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 29 | 74 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.63 |
| HSL | 318.46º | 0.53% | 0.24% | - |
| HSV(B) | 318.46º | 0.69% | 0.37% | - |
| XYZ | 6.29 | 3.75 | 6.87 | - |
| YUV | 53.57 | 139.53 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 29 | 74 | 0 | 0.69 | 0.21 | 0.63 | 318.46 | 0.53 | 0.24 |
| Hex | 5E | 1D | 4A | 0 | 45 | 15 | 3F | 13E | 35 | 18 |
| Octal | 136 | 35 | 112 | 0 | 105 | 25 | 77 | 476 | 65 | 30 |
| Binary | 1011110 | 11101 | 1001010 | 0 | 1000101 | 10101 | 111111 | 100111110 | 110101 | 11000 |
Color Harmonies of #5E1D4A
Complementary color
Monochromatic Colors of #5E1D4A
Black with #5E1D4A
Text Example
Text Example
White with #5E1D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1D4A; }
p { color: rgb(94,29,74); }
H1.HeaderClassName
{
color: #5E1D4A;
}
.AnyTagClassName
{
color: #5E1D4A;
}
</style>
background-color css
<style>
a { background-color: #5E1D4A; }
a { background-color: rgb(94,29,74); }
div.DivClassName
{
background-color: #5E1D4A;
}
.BgClassName
{
background-color: #5E1D4A;
}
</style>
border-color css
<style>
span { border-color: #5E1D4A; }
span { border-color: rgb(94,29,74); }
td.TdClassName
{
border-color: #5E1D4A;
}
.TagClassName
{
border-color: #5E1D4A;
}
</style>