Shades of Pompadour #58183B
Tints of Pompadour #58183B
RGB
CMYK
RGB Variations
Color information
#58183B (or 0x58183B) is known color: Pompadour. HEX triplet: 58, 18 and 3B. RGB value is (88,24,59). Sum of RGB (Red+Green+Blue) = 88+24+59=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #58183B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58183B is #A7E7C4. Grayscale: #2F2F2F. Windows color (decimal): -11003845 or 3872856. OLE color: 3872856.
HSL color Cylindrical-coordinate representation of color #58183B: hue angle of 327.19º 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 #58183B is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 24 | 59 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.65 |
| HSL | 327.19º | 0.57% | 0.22% | - |
| HSV(B) | 327.19º | 0.73% | 0.35% | - |
| XYZ | 5.14 | 3.04 | 4.45 | - |
| YUV | 47.13 | 134.7 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 24 | 59 | 0 | 0.73 | 0.33 | 0.65 | 327.19 | 0.57 | 0.22 |
| Hex | 58 | 18 | 3B | 0 | 49 | 21 | 41 | 147 | 39 | 16 |
| Octal | 130 | 30 | 73 | 0 | 111 | 41 | 101 | 507 | 71 | 26 |
| Binary | 1011000 | 11000 | 111011 | 0 | 1001001 | 100001 | 1000001 | 101000111 | 111001 | 10110 |
Color Harmonies of #58183B
Complementary color
Monochromatic Colors of #58183B
Black with #58183B
Text Example
Text Example
White with #58183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58183B; }
p { color: rgb(88,24,59); }
H1.HeaderClassName
{
color: #58183B;
}
.AnyTagClassName
{
color: #58183B;
}
</style>
background-color css
<style>
a { background-color: #58183B; }
a { background-color: rgb(88,24,59); }
div.DivClassName
{
background-color: #58183B;
}
.BgClassName
{
background-color: #58183B;
}
</style>
border-color css
<style>
span { border-color: #58183B; }
span { border-color: rgb(88,24,59); }
td.TdClassName
{
border-color: #58183B;
}
.TagClassName
{
border-color: #58183B;
}
</style>