Shades of Pompadour #581B44
Tints of Pompadour #581B44
RGB
CMYK
RGB Variations
Color information
#581B44 (or 0x581B44) is known color: Pompadour. HEX triplet: 58, 1B and 44. RGB value is (88,27,68). Sum of RGB (Red+Green+Blue) = 88+27+68=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 27 (10.94% from 255 or 14.75% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #581B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581B44 is #A7E4BB. Grayscale: #313131. Windows color (decimal): -11003068 or 4463448. OLE color: 4463448.
HSL color Cylindrical-coordinate representation of color #581B44: hue angle of 319.67º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #581B44 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 27 | 68 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.65 |
| HSL | 319.67º | 0.53% | 0.23% | - |
| HSV(B) | 319.67º | 0.69% | 0.35% | - |
| XYZ | 5.46 | 3.28 | 5.81 | - |
| YUV | 49.91 | 138.21 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 27 | 68 | 0 | 0.69 | 0.23 | 0.65 | 319.67 | 0.53 | 0.23 |
| Hex | 58 | 1B | 44 | 0 | 45 | 17 | 41 | 140 | 35 | 17 |
| Octal | 130 | 33 | 104 | 0 | 105 | 27 | 101 | 500 | 65 | 27 |
| Binary | 1011000 | 11011 | 1000100 | 0 | 1000101 | 10111 | 1000001 | 101000000 | 110101 | 10111 |
Color Harmonies of #581B44
Complementary color
Monochromatic Colors of #581B44
Black with #581B44
Text Example
Text Example
White with #581B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581B44; }
p { color: rgb(88,27,68); }
H1.HeaderClassName
{
color: #581B44;
}
.AnyTagClassName
{
color: #581B44;
}
</style>
background-color css
<style>
a { background-color: #581B44; }
a { background-color: rgb(88,27,68); }
div.DivClassName
{
background-color: #581B44;
}
.BgClassName
{
background-color: #581B44;
}
</style>
border-color css
<style>
span { border-color: #581B44; }
span { border-color: rgb(88,27,68); }
td.TdClassName
{
border-color: #581B44;
}
.TagClassName
{
border-color: #581B44;
}
</style>