Shades of Pompadour #5D2546
Tints of Pompadour #5D2546
RGB
CMYK
RGB Variations
Color information
#5D2546 (or 0x5D2546) is known color: Pompadour. HEX triplet: 5D, 25 and 46. RGB value is (93,37,70). Sum of RGB (Red+Green+Blue) = 93+37+70=200 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.5% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2546 is #A2DAB9. Grayscale: #393939. Windows color (decimal): -10672826 or 4597085. OLE color: 4597085.
HSL color Cylindrical-coordinate representation of color #5D2546: hue angle of 324.64º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D2546 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 37 | 70 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.64 |
| HSL | 324.64º | 0.43% | 0.25% | - |
| HSV(B) | 324.64º | 0.6% | 0.36% | - |
| XYZ | 6.28 | 4.09 | 6.25 | - |
| YUV | 57.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 37 | 70 | 0 | 0.60 | 0.25 | 0.64 | 324.64 | 0.43 | 0.25 |
| Hex | 5D | 25 | 46 | 0 | 3C | 19 | 40 | 145 | 2B | 19 |
| Octal | 135 | 45 | 106 | 0 | 74 | 31 | 100 | 505 | 53 | 31 |
| Binary | 1011101 | 100101 | 1000110 | 0 | 111100 | 11001 | 1000000 | 101000101 | 101011 | 11001 |
Color Harmonies of #5D2546
Complementary color
Monochromatic Colors of #5D2546
Black with #5D2546
Text Example
Text Example
White with #5D2546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2546; }
p { color: rgb(93,37,70); }
H1.HeaderClassName
{
color: #5D2546;
}
.AnyTagClassName
{
color: #5D2546;
}
</style>
background-color css
<style>
a { background-color: #5D2546; }
a { background-color: rgb(93,37,70); }
div.DivClassName
{
background-color: #5D2546;
}
.BgClassName
{
background-color: #5D2546;
}
</style>
border-color css
<style>
span { border-color: #5D2546; }
span { border-color: rgb(93,37,70); }
td.TdClassName
{
border-color: #5D2546;
}
.TagClassName
{
border-color: #5D2546;
}
</style>