Shades of Pompadour #581944
Tints of Pompadour #581944
RGB
CMYK
RGB Variations
Color information
#581944 (or 0x581944) is known color: Pompadour. HEX triplet: 58, 19 and 44. RGB value is (88,25,68). Sum of RGB (Red+Green+Blue) = 88+25+68=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #581944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581944 is #A7E6BB. Grayscale: #303030. Windows color (decimal): -11003580 or 4462936. OLE color: 4462936.
HSL color Cylindrical-coordinate representation of color #581944: hue angle of 319.05º 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 #581944 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 25 | 68 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.65 |
| HSL | 319.05º | 0.56% | 0.22% | - |
| HSV(B) | 319.05º | 0.72% | 0.35% | - |
| XYZ | 5.42 | 3.19 | 5.8 | - |
| YUV | 48.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 68 | 0 | 0.72 | 0.23 | 0.65 | 319.05 | 0.56 | 0.22 |
| Hex | 58 | 19 | 44 | 0 | 48 | 17 | 41 | 13F | 38 | 16 |
| Octal | 130 | 31 | 104 | 0 | 110 | 27 | 101 | 477 | 70 | 26 |
| Binary | 1011000 | 11001 | 1000100 | 0 | 1001000 | 10111 | 1000001 | 100111111 | 111000 | 10110 |
Color Harmonies of #581944
Complementary color
Monochromatic Colors of #581944
Black with #581944
Text Example
Text Example
White with #581944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581944; }
p { color: rgb(88,25,68); }
H1.HeaderClassName
{
color: #581944;
}
.AnyTagClassName
{
color: #581944;
}
</style>
background-color css
<style>
a { background-color: #581944; }
a { background-color: rgb(88,25,68); }
div.DivClassName
{
background-color: #581944;
}
.BgClassName
{
background-color: #581944;
}
</style>
border-color css
<style>
span { border-color: #581944; }
span { border-color: rgb(88,25,68); }
td.TdClassName
{
border-color: #581944;
}
.TagClassName
{
border-color: #581944;
}
</style>