Shades of Pompadour #5D154C
Tints of Pompadour #5D154C
RGB
CMYK
RGB Variations
Color information
#5D154C (or 0x5D154C) is known color: Pompadour. HEX triplet: 5D, 15 and 4C. RGB value is (93,21,76). Sum of RGB (Red+Green+Blue) = 93+21+76=190 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.95% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 93 - color contains mainly: red. Hex color #5D154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D154C is #A2EAB3. Grayscale: #303030. Windows color (decimal): -10676916 or 4986205. OLE color: 4986205.
HSL color Cylindrical-coordinate representation of color #5D154C: hue angle of 314.17º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D154C is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 21 | 76 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.64 |
| HSL | 314.17º | 0.63% | 0.22% | - |
| HSV(B) | 314.17º | 0.77% | 0.36% | - |
| XYZ | 6.09 | 3.39 | 7.17 | - |
| YUV | 48.8 | 143.35 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 76 | 0 | 0.77 | 0.18 | 0.64 | 314.17 | 0.63 | 0.22 |
| Hex | 5D | 15 | 4C | 0 | 4D | 12 | 40 | 13A | 3F | 16 |
| Octal | 135 | 25 | 114 | 0 | 115 | 22 | 100 | 472 | 77 | 26 |
| Binary | 1011101 | 10101 | 1001100 | 0 | 1001101 | 10010 | 1000000 | 100111010 | 111111 | 10110 |
Color Harmonies of #5D154C
Complementary color
Monochromatic Colors of #5D154C
Black with #5D154C
Text Example
Text Example
White with #5D154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D154C; }
p { color: rgb(93,21,76); }
H1.HeaderClassName
{
color: #5D154C;
}
.AnyTagClassName
{
color: #5D154C;
}
</style>
background-color css
<style>
a { background-color: #5D154C; }
a { background-color: rgb(93,21,76); }
div.DivClassName
{
background-color: #5D154C;
}
.BgClassName
{
background-color: #5D154C;
}
</style>
border-color css
<style>
span { border-color: #5D154C; }
span { border-color: rgb(93,21,76); }
td.TdClassName
{
border-color: #5D154C;
}
.TagClassName
{
border-color: #5D154C;
}
</style>