Shades of Pompadour #5D2D47
Tints of Pompadour #5D2D47
RGB
CMYK
RGB Variations
Color information
#5D2D47 (or 0x5D2D47) is known color: Pompadour. HEX triplet: 5D, 2D and 47. RGB value is (93,45,71). Sum of RGB (Red+Green+Blue) = 93+45+71=209 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.50% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 71 (28.12% from 255 or 33.97% from 209); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2D47 is #A2D2B8. Grayscale: #3E3E3E. Windows color (decimal): -10670777 or 4664669. OLE color: 4664669.
HSL color Cylindrical-coordinate representation of color #5D2D47: hue angle of 327.5º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5D2D47 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 45 | 71 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.64 |
| HSL | 327.5º | 0.35% | 0.27% | - |
| HSV(B) | 327.5º | 0.52% | 0.36% | - |
| XYZ | 6.59 | 4.66 | 6.51 | - |
| YUV | 62.32 | 132.9 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 45 | 71 | 0 | 0.52 | 0.24 | 0.64 | 327.5 | 0.35 | 0.27 |
| Hex | 5D | 2D | 47 | 0 | 34 | 18 | 40 | 148 | 23 | 1B |
| Octal | 135 | 55 | 107 | 0 | 64 | 30 | 100 | 510 | 43 | 33 |
| Binary | 1011101 | 101101 | 1000111 | 0 | 110100 | 11000 | 1000000 | 101001000 | 100011 | 11011 |
Color Harmonies of #5D2D47
Complementary color
Monochromatic Colors of #5D2D47
Black with #5D2D47
Text Example
Text Example
White with #5D2D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2D47; }
p { color: rgb(93,45,71); }
H1.HeaderClassName
{
color: #5D2D47;
}
.AnyTagClassName
{
color: #5D2D47;
}
</style>
background-color css
<style>
a { background-color: #5D2D47; }
a { background-color: rgb(93,45,71); }
div.DivClassName
{
background-color: #5D2D47;
}
.BgClassName
{
background-color: #5D2D47;
}
</style>
border-color css
<style>
span { border-color: #5D2D47; }
span { border-color: rgb(93,45,71); }
td.TdClassName
{
border-color: #5D2D47;
}
.TagClassName
{
border-color: #5D2D47;
}
</style>