Shades of Pompadour #58183D
Tints of Pompadour #58183D
RGB
CMYK
RGB Variations
Color information
#58183D (or 0x58183D) is known color: Pompadour. HEX triplet: 58, 18 and 3D. RGB value is (88,24,61). Sum of RGB (Red+Green+Blue) = 88+24+61=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #58183D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58183D is #A7E7C2. Grayscale: #2F2F2F. Windows color (decimal): -11003843 or 4003928. OLE color: 4003928.
HSL color Cylindrical-coordinate representation of color #58183D: hue angle of 325.31º 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 #58183D is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 24 | 61 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.65 |
| HSL | 325.31º | 0.57% | 0.22% | - |
| HSV(B) | 325.31º | 0.73% | 0.35% | - |
| XYZ | 5.19 | 3.06 | 4.73 | - |
| YUV | 47.35 | 135.7 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 24 | 61 | 0 | 0.73 | 0.31 | 0.65 | 325.31 | 0.57 | 0.22 |
| Hex | 58 | 18 | 3D | 0 | 49 | 1F | 41 | 145 | 39 | 16 |
| Octal | 130 | 30 | 75 | 0 | 111 | 37 | 101 | 505 | 71 | 26 |
| Binary | 1011000 | 11000 | 111101 | 0 | 1001001 | 11111 | 1000001 | 101000101 | 111001 | 10110 |
Color Harmonies of #58183D
Complementary color
Monochromatic Colors of #58183D
Black with #58183D
Text Example
Text Example
White with #58183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58183D; }
p { color: rgb(88,24,61); }
H1.HeaderClassName
{
color: #58183D;
}
.AnyTagClassName
{
color: #58183D;
}
</style>
background-color css
<style>
a { background-color: #58183D; }
a { background-color: rgb(88,24,61); }
div.DivClassName
{
background-color: #58183D;
}
.BgClassName
{
background-color: #58183D;
}
</style>
border-color css
<style>
span { border-color: #58183D; }
span { border-color: rgb(88,24,61); }
td.TdClassName
{
border-color: #58183D;
}
.TagClassName
{
border-color: #58183D;
}
</style>