Shades of Pompadour #5D1643
Tints of Pompadour #5D1643
RGB
CMYK
RGB Variations
Color information
#5D1643 (or 0x5D1643) is known color: Pompadour. HEX triplet: 5D, 16 and 43. RGB value is (93,22,67). Sum of RGB (Red+Green+Blue) = 93+22+67=182 (24% of max value = 765). Red value is 93 (36.72% from 255 or 51.10% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1643 is #A2E9BC. Grayscale: #303030. Windows color (decimal): -10676669 or 4396637. OLE color: 4396637.
HSL color Cylindrical-coordinate representation of color #5D1643: hue angle of 321.97º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D1643 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 22 | 67 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.64 |
| HSL | 321.97º | 0.62% | 0.23% | - |
| HSV(B) | 321.97º | 0.76% | 0.36% | - |
| XYZ | 5.81 | 3.31 | 5.64 | - |
| YUV | 48.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 22 | 67 | 0 | 0.76 | 0.28 | 0.64 | 321.97 | 0.62 | 0.23 |
| Hex | 5D | 16 | 43 | 0 | 4C | 1C | 40 | 142 | 3E | 17 |
| Octal | 135 | 26 | 103 | 0 | 114 | 34 | 100 | 502 | 76 | 27 |
| Binary | 1011101 | 10110 | 1000011 | 0 | 1001100 | 11100 | 1000000 | 101000010 | 111110 | 10111 |
Color Harmonies of #5D1643
Complementary color
Monochromatic Colors of #5D1643
Black with #5D1643
Text Example
Text Example
White with #5D1643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1643; }
p { color: rgb(93,22,67); }
H1.HeaderClassName
{
color: #5D1643;
}
.AnyTagClassName
{
color: #5D1643;
}
</style>
background-color css
<style>
a { background-color: #5D1643; }
a { background-color: rgb(93,22,67); }
div.DivClassName
{
background-color: #5D1643;
}
.BgClassName
{
background-color: #5D1643;
}
</style>
border-color css
<style>
span { border-color: #5D1643; }
span { border-color: rgb(93,22,67); }
td.TdClassName
{
border-color: #5D1643;
}
.TagClassName
{
border-color: #5D1643;
}
</style>