Shades of Pompadour #58163E
Tints of Pompadour #58163E
RGB
CMYK
RGB Variations
Color information
#58163E (or 0x58163E) is known color: Pompadour. HEX triplet: 58, 16 and 3E. RGB value is (88,22,62). Sum of RGB (Red+Green+Blue) = 88+22+62=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #58163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58163E is #A7E9C1. Grayscale: #2E2E2E. Windows color (decimal): -11004354 or 4068952. OLE color: 4068952.
HSL color Cylindrical-coordinate representation of color #58163E: hue angle of 323.64º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58163E is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 22 | 62 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.65 |
| HSL | 323.64º | 0.6% | 0.22% | - |
| HSV(B) | 323.64º | 0.75% | 0.35% | - |
| XYZ | 5.18 | 3 | 4.86 | - |
| YUV | 46.29 | 136.87 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 22 | 62 | 0 | 0.75 | 0.30 | 0.65 | 323.64 | 0.6 | 0.22 |
| Hex | 58 | 16 | 3E | 0 | 4B | 1E | 41 | 144 | 3C | 16 |
| Octal | 130 | 26 | 76 | 0 | 113 | 36 | 101 | 504 | 74 | 26 |
| Binary | 1011000 | 10110 | 111110 | 0 | 1001011 | 11110 | 1000001 | 101000100 | 111100 | 10110 |
Color Harmonies of #58163E
Complementary color
Monochromatic Colors of #58163E
Black with #58163E
Text Example
Text Example
White with #58163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58163E; }
p { color: rgb(88,22,62); }
H1.HeaderClassName
{
color: #58163E;
}
.AnyTagClassName
{
color: #58163E;
}
</style>
background-color css
<style>
a { background-color: #58163E; }
a { background-color: rgb(88,22,62); }
div.DivClassName
{
background-color: #58163E;
}
.BgClassName
{
background-color: #58163E;
}
</style>
border-color css
<style>
span { border-color: #58163E; }
span { border-color: rgb(88,22,62); }
td.TdClassName
{
border-color: #58163E;
}
.TagClassName
{
border-color: #58163E;
}
</style>