Shades of Pompadour #581649
Tints of Pompadour #581649
RGB
CMYK
RGB Variations
Color information
#581649 (or 0x581649) is known color: Pompadour. HEX triplet: 58, 16 and 49. RGB value is (88,22,73). Sum of RGB (Red+Green+Blue) = 88+22+73=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #581649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581649 is #A7E9B6. Grayscale: #2F2F2F. Windows color (decimal): -11004343 or 4789848. OLE color: 4789848.
HSL color Cylindrical-coordinate representation of color #581649: hue angle of 313.64º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #581649 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 22 | 73 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.65 |
| HSL | 313.64º | 0.6% | 0.22% | - |
| HSV(B) | 313.64º | 0.75% | 0.35% | - |
| XYZ | 5.51 | 3.13 | 6.62 | - |
| YUV | 47.55 | 142.37 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 22 | 73 | 0 | 0.75 | 0.17 | 0.65 | 313.64 | 0.6 | 0.22 |
| Hex | 58 | 16 | 49 | 0 | 4B | 11 | 41 | 13A | 3C | 16 |
| Octal | 130 | 26 | 111 | 0 | 113 | 21 | 101 | 472 | 74 | 26 |
| Binary | 1011000 | 10110 | 1001001 | 0 | 1001011 | 10001 | 1000001 | 100111010 | 111100 | 10110 |
Color Harmonies of #581649
Complementary color
Monochromatic Colors of #581649
Black with #581649
Text Example
Text Example
White with #581649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581649; }
p { color: rgb(88,22,73); }
H1.HeaderClassName
{
color: #581649;
}
.AnyTagClassName
{
color: #581649;
}
</style>
background-color css
<style>
a { background-color: #581649; }
a { background-color: rgb(88,22,73); }
div.DivClassName
{
background-color: #581649;
}
.BgClassName
{
background-color: #581649;
}
</style>
border-color css
<style>
span { border-color: #581649; }
span { border-color: rgb(88,22,73); }
td.TdClassName
{
border-color: #581649;
}
.TagClassName
{
border-color: #581649;
}
</style>