Shades of Pompadour #5D2F48
Tints of Pompadour #5D2F48
RGB
CMYK
RGB Variations
Color information
#5D2F48 (or 0x5D2F48) is known color: Pompadour. HEX triplet: 5D, 2F and 48. RGB value is (93,47,72). Sum of RGB (Red+Green+Blue) = 93+47+72=212 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.87% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2F48 is #A2D0B7. Grayscale: #3F3F3F. Windows color (decimal): -10670264 or 4730717. OLE color: 4730717.
HSL color Cylindrical-coordinate representation of color #5D2F48: hue angle of 327.39º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D2F48 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 47 | 72 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.64 |
| HSL | 327.39º | 0.33% | 0.27% | - |
| HSV(B) | 327.39º | 0.49% | 0.36% | - |
| XYZ | 6.7 | 4.83 | 6.71 | - |
| YUV | 63.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 47 | 72 | 0 | 0.49 | 0.23 | 0.64 | 327.39 | 0.33 | 0.27 |
| Hex | 5D | 2F | 48 | 0 | 31 | 17 | 40 | 147 | 21 | 1B |
| Octal | 135 | 57 | 110 | 0 | 61 | 27 | 100 | 507 | 41 | 33 |
| Binary | 1011101 | 101111 | 1001000 | 0 | 110001 | 10111 | 1000000 | 101000111 | 100001 | 11011 |
Color Harmonies of #5D2F48
Complementary color
Monochromatic Colors of #5D2F48
Black with #5D2F48
Text Example
Text Example
White with #5D2F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2F48; }
p { color: rgb(93,47,72); }
H1.HeaderClassName
{
color: #5D2F48;
}
.AnyTagClassName
{
color: #5D2F48;
}
</style>
background-color css
<style>
a { background-color: #5D2F48; }
a { background-color: rgb(93,47,72); }
div.DivClassName
{
background-color: #5D2F48;
}
.BgClassName
{
background-color: #5D2F48;
}
</style>
border-color css
<style>
span { border-color: #5D2F48; }
span { border-color: rgb(93,47,72); }
td.TdClassName
{
border-color: #5D2F48;
}
.TagClassName
{
border-color: #5D2F48;
}
</style>