Shades of Pompadour #5D1C4C
Tints of Pompadour #5D1C4C
RGB
CMYK
RGB Variations
Color information
#5D1C4C (or 0x5D1C4C) is known color: Pompadour. HEX triplet: 5D, 1C and 4C. RGB value is (93,28,76). Sum of RGB (Red+Green+Blue) = 93+28+76=197 (26% of max value = 765). Red value is 93 (36.72% from 255 or 47.21% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D1C4C is #A2E3B3. Grayscale: #343434. Windows color (decimal): -10675124 or 4987997. OLE color: 4987997.
HSL color Cylindrical-coordinate representation of color #5D1C4C: hue angle of 315.69º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D1C4C is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 28 | 76 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.64 |
| HSL | 315.69º | 0.54% | 0.24% | - |
| HSV(B) | 315.69º | 0.7% | 0.36% | - |
| XYZ | 6.23 | 3.68 | 7.22 | - |
| YUV | 52.91 | 141.03 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 28 | 76 | 0 | 0.70 | 0.18 | 0.64 | 315.69 | 0.54 | 0.24 |
| Hex | 5D | 1C | 4C | 0 | 46 | 12 | 40 | 13C | 36 | 18 |
| Octal | 135 | 34 | 114 | 0 | 106 | 22 | 100 | 474 | 66 | 30 |
| Binary | 1011101 | 11100 | 1001100 | 0 | 1000110 | 10010 | 1000000 | 100111100 | 110110 | 11000 |
Color Harmonies of #5D1C4C
Complementary color
Monochromatic Colors of #5D1C4C
Black with #5D1C4C
Text Example
Text Example
White with #5D1C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1C4C; }
p { color: rgb(93,28,76); }
H1.HeaderClassName
{
color: #5D1C4C;
}
.AnyTagClassName
{
color: #5D1C4C;
}
</style>
background-color css
<style>
a { background-color: #5D1C4C; }
a { background-color: rgb(93,28,76); }
div.DivClassName
{
background-color: #5D1C4C;
}
.BgClassName
{
background-color: #5D1C4C;
}
</style>
border-color css
<style>
span { border-color: #5D1C4C; }
span { border-color: rgb(93,28,76); }
td.TdClassName
{
border-color: #5D1C4C;
}
.TagClassName
{
border-color: #5D1C4C;
}
</style>