Shades of Pompadour #58183E
Tints of Pompadour #58183E
RGB
CMYK
RGB Variations
Color information
#58183E (or 0x58183E) is known color: Pompadour. HEX triplet: 58, 18 and 3E. RGB value is (88,24,62). Sum of RGB (Red+Green+Blue) = 88+24+62=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #58183E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58183E is #A7E7C1. Grayscale: #2F2F2F. Windows color (decimal): -11003842 or 4069464. OLE color: 4069464.
HSL color Cylindrical-coordinate representation of color #58183E: hue angle of 324.38º 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 #58183E is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 24 | 62 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.65 |
| HSL | 324.38º | 0.57% | 0.22% | - |
| HSV(B) | 324.38º | 0.73% | 0.35% | - |
| XYZ | 5.22 | 3.08 | 4.88 | - |
| YUV | 47.47 | 136.2 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 24 | 62 | 0 | 0.73 | 0.30 | 0.65 | 324.38 | 0.57 | 0.22 |
| Hex | 58 | 18 | 3E | 0 | 49 | 1E | 41 | 144 | 39 | 16 |
| Octal | 130 | 30 | 76 | 0 | 111 | 36 | 101 | 504 | 71 | 26 |
| Binary | 1011000 | 11000 | 111110 | 0 | 1001001 | 11110 | 1000001 | 101000100 | 111001 | 10110 |
Color Harmonies of #58183E
Complementary color
Monochromatic Colors of #58183E
Black with #58183E
Text Example
Text Example
White with #58183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58183E; }
p { color: rgb(88,24,62); }
H1.HeaderClassName
{
color: #58183E;
}
.AnyTagClassName
{
color: #58183E;
}
</style>
background-color css
<style>
a { background-color: #58183E; }
a { background-color: rgb(88,24,62); }
div.DivClassName
{
background-color: #58183E;
}
.BgClassName
{
background-color: #58183E;
}
</style>
border-color css
<style>
span { border-color: #58183E; }
span { border-color: rgb(88,24,62); }
td.TdClassName
{
border-color: #58183E;
}
.TagClassName
{
border-color: #58183E;
}
</style>