Shades of Pompadour #581940
Tints of Pompadour #581940
RGB
CMYK
RGB Variations
Color information
#581940 (or 0x581940) is known color: Pompadour. HEX triplet: 58, 19 and 40. RGB value is (88,25,64). Sum of RGB (Red+Green+Blue) = 88+25+64=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #581940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581940 is #A7E6BF. Grayscale: #303030. Windows color (decimal): -11003584 or 4200792. OLE color: 4200792.
HSL color Cylindrical-coordinate representation of color #581940: hue angle of 322.86º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #581940 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 25 | 64 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.65 |
| HSL | 322.86º | 0.56% | 0.22% | - |
| HSV(B) | 322.86º | 0.72% | 0.35% | - |
| XYZ | 5.3 | 3.14 | 5.18 | - |
| YUV | 48.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 64 | 0 | 0.72 | 0.27 | 0.65 | 322.86 | 0.56 | 0.22 |
| Hex | 58 | 19 | 40 | 0 | 48 | 1B | 41 | 143 | 38 | 16 |
| Octal | 130 | 31 | 100 | 0 | 110 | 33 | 101 | 503 | 70 | 26 |
| Binary | 1011000 | 11001 | 1000000 | 0 | 1001000 | 11011 | 1000001 | 101000011 | 111000 | 10110 |
Color Harmonies of #581940
Complementary color
Monochromatic Colors of #581940
Black with #581940
Text Example
Text Example
White with #581940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581940; }
p { color: rgb(88,25,64); }
H1.HeaderClassName
{
color: #581940;
}
.AnyTagClassName
{
color: #581940;
}
</style>
background-color css
<style>
a { background-color: #581940; }
a { background-color: rgb(88,25,64); }
div.DivClassName
{
background-color: #581940;
}
.BgClassName
{
background-color: #581940;
}
</style>
border-color css
<style>
span { border-color: #581940; }
span { border-color: rgb(88,25,64); }
td.TdClassName
{
border-color: #581940;
}
.TagClassName
{
border-color: #581940;
}
</style>