Shades of Pompadour #581F44
Tints of Pompadour #581F44
RGB
CMYK
RGB Variations
Color information
#581F44 (or 0x581F44) is known color: Pompadour. HEX triplet: 58, 1F and 44. RGB value is (88,31,68). Sum of RGB (Red+Green+Blue) = 88+31+68=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #581F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581F44 is #A7E0BB. Grayscale: #343434. Windows color (decimal): -11002044 or 4464472. OLE color: 4464472.
HSL color Cylindrical-coordinate representation of color #581F44: hue angle of 321.05º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #581F44 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 31 | 68 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.65 |
| HSL | 321.05º | 0.48% | 0.23% | - |
| HSV(B) | 321.05º | 0.65% | 0.35% | - |
| XYZ | 5.56 | 3.47 | 5.85 | - |
| YUV | 52.26 | 136.88 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 31 | 68 | 0 | 0.65 | 0.23 | 0.65 | 321.05 | 0.48 | 0.23 |
| Hex | 58 | 1F | 44 | 0 | 41 | 17 | 41 | 141 | 30 | 17 |
| Octal | 130 | 37 | 104 | 0 | 101 | 27 | 101 | 501 | 60 | 27 |
| Binary | 1011000 | 11111 | 1000100 | 0 | 1000001 | 10111 | 1000001 | 101000001 | 110000 | 10111 |
Color Harmonies of #581F44
Complementary color
Monochromatic Colors of #581F44
Black with #581F44
Text Example
Text Example
White with #581F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581F44; }
p { color: rgb(88,31,68); }
H1.HeaderClassName
{
color: #581F44;
}
.AnyTagClassName
{
color: #581F44;
}
</style>
background-color css
<style>
a { background-color: #581F44; }
a { background-color: rgb(88,31,68); }
div.DivClassName
{
background-color: #581F44;
}
.BgClassName
{
background-color: #581F44;
}
</style>
border-color css
<style>
span { border-color: #581F44; }
span { border-color: rgb(88,31,68); }
td.TdClassName
{
border-color: #581F44;
}
.TagClassName
{
border-color: #581F44;
}
</style>