Shades of Pompadour #58183C
Tints of Pompadour #58183C
RGB
CMYK
RGB Variations
Color information
#58183C (or 0x58183C) is known color: Pompadour. HEX triplet: 58, 18 and 3C. RGB value is (88,24,60). Sum of RGB (Red+Green+Blue) = 88+24+60=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #58183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58183C is #A7E7C3. Grayscale: #2F2F2F. Windows color (decimal): -11003844 or 3938392. OLE color: 3938392.
HSL color Cylindrical-coordinate representation of color #58183C: hue angle of 326.25º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #58183C is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 24 | 60 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.65 |
| HSL | 326.25º | 0.57% | 0.22% | - |
| HSV(B) | 326.25º | 0.73% | 0.35% | - |
| XYZ | 5.17 | 3.05 | 4.59 | - |
| YUV | 47.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 24 | 60 | 0 | 0.73 | 0.32 | 0.65 | 326.25 | 0.57 | 0.22 |
| Hex | 58 | 18 | 3C | 0 | 49 | 20 | 41 | 146 | 39 | 16 |
| Octal | 130 | 30 | 74 | 0 | 111 | 40 | 101 | 506 | 71 | 26 |
| Binary | 1011000 | 11000 | 111100 | 0 | 1001001 | 100000 | 1000001 | 101000110 | 111001 | 10110 |
Color Harmonies of #58183C
Complementary color
Monochromatic Colors of #58183C
Black with #58183C
Text Example
Text Example
White with #58183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58183C; }
p { color: rgb(88,24,60); }
H1.HeaderClassName
{
color: #58183C;
}
.AnyTagClassName
{
color: #58183C;
}
</style>
background-color css
<style>
a { background-color: #58183C; }
a { background-color: rgb(88,24,60); }
div.DivClassName
{
background-color: #58183C;
}
.BgClassName
{
background-color: #58183C;
}
</style>
border-color css
<style>
span { border-color: #58183C; }
span { border-color: rgb(88,24,60); }
td.TdClassName
{
border-color: #58183C;
}
.TagClassName
{
border-color: #58183C;
}
</style>