Shades of Pompadour #5D294A
Tints of Pompadour #5D294A
RGB
CMYK
RGB Variations
Color information
#5D294A (or 0x5D294A) is known color: Pompadour. HEX triplet: 5D, 29 and 4A. RGB value is (93,41,74). Sum of RGB (Red+Green+Blue) = 93+41+74=208 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.71% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 93 - color contains mainly: red. Hex color #5D294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D294A is #A2D6B5. Grayscale: #3C3C3C. Windows color (decimal): -10671798 or 4860253. OLE color: 4860253.
HSL color Cylindrical-coordinate representation of color #5D294A: hue angle of 321.92º 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 #5D294A is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 41 | 74 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.64 |
| HSL | 321.92º | 0.39% | 0.26% | - |
| HSV(B) | 321.92º | 0.56% | 0.36% | - |
| XYZ | 6.54 | 4.41 | 6.98 | - |
| YUV | 60.31 | 135.73 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 41 | 74 | 0 | 0.56 | 0.20 | 0.64 | 321.92 | 0.39 | 0.26 |
| Hex | 5D | 29 | 4A | 0 | 38 | 14 | 40 | 142 | 27 | 1A |
| Octal | 135 | 51 | 112 | 0 | 70 | 24 | 100 | 502 | 47 | 32 |
| Binary | 1011101 | 101001 | 1001010 | 0 | 111000 | 10100 | 1000000 | 101000010 | 100111 | 11010 |
Color Harmonies of #5D294A
Complementary color
Monochromatic Colors of #5D294A
Black with #5D294A
Text Example
Text Example
White with #5D294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D294A; }
p { color: rgb(93,41,74); }
H1.HeaderClassName
{
color: #5D294A;
}
.AnyTagClassName
{
color: #5D294A;
}
</style>
background-color css
<style>
a { background-color: #5D294A; }
a { background-color: rgb(93,41,74); }
div.DivClassName
{
background-color: #5D294A;
}
.BgClassName
{
background-color: #5D294A;
}
</style>
border-color css
<style>
span { border-color: #5D294A; }
span { border-color: rgb(93,41,74); }
td.TdClassName
{
border-color: #5D294A;
}
.TagClassName
{
border-color: #5D294A;
}
</style>