Shades of Pompadour #58153F
Tints of Pompadour #58153F
RGB
CMYK
RGB Variations
Color information
#58153F (or 0x58153F) is known color: Pompadour. HEX triplet: 58, 15 and 3F. RGB value is (88,21,63). Sum of RGB (Red+Green+Blue) = 88+21+63=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #58153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58153F is #A7EAC0. Grayscale: #2D2D2D. Windows color (decimal): -11004609 or 4134232. OLE color: 4134232.
HSL color Cylindrical-coordinate representation of color #58153F: hue angle of 322.39º 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 #58153F is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 21 | 63 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.65 |
| HSL | 322.39º | 0.61% | 0.21% | - |
| HSV(B) | 322.39º | 0.76% | 0.35% | - |
| XYZ | 5.19 | 2.97 | 5 | - |
| YUV | 45.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 63 | 0 | 0.76 | 0.28 | 0.65 | 322.39 | 0.61 | 0.21 |
| Hex | 58 | 15 | 3F | 0 | 4C | 1C | 41 | 142 | 3D | 15 |
| Octal | 130 | 25 | 77 | 0 | 114 | 34 | 101 | 502 | 75 | 25 |
| Binary | 1011000 | 10101 | 111111 | 0 | 1001100 | 11100 | 1000001 | 101000010 | 111101 | 10101 |
Color Harmonies of #58153F
Complementary color
Monochromatic Colors of #58153F
Black with #58153F
Text Example
Text Example
White with #58153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58153F; }
p { color: rgb(88,21,63); }
H1.HeaderClassName
{
color: #58153F;
}
.AnyTagClassName
{
color: #58153F;
}
</style>
background-color css
<style>
a { background-color: #58153F; }
a { background-color: rgb(88,21,63); }
div.DivClassName
{
background-color: #58153F;
}
.BgClassName
{
background-color: #58153F;
}
</style>
border-color css
<style>
span { border-color: #58153F; }
span { border-color: rgb(88,21,63); }
td.TdClassName
{
border-color: #58153F;
}
.TagClassName
{
border-color: #58153F;
}
</style>