Shades of Pompadour #5D294B
Tints of Pompadour #5D294B
RGB
CMYK
RGB Variations
Color information
#5D294B (or 0x5D294B) is known color: Pompadour. HEX triplet: 5D, 29 and 4B. RGB value is (93,41,75). Sum of RGB (Red+Green+Blue) = 93+41+75=209 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.50% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 93 - color contains mainly: red. Hex color #5D294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D294B is #A2D6B4. Grayscale: #3C3C3C. Windows color (decimal): -10671797 or 4925789. OLE color: 4925789.
HSL color Cylindrical-coordinate representation of color #5D294B: hue angle of 320.77º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D294B is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 41 | 75 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.64 |
| HSL | 320.77º | 0.39% | 0.26% | - |
| HSV(B) | 320.77º | 0.56% | 0.36% | - |
| XYZ | 6.58 | 4.42 | 7.16 | - |
| YUV | 60.42 | 136.23 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 41 | 75 | 0 | 0.56 | 0.19 | 0.64 | 320.77 | 0.39 | 0.26 |
| Hex | 5D | 29 | 4B | 0 | 38 | 13 | 40 | 141 | 27 | 1A |
| Octal | 135 | 51 | 113 | 0 | 70 | 23 | 100 | 501 | 47 | 32 |
| Binary | 1011101 | 101001 | 1001011 | 0 | 111000 | 10011 | 1000000 | 101000001 | 100111 | 11010 |
Color Harmonies of #5D294B
Complementary color
Monochromatic Colors of #5D294B
Black with #5D294B
Text Example
Text Example
White with #5D294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D294B; }
p { color: rgb(93,41,75); }
H1.HeaderClassName
{
color: #5D294B;
}
.AnyTagClassName
{
color: #5D294B;
}
</style>
background-color css
<style>
a { background-color: #5D294B; }
a { background-color: rgb(93,41,75); }
div.DivClassName
{
background-color: #5D294B;
}
.BgClassName
{
background-color: #5D294B;
}
</style>
border-color css
<style>
span { border-color: #5D294B; }
span { border-color: rgb(93,41,75); }
td.TdClassName
{
border-color: #5D294B;
}
.TagClassName
{
border-color: #5D294B;
}
</style>