Shades of Pompadour #5E234C
Tints of Pompadour #5E234C
RGB
CMYK
RGB Variations
Color information
#5E234C (or 0x5E234C) is known color: Pompadour. HEX triplet: 5E, 23 and 4C. RGB value is (94,35,76). Sum of RGB (Red+Green+Blue) = 94+35+76=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 94 - color contains mainly: red. Hex color #5E234C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E234C is #A1DCB3. Grayscale: #393939. Windows color (decimal): -10607796 or 4989790. OLE color: 4989790.
HSL color Cylindrical-coordinate representation of color #5E234C: hue angle of 318.31º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E234C is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 35 | 76 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.63 |
| HSL | 318.31º | 0.46% | 0.25% | - |
| HSV(B) | 318.31º | 0.63% | 0.37% | - |
| XYZ | 6.52 | 4.1 | 7.29 | - |
| YUV | 57.32 | 138.55 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 35 | 76 | 0 | 0.63 | 0.19 | 0.63 | 318.31 | 0.46 | 0.25 |
| Hex | 5E | 23 | 4C | 0 | 3F | 13 | 3F | 13E | 2E | 19 |
| Octal | 136 | 43 | 114 | 0 | 77 | 23 | 77 | 476 | 56 | 31 |
| Binary | 1011110 | 100011 | 1001100 | 0 | 111111 | 10011 | 111111 | 100111110 | 101110 | 11001 |
Color Harmonies of #5E234C
Complementary color
Monochromatic Colors of #5E234C
Black with #5E234C
Text Example
Text Example
White with #5E234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E234C; }
p { color: rgb(94,35,76); }
H1.HeaderClassName
{
color: #5E234C;
}
.AnyTagClassName
{
color: #5E234C;
}
</style>
background-color css
<style>
a { background-color: #5E234C; }
a { background-color: rgb(94,35,76); }
div.DivClassName
{
background-color: #5E234C;
}
.BgClassName
{
background-color: #5E234C;
}
</style>
border-color css
<style>
span { border-color: #5E234C; }
span { border-color: rgb(94,35,76); }
td.TdClassName
{
border-color: #5E234C;
}
.TagClassName
{
border-color: #5E234C;
}
</style>