Shades of Pompadour #5D2148
Tints of Pompadour #5D2148
RGB
CMYK
RGB Variations
Color information
#5D2148 (or 0x5D2148) is known color: Pompadour. HEX triplet: 5D, 21 and 48. RGB value is (93,33,72). Sum of RGB (Red+Green+Blue) = 93+33+72=198 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.97% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2148 is #A2DEB7. Grayscale: #373737. Windows color (decimal): -10673848 or 4727133. OLE color: 4727133.
HSL color Cylindrical-coordinate representation of color #5D2148: hue angle of 321º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D2148 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 33 | 72 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.64 |
| HSL | 321º | 0.48% | 0.25% | - |
| HSV(B) | 321º | 0.65% | 0.36% | - |
| XYZ | 6.23 | 3.88 | 6.55 | - |
| YUV | 55.39 | 137.38 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 33 | 72 | 0 | 0.65 | 0.23 | 0.64 | 321 | 0.48 | 0.25 |
| Hex | 5D | 21 | 48 | 0 | 41 | 17 | 40 | 141 | 30 | 19 |
| Octal | 135 | 41 | 110 | 0 | 101 | 27 | 100 | 501 | 60 | 31 |
| Binary | 1011101 | 100001 | 1001000 | 0 | 1000001 | 10111 | 1000000 | 101000001 | 110000 | 11001 |
Color Harmonies of #5D2148
Complementary color
Monochromatic Colors of #5D2148
Black with #5D2148
Text Example
Text Example
White with #5D2148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2148; }
p { color: rgb(93,33,72); }
H1.HeaderClassName
{
color: #5D2148;
}
.AnyTagClassName
{
color: #5D2148;
}
</style>
background-color css
<style>
a { background-color: #5D2148; }
a { background-color: rgb(93,33,72); }
div.DivClassName
{
background-color: #5D2148;
}
.BgClassName
{
background-color: #5D2148;
}
</style>
border-color css
<style>
span { border-color: #5D2148; }
span { border-color: rgb(93,33,72); }
td.TdClassName
{
border-color: #5D2148;
}
.TagClassName
{
border-color: #5D2148;
}
</style>