Shades of Pompadour #581946
Tints of Pompadour #581946
RGB
CMYK
RGB Variations
Color information
#581946 (or 0x581946) is known color: Pompadour. HEX triplet: 58, 19 and 46. RGB value is (88,25,70). Sum of RGB (Red+Green+Blue) = 88+25+70=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #581946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581946 is #A7E6B9. Grayscale: #303030. Windows color (decimal): -11003578 or 4594008. OLE color: 4594008.
HSL color Cylindrical-coordinate representation of color #581946: hue angle of 317.14º 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 #581946 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 25 | 70 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.65 |
| HSL | 317.14º | 0.56% | 0.22% | - |
| HSV(B) | 317.14º | 0.72% | 0.35% | - |
| XYZ | 5.48 | 3.21 | 6.13 | - |
| YUV | 48.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 70 | 0 | 0.72 | 0.20 | 0.65 | 317.14 | 0.56 | 0.22 |
| Hex | 58 | 19 | 46 | 0 | 48 | 14 | 41 | 13D | 38 | 16 |
| Octal | 130 | 31 | 106 | 0 | 110 | 24 | 101 | 475 | 70 | 26 |
| Binary | 1011000 | 11001 | 1000110 | 0 | 1001000 | 10100 | 1000001 | 100111101 | 111000 | 10110 |
Color Harmonies of #581946
Complementary color
Monochromatic Colors of #581946
Black with #581946
Text Example
Text Example
White with #581946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581946; }
p { color: rgb(88,25,70); }
H1.HeaderClassName
{
color: #581946;
}
.AnyTagClassName
{
color: #581946;
}
</style>
background-color css
<style>
a { background-color: #581946; }
a { background-color: rgb(88,25,70); }
div.DivClassName
{
background-color: #581946;
}
.BgClassName
{
background-color: #581946;
}
</style>
border-color css
<style>
span { border-color: #581946; }
span { border-color: rgb(88,25,70); }
td.TdClassName
{
border-color: #581946;
}
.TagClassName
{
border-color: #581946;
}
</style>