Shades of Pompadour #5D1A47
Tints of Pompadour #5D1A47
RGB
CMYK
RGB Variations
Color information
#5D1A47 (or 0x5D1A47) is known color: Pompadour. HEX triplet: 5D, 1A and 47. RGB value is (93,26,71). Sum of RGB (Red+Green+Blue) = 93+26+71=190 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.95% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D1A47 is #A2E5B8. Grayscale: #333333. Windows color (decimal): -10675641 or 4659805. OLE color: 4659805.
HSL color Cylindrical-coordinate representation of color #5D1A47: hue angle of 319.7º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D1A47 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 26 | 71 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.64 |
| HSL | 319.7º | 0.56% | 0.23% | - |
| HSV(B) | 319.7º | 0.72% | 0.36% | - |
| XYZ | 6.02 | 3.52 | 6.32 | - |
| YUV | 51.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 26 | 71 | 0 | 0.72 | 0.24 | 0.64 | 319.7 | 0.56 | 0.23 |
| Hex | 5D | 1A | 47 | 0 | 48 | 18 | 40 | 140 | 38 | 17 |
| Octal | 135 | 32 | 107 | 0 | 110 | 30 | 100 | 500 | 70 | 27 |
| Binary | 1011101 | 11010 | 1000111 | 0 | 1001000 | 11000 | 1000000 | 101000000 | 111000 | 10111 |
Color Harmonies of #5D1A47
Complementary color
Monochromatic Colors of #5D1A47
Black with #5D1A47
Text Example
Text Example
White with #5D1A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1A47; }
p { color: rgb(93,26,71); }
H1.HeaderClassName
{
color: #5D1A47;
}
.AnyTagClassName
{
color: #5D1A47;
}
</style>
background-color css
<style>
a { background-color: #5D1A47; }
a { background-color: rgb(93,26,71); }
div.DivClassName
{
background-color: #5D1A47;
}
.BgClassName
{
background-color: #5D1A47;
}
</style>
border-color css
<style>
span { border-color: #5D1A47; }
span { border-color: rgb(93,26,71); }
td.TdClassName
{
border-color: #5D1A47;
}
.TagClassName
{
border-color: #5D1A47;
}
</style>