Shades of Pompadour #5D2848
Tints of Pompadour #5D2848
RGB
CMYK
RGB Variations
Color information
#5D2848 (or 0x5D2848) is known color: Pompadour. HEX triplet: 5D, 28 and 48. RGB value is (93,40,72). Sum of RGB (Red+Green+Blue) = 93+40+72=205 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.37% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2848 is #A2D7B7. Grayscale: #3B3B3B. Windows color (decimal): -10672056 or 4728925. OLE color: 4728925.
HSL color Cylindrical-coordinate representation of color #5D2848: hue angle of 323.77º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D2848 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 40 | 72 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.64 |
| HSL | 323.77º | 0.4% | 0.26% | - |
| HSV(B) | 323.77º | 0.57% | 0.36% | - |
| XYZ | 6.44 | 4.31 | 6.62 | - |
| YUV | 59.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 40 | 72 | 0 | 0.57 | 0.23 | 0.64 | 323.77 | 0.4 | 0.26 |
| Hex | 5D | 28 | 48 | 0 | 39 | 17 | 40 | 144 | 28 | 1A |
| Octal | 135 | 50 | 110 | 0 | 71 | 27 | 100 | 504 | 50 | 32 |
| Binary | 1011101 | 101000 | 1001000 | 0 | 111001 | 10111 | 1000000 | 101000100 | 101000 | 11010 |
Color Harmonies of #5D2848
Complementary color
Monochromatic Colors of #5D2848
Black with #5D2848
Text Example
Text Example
White with #5D2848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2848; }
p { color: rgb(93,40,72); }
H1.HeaderClassName
{
color: #5D2848;
}
.AnyTagClassName
{
color: #5D2848;
}
</style>
background-color css
<style>
a { background-color: #5D2848; }
a { background-color: rgb(93,40,72); }
div.DivClassName
{
background-color: #5D2848;
}
.BgClassName
{
background-color: #5D2848;
}
</style>
border-color css
<style>
span { border-color: #5D2848; }
span { border-color: rgb(93,40,72); }
td.TdClassName
{
border-color: #5D2848;
}
.TagClassName
{
border-color: #5D2848;
}
</style>