Shades of Pompadour #581F40
Tints of Pompadour #581F40
RGB
CMYK
RGB Variations
Color information
#581F40 (or 0x581F40) is known color: Pompadour. HEX triplet: 58, 1F and 40. RGB value is (88,31,64). Sum of RGB (Red+Green+Blue) = 88+31+64=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #581F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581F40 is #A7E0BF. Grayscale: #333333. Windows color (decimal): -11002048 or 4202328. OLE color: 4202328.
HSL color Cylindrical-coordinate representation of color #581F40: hue angle of 325.26º 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 #581F40 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 31 | 64 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.65 |
| HSL | 325.26º | 0.48% | 0.23% | - |
| HSV(B) | 325.26º | 0.65% | 0.35% | - |
| XYZ | 5.44 | 3.42 | 5.22 | - |
| YUV | 51.81 | 134.88 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 31 | 64 | 0 | 0.65 | 0.27 | 0.65 | 325.26 | 0.48 | 0.23 |
| Hex | 58 | 1F | 40 | 0 | 41 | 1B | 41 | 145 | 30 | 17 |
| Octal | 130 | 37 | 100 | 0 | 101 | 33 | 101 | 505 | 60 | 27 |
| Binary | 1011000 | 11111 | 1000000 | 0 | 1000001 | 11011 | 1000001 | 101000101 | 110000 | 10111 |
Color Harmonies of #581F40
Complementary color
Monochromatic Colors of #581F40
Black with #581F40
Text Example
Text Example
White with #581F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581F40; }
p { color: rgb(88,31,64); }
H1.HeaderClassName
{
color: #581F40;
}
.AnyTagClassName
{
color: #581F40;
}
</style>
background-color css
<style>
a { background-color: #581F40; }
a { background-color: rgb(88,31,64); }
div.DivClassName
{
background-color: #581F40;
}
.BgClassName
{
background-color: #581F40;
}
</style>
border-color css
<style>
span { border-color: #581F40; }
span { border-color: rgb(88,31,64); }
td.TdClassName
{
border-color: #581F40;
}
.TagClassName
{
border-color: #581F40;
}
</style>