Shades of Pompadour #58243D
Tints of Pompadour #58243D
RGB
CMYK
RGB Variations
Color information
#58243D (or 0x58243D) is known color: Pompadour. HEX triplet: 58, 24 and 3D. RGB value is (88,36,61). Sum of RGB (Red+Green+Blue) = 88+36+61=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #58243D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58243D is #A7DBC2. Grayscale: #363636. Windows color (decimal): -11000771 or 4007000. OLE color: 4007000.
HSL color Cylindrical-coordinate representation of color #58243D: hue angle of 331.15º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58243D is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 36 | 61 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.65 |
| HSL | 331.15º | 0.42% | 0.24% | - |
| HSV(B) | 331.15º | 0.59% | 0.35% | - |
| XYZ | 5.5 | 3.67 | 4.83 | - |
| YUV | 54.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 36 | 61 | 0 | 0.59 | 0.31 | 0.65 | 331.15 | 0.42 | 0.24 |
| Hex | 58 | 24 | 3D | 0 | 3B | 1F | 41 | 14B | 2A | 18 |
| Octal | 130 | 44 | 75 | 0 | 73 | 37 | 101 | 513 | 52 | 30 |
| Binary | 1011000 | 100100 | 111101 | 0 | 111011 | 11111 | 1000001 | 101001011 | 101010 | 11000 |
Color Harmonies of #58243D
Complementary color
Monochromatic Colors of #58243D
Black with #58243D
Text Example
Text Example
White with #58243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58243D; }
p { color: rgb(88,36,61); }
H1.HeaderClassName
{
color: #58243D;
}
.AnyTagClassName
{
color: #58243D;
}
</style>
background-color css
<style>
a { background-color: #58243D; }
a { background-color: rgb(88,36,61); }
div.DivClassName
{
background-color: #58243D;
}
.BgClassName
{
background-color: #58243D;
}
</style>
border-color css
<style>
span { border-color: #58243D; }
span { border-color: rgb(88,36,61); }
td.TdClassName
{
border-color: #58243D;
}
.TagClassName
{
border-color: #58243D;
}
</style>