Shades of Pompadour #5D1841
Tints of Pompadour #5D1841
RGB
CMYK
RGB Variations
Color information
#5D1841 (or 0x5D1841) is known color: Pompadour. HEX triplet: 5D, 18 and 41. RGB value is (93,24,65). Sum of RGB (Red+Green+Blue) = 93+24+65=182 (24% of max value = 765). Red value is 93 (36.72% from 255 or 51.10% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1841 is #A2E7BE. Grayscale: #313131. Windows color (decimal): -10676159 or 4266077. OLE color: 4266077.
HSL color Cylindrical-coordinate representation of color #5D1841: hue angle of 324.35º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D1841 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 24 | 65 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.64 |
| HSL | 324.35º | 0.59% | 0.23% | - |
| HSV(B) | 324.35º | 0.74% | 0.36% | - |
| XYZ | 5.79 | 3.36 | 5.34 | - |
| YUV | 49.31 | 136.86 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 24 | 65 | 0 | 0.74 | 0.30 | 0.64 | 324.35 | 0.59 | 0.23 |
| Hex | 5D | 18 | 41 | 0 | 4A | 1E | 40 | 144 | 3B | 17 |
| Octal | 135 | 30 | 101 | 0 | 112 | 36 | 100 | 504 | 73 | 27 |
| Binary | 1011101 | 11000 | 1000001 | 0 | 1001010 | 11110 | 1000000 | 101000100 | 111011 | 10111 |
Color Harmonies of #5D1841
Complementary color
Monochromatic Colors of #5D1841
Black with #5D1841
Text Example
Text Example
White with #5D1841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1841; }
p { color: rgb(93,24,65); }
H1.HeaderClassName
{
color: #5D1841;
}
.AnyTagClassName
{
color: #5D1841;
}
</style>
background-color css
<style>
a { background-color: #5D1841; }
a { background-color: rgb(93,24,65); }
div.DivClassName
{
background-color: #5D1841;
}
.BgClassName
{
background-color: #5D1841;
}
</style>
border-color css
<style>
span { border-color: #5D1841; }
span { border-color: rgb(93,24,65); }
td.TdClassName
{
border-color: #5D1841;
}
.TagClassName
{
border-color: #5D1841;
}
</style>