Shades of Pompadour #58153E
Tints of Pompadour #58153E
RGB
CMYK
RGB Variations
Color information
#58153E (or 0x58153E) is known color: Pompadour. HEX triplet: 58, 15 and 3E. RGB value is (88,21,62). Sum of RGB (Red+Green+Blue) = 88+21+62=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #58153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58153E is #A7EAC1. Grayscale: #2D2D2D. Windows color (decimal): -11004610 or 4068696. OLE color: 4068696.
HSL color Cylindrical-coordinate representation of color #58153E: hue angle of 323.28º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #58153E is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 21 | 62 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.65 |
| HSL | 323.28º | 0.61% | 0.21% | - |
| HSV(B) | 323.28º | 0.76% | 0.35% | - |
| XYZ | 5.16 | 2.96 | 4.86 | - |
| YUV | 45.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 62 | 0 | 0.76 | 0.30 | 0.65 | 323.28 | 0.61 | 0.21 |
| Hex | 58 | 15 | 3E | 0 | 4C | 1E | 41 | 143 | 3D | 15 |
| Octal | 130 | 25 | 76 | 0 | 114 | 36 | 101 | 503 | 75 | 25 |
| Binary | 1011000 | 10101 | 111110 | 0 | 1001100 | 11110 | 1000001 | 101000011 | 111101 | 10101 |
Color Harmonies of #58153E
Complementary color
Monochromatic Colors of #58153E
Black with #58153E
Text Example
Text Example
White with #58153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58153E; }
p { color: rgb(88,21,62); }
H1.HeaderClassName
{
color: #58153E;
}
.AnyTagClassName
{
color: #58153E;
}
</style>
background-color css
<style>
a { background-color: #58153E; }
a { background-color: rgb(88,21,62); }
div.DivClassName
{
background-color: #58153E;
}
.BgClassName
{
background-color: #58153E;
}
</style>
border-color css
<style>
span { border-color: #58153E; }
span { border-color: rgb(88,21,62); }
td.TdClassName
{
border-color: #58153E;
}
.TagClassName
{
border-color: #58153E;
}
</style>