Shades of Pompadour #58163C
Tints of Pompadour #58163C
RGB
CMYK
RGB Variations
Color information
#58163C (or 0x58163C) is known color: Pompadour. HEX triplet: 58, 16 and 3C. RGB value is (88,22,60). Sum of RGB (Red+Green+Blue) = 88+22+60=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #58163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58163C is #A7E9C3. Grayscale: #2D2D2D. Windows color (decimal): -11004356 or 3937880. OLE color: 3937880.
HSL color Cylindrical-coordinate representation of color #58163C: hue angle of 325.45º 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 #58163C is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 22 | 60 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.65 |
| HSL | 325.45º | 0.6% | 0.22% | - |
| HSV(B) | 325.45º | 0.75% | 0.35% | - |
| XYZ | 5.13 | 2.97 | 4.58 | - |
| YUV | 46.07 | 135.87 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 22 | 60 | 0 | 0.75 | 0.32 | 0.65 | 325.45 | 0.6 | 0.22 |
| Hex | 58 | 16 | 3C | 0 | 4B | 20 | 41 | 145 | 3C | 16 |
| Octal | 130 | 26 | 74 | 0 | 113 | 40 | 101 | 505 | 74 | 26 |
| Binary | 1011000 | 10110 | 111100 | 0 | 1001011 | 100000 | 1000001 | 101000101 | 111100 | 10110 |
Color Harmonies of #58163C
Complementary color
Monochromatic Colors of #58163C
Black with #58163C
Text Example
Text Example
White with #58163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58163C; }
p { color: rgb(88,22,60); }
H1.HeaderClassName
{
color: #58163C;
}
.AnyTagClassName
{
color: #58163C;
}
</style>
background-color css
<style>
a { background-color: #58163C; }
a { background-color: rgb(88,22,60); }
div.DivClassName
{
background-color: #58163C;
}
.BgClassName
{
background-color: #58163C;
}
</style>
border-color css
<style>
span { border-color: #58163C; }
span { border-color: rgb(88,22,60); }
td.TdClassName
{
border-color: #58163C;
}
.TagClassName
{
border-color: #58163C;
}
</style>