Shades of Pompadour #581F3F
Tints of Pompadour #581F3F
RGB
CMYK
RGB Variations
Color information
#581F3F (or 0x581F3F) is known color: Pompadour. HEX triplet: 58, 1F and 3F. RGB value is (88,31,63). Sum of RGB (Red+Green+Blue) = 88+31+63=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #581F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581F3F is #A7E0C0. Grayscale: #333333. Windows color (decimal): -11002049 or 4136792. OLE color: 4136792.
HSL color Cylindrical-coordinate representation of color #581F3F: hue angle of 326.32º 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 #581F3F is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 31 | 63 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.65 |
| HSL | 326.32º | 0.48% | 0.23% | - |
| HSV(B) | 326.32º | 0.65% | 0.35% | - |
| XYZ | 5.41 | 3.41 | 5.08 | - |
| YUV | 51.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 31 | 63 | 0 | 0.65 | 0.28 | 0.65 | 326.32 | 0.48 | 0.23 |
| Hex | 58 | 1F | 3F | 0 | 41 | 1C | 41 | 146 | 30 | 17 |
| Octal | 130 | 37 | 77 | 0 | 101 | 34 | 101 | 506 | 60 | 27 |
| Binary | 1011000 | 11111 | 111111 | 0 | 1000001 | 11100 | 1000001 | 101000110 | 110000 | 10111 |
Color Harmonies of #581F3F
Complementary color
Monochromatic Colors of #581F3F
Black with #581F3F
Text Example
Text Example
White with #581F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581F3F; }
p { color: rgb(88,31,63); }
H1.HeaderClassName
{
color: #581F3F;
}
.AnyTagClassName
{
color: #581F3F;
}
</style>
background-color css
<style>
a { background-color: #581F3F; }
a { background-color: rgb(88,31,63); }
div.DivClassName
{
background-color: #581F3F;
}
.BgClassName
{
background-color: #581F3F;
}
</style>
border-color css
<style>
span { border-color: #581F3F; }
span { border-color: rgb(88,31,63); }
td.TdClassName
{
border-color: #581F3F;
}
.TagClassName
{
border-color: #581F3F;
}
</style>