Shades of Pompadour #5D2147
Tints of Pompadour #5D2147
RGB
CMYK
RGB Variations
Color information
#5D2147 (or 0x5D2147) is known color: Pompadour. HEX triplet: 5D, 21 and 47. RGB value is (93,33,71). Sum of RGB (Red+Green+Blue) = 93+33+71=197 (26% of max value = 765). Red value is 93 (36.72% from 255 or 47.21% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2147 is #A2DEB8. Grayscale: #373737. Windows color (decimal): -10673849 or 4661597. OLE color: 4661597.
HSL color Cylindrical-coordinate representation of color #5D2147: hue angle of 322º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D2147 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 33 | 71 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.64 |
| HSL | 322º | 0.48% | 0.25% | - |
| HSV(B) | 322º | 0.65% | 0.36% | - |
| XYZ | 6.2 | 3.87 | 6.38 | - |
| YUV | 55.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 33 | 71 | 0 | 0.65 | 0.24 | 0.64 | 322 | 0.48 | 0.25 |
| Hex | 5D | 21 | 47 | 0 | 41 | 18 | 40 | 142 | 30 | 19 |
| Octal | 135 | 41 | 107 | 0 | 101 | 30 | 100 | 502 | 60 | 31 |
| Binary | 1011101 | 100001 | 1000111 | 0 | 1000001 | 11000 | 1000000 | 101000010 | 110000 | 11001 |
Color Harmonies of #5D2147
Complementary color
Monochromatic Colors of #5D2147
Black with #5D2147
Text Example
Text Example
White with #5D2147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2147; }
p { color: rgb(93,33,71); }
H1.HeaderClassName
{
color: #5D2147;
}
.AnyTagClassName
{
color: #5D2147;
}
</style>
background-color css
<style>
a { background-color: #5D2147; }
a { background-color: rgb(93,33,71); }
div.DivClassName
{
background-color: #5D2147;
}
.BgClassName
{
background-color: #5D2147;
}
</style>
border-color css
<style>
span { border-color: #5D2147; }
span { border-color: rgb(93,33,71); }
td.TdClassName
{
border-color: #5D2147;
}
.TagClassName
{
border-color: #5D2147;
}
</style>