Shades of Pompadour #5D2C48
Tints of Pompadour #5D2C48
RGB
CMYK
RGB Variations
Color information
#5D2C48 (or 0x5D2C48) is known color: Pompadour. HEX triplet: 5D, 2C and 48. RGB value is (93,44,72). Sum of RGB (Red+Green+Blue) = 93+44+72=209 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.50% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2C48 is #A2D3B7. Grayscale: #3D3D3D. Windows color (decimal): -10671032 or 4729949. OLE color: 4729949.
HSL color Cylindrical-coordinate representation of color #5D2C48: hue angle of 325.71º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D2C48 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 44 | 72 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.64 |
| HSL | 325.71º | 0.36% | 0.27% | - |
| HSV(B) | 325.71º | 0.53% | 0.36% | - |
| XYZ | 6.58 | 4.6 | 6.67 | - |
| YUV | 61.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 44 | 72 | 0 | 0.53 | 0.23 | 0.64 | 325.71 | 0.36 | 0.27 |
| Hex | 5D | 2C | 48 | 0 | 35 | 17 | 40 | 146 | 24 | 1B |
| Octal | 135 | 54 | 110 | 0 | 65 | 27 | 100 | 506 | 44 | 33 |
| Binary | 1011101 | 101100 | 1001000 | 0 | 110101 | 10111 | 1000000 | 101000110 | 100100 | 11011 |
Color Harmonies of #5D2C48
Complementary color
Monochromatic Colors of #5D2C48
Black with #5D2C48
Text Example
Text Example
White with #5D2C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2C48; }
p { color: rgb(93,44,72); }
H1.HeaderClassName
{
color: #5D2C48;
}
.AnyTagClassName
{
color: #5D2C48;
}
</style>
background-color css
<style>
a { background-color: #5D2C48; }
a { background-color: rgb(93,44,72); }
div.DivClassName
{
background-color: #5D2C48;
}
.BgClassName
{
background-color: #5D2C48;
}
</style>
border-color css
<style>
span { border-color: #5D2C48; }
span { border-color: rgb(93,44,72); }
td.TdClassName
{
border-color: #5D2C48;
}
.TagClassName
{
border-color: #5D2C48;
}
</style>