Shades of Pompadour #5D203B
Tints of Pompadour #5D203B
RGB
CMYK
RGB Variations
Color information
#5D203B (or 0x5D203B) is known color: Pompadour. HEX triplet: 5D, 20 and 3B. RGB value is (93,32,59). Sum of RGB (Red+Green+Blue) = 93+32+59=184 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50.54% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 93 - color contains mainly: red. Hex color #5D203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D203B is #A2DFC4. Grayscale: #353535. Windows color (decimal): -10674117 or 3874909. OLE color: 3874909.
HSL color Cylindrical-coordinate representation of color #5D203B: hue angle of 333.44º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D203B is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 32 | 59 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.64 |
| HSL | 333.44º | 0.49% | 0.25% | - |
| HSV(B) | 333.44º | 0.66% | 0.36% | - |
| XYZ | 5.82 | 3.68 | 4.54 | - |
| YUV | 53.32 | 131.21 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 32 | 59 | 0 | 0.66 | 0.37 | 0.64 | 333.44 | 0.49 | 0.25 |
| Hex | 5D | 20 | 3B | 0 | 42 | 25 | 40 | 14D | 31 | 19 |
| Octal | 135 | 40 | 73 | 0 | 102 | 45 | 100 | 515 | 61 | 31 |
| Binary | 1011101 | 100000 | 111011 | 0 | 1000010 | 100101 | 1000000 | 101001101 | 110001 | 11001 |
Color Harmonies of #5D203B
Complementary color
Monochromatic Colors of #5D203B
Black with #5D203B
Text Example
Text Example
White with #5D203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D203B; }
p { color: rgb(93,32,59); }
H1.HeaderClassName
{
color: #5D203B;
}
.AnyTagClassName
{
color: #5D203B;
}
</style>
background-color css
<style>
a { background-color: #5D203B; }
a { background-color: rgb(93,32,59); }
div.DivClassName
{
background-color: #5D203B;
}
.BgClassName
{
background-color: #5D203B;
}
</style>
border-color css
<style>
span { border-color: #5D203B; }
span { border-color: rgb(93,32,59); }
td.TdClassName
{
border-color: #5D203B;
}
.TagClassName
{
border-color: #5D203B;
}
</style>