Shades of Pompadour #581D47
Tints of Pompadour #581D47
RGB
CMYK
RGB Variations
Color information
#581D47 (or 0x581D47) is known color: Pompadour. HEX triplet: 58, 1D and 47. RGB value is (88,29,71). Sum of RGB (Red+Green+Blue) = 88+29+71=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #581D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581D47 is #A7E2B8. Grayscale: #333333. Windows color (decimal): -11002553 or 4660568. OLE color: 4660568.
HSL color Cylindrical-coordinate representation of color #581D47: hue angle of 317.29º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #581D47 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 29 | 71 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.65 |
| HSL | 317.29º | 0.5% | 0.23% | - |
| HSV(B) | 317.29º | 0.67% | 0.35% | - |
| XYZ | 5.6 | 3.41 | 6.32 | - |
| YUV | 51.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 29 | 71 | 0 | 0.67 | 0.19 | 0.65 | 317.29 | 0.5 | 0.23 |
| Hex | 58 | 1D | 47 | 0 | 43 | 13 | 41 | 13D | 32 | 17 |
| Octal | 130 | 35 | 107 | 0 | 103 | 23 | 101 | 475 | 62 | 27 |
| Binary | 1011000 | 11101 | 1000111 | 0 | 1000011 | 10011 | 1000001 | 100111101 | 110010 | 10111 |
Color Harmonies of #581D47
Complementary color
Monochromatic Colors of #581D47
Black with #581D47
Text Example
Text Example
White with #581D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581D47; }
p { color: rgb(88,29,71); }
H1.HeaderClassName
{
color: #581D47;
}
.AnyTagClassName
{
color: #581D47;
}
</style>
background-color css
<style>
a { background-color: #581D47; }
a { background-color: rgb(88,29,71); }
div.DivClassName
{
background-color: #581D47;
}
.BgClassName
{
background-color: #581D47;
}
</style>
border-color css
<style>
span { border-color: #581D47; }
span { border-color: rgb(88,29,71); }
td.TdClassName
{
border-color: #581D47;
}
.TagClassName
{
border-color: #581D47;
}
</style>