Shades of Pompadour #5D1B47
Tints of Pompadour #5D1B47
RGB
CMYK
RGB Variations
Color information
#5D1B47 (or 0x5D1B47) is known color: Pompadour. HEX triplet: 5D, 1B and 47. RGB value is (93,27,71). Sum of RGB (Red+Green+Blue) = 93+27+71=191 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.69% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D1B47 is #A2E4B8. Grayscale: #333333. Windows color (decimal): -10675385 or 4660061. OLE color: 4660061.
HSL color Cylindrical-coordinate representation of color #5D1B47: hue angle of 320º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D1B47 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 27 | 71 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.64 |
| HSL | 320º | 0.55% | 0.24% | - |
| HSV(B) | 320º | 0.71% | 0.36% | - |
| XYZ | 6.04 | 3.57 | 6.33 | - |
| YUV | 51.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 27 | 71 | 0 | 0.71 | 0.24 | 0.64 | 320 | 0.55 | 0.24 |
| Hex | 5D | 1B | 47 | 0 | 47 | 18 | 40 | 140 | 37 | 18 |
| Octal | 135 | 33 | 107 | 0 | 107 | 30 | 100 | 500 | 67 | 30 |
| Binary | 1011101 | 11011 | 1000111 | 0 | 1000111 | 11000 | 1000000 | 101000000 | 110111 | 11000 |
Color Harmonies of #5D1B47
Complementary color
Monochromatic Colors of #5D1B47
Black with #5D1B47
Text Example
Text Example
White with #5D1B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1B47; }
p { color: rgb(93,27,71); }
H1.HeaderClassName
{
color: #5D1B47;
}
.AnyTagClassName
{
color: #5D1B47;
}
</style>
background-color css
<style>
a { background-color: #5D1B47; }
a { background-color: rgb(93,27,71); }
div.DivClassName
{
background-color: #5D1B47;
}
.BgClassName
{
background-color: #5D1B47;
}
</style>
border-color css
<style>
span { border-color: #5D1B47; }
span { border-color: rgb(93,27,71); }
td.TdClassName
{
border-color: #5D1B47;
}
.TagClassName
{
border-color: #5D1B47;
}
</style>