Shades of Pompadour #5D1648
Tints of Pompadour #5D1648
RGB
CMYK
RGB Variations
Color information
#5D1648 (or 0x5D1648) is known color: Pompadour. HEX triplet: 5D, 16 and 48. RGB value is (93,22,72). Sum of RGB (Red+Green+Blue) = 93+22+72=187 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.73% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1648 is #A2E9B7. Grayscale: #303030. Windows color (decimal): -10676664 or 4724317. OLE color: 4724317.
HSL color Cylindrical-coordinate representation of color #5D1648: hue angle of 317.75º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D1648 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 22 | 72 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.64 |
| HSL | 317.75º | 0.62% | 0.23% | - |
| HSV(B) | 317.75º | 0.76% | 0.36% | - |
| XYZ | 5.97 | 3.37 | 6.47 | - |
| YUV | 48.93 | 141.02 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 22 | 72 | 0 | 0.76 | 0.23 | 0.64 | 317.75 | 0.62 | 0.23 |
| Hex | 5D | 16 | 48 | 0 | 4C | 17 | 40 | 13E | 3E | 17 |
| Octal | 135 | 26 | 110 | 0 | 114 | 27 | 100 | 476 | 76 | 27 |
| Binary | 1011101 | 10110 | 1001000 | 0 | 1001100 | 10111 | 1000000 | 100111110 | 111110 | 10111 |
Color Harmonies of #5D1648
Complementary color
Monochromatic Colors of #5D1648
Black with #5D1648
Text Example
Text Example
White with #5D1648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1648; }
p { color: rgb(93,22,72); }
H1.HeaderClassName
{
color: #5D1648;
}
.AnyTagClassName
{
color: #5D1648;
}
</style>
background-color css
<style>
a { background-color: #5D1648; }
a { background-color: rgb(93,22,72); }
div.DivClassName
{
background-color: #5D1648;
}
.BgClassName
{
background-color: #5D1648;
}
</style>
border-color css
<style>
span { border-color: #5D1648; }
span { border-color: rgb(93,22,72); }
td.TdClassName
{
border-color: #5D1648;
}
.TagClassName
{
border-color: #5D1648;
}
</style>