Shades of Pompadour #5D1839
Tints of Pompadour #5D1839
RGB
CMYK
RGB Variations
Color information
#5D1839 (or 0x5D1839) is known color: Pompadour. HEX triplet: 5D, 18 and 39. RGB value is (93,24,57). Sum of RGB (Red+Green+Blue) = 93+24+57=174 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.45% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1839 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1839 is #A2E7C6. Grayscale: #303030. Windows color (decimal): -10676167 or 3741789. OLE color: 3741789.
HSL color Cylindrical-coordinate representation of color #5D1839: hue angle of 331.3º 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 #5D1839 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 24 | 57 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.64 |
| HSL | 331.3º | 0.59% | 0.23% | - |
| HSV(B) | 331.3º | 0.74% | 0.36% | - |
| XYZ | 5.58 | 3.28 | 4.21 | - |
| YUV | 48.39 | 132.86 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 24 | 57 | 0 | 0.74 | 0.39 | 0.64 | 331.3 | 0.59 | 0.23 |
| Hex | 5D | 18 | 39 | 0 | 4A | 27 | 40 | 14B | 3B | 17 |
| Octal | 135 | 30 | 71 | 0 | 112 | 47 | 100 | 513 | 73 | 27 |
| Binary | 1011101 | 11000 | 111001 | 0 | 1001010 | 100111 | 1000000 | 101001011 | 111011 | 10111 |
Color Harmonies of #5D1839
Complementary color
Monochromatic Colors of #5D1839
Black with #5D1839
Text Example
Text Example
White with #5D1839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1839; }
p { color: rgb(93,24,57); }
H1.HeaderClassName
{
color: #5D1839;
}
.AnyTagClassName
{
color: #5D1839;
}
</style>
background-color css
<style>
a { background-color: #5D1839; }
a { background-color: rgb(93,24,57); }
div.DivClassName
{
background-color: #5D1839;
}
.BgClassName
{
background-color: #5D1839;
}
</style>
border-color css
<style>
span { border-color: #5D1839; }
span { border-color: rgb(93,24,57); }
td.TdClassName
{
border-color: #5D1839;
}
.TagClassName
{
border-color: #5D1839;
}
</style>