Shades of Pompadour #58243F
Tints of Pompadour #58243F
RGB
CMYK
RGB Variations
Color information
#58243F (or 0x58243F) is known color: Pompadour. HEX triplet: 58, 24 and 3F. RGB value is (88,36,63). Sum of RGB (Red+Green+Blue) = 88+36+63=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #58243F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58243F is #A7DBC0. Grayscale: #363636. Windows color (decimal): -11000769 or 4138072. OLE color: 4138072.
HSL color Cylindrical-coordinate representation of color #58243F: hue angle of 328.85º 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 #58243F is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 36 | 63 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.65 |
| HSL | 328.85º | 0.42% | 0.24% | - |
| HSV(B) | 328.85º | 0.59% | 0.35% | - |
| XYZ | 5.55 | 3.7 | 5.12 | - |
| YUV | 54.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 36 | 63 | 0 | 0.59 | 0.28 | 0.65 | 328.85 | 0.42 | 0.24 |
| Hex | 58 | 24 | 3F | 0 | 3B | 1C | 41 | 149 | 2A | 18 |
| Octal | 130 | 44 | 77 | 0 | 73 | 34 | 101 | 511 | 52 | 30 |
| Binary | 1011000 | 100100 | 111111 | 0 | 111011 | 11100 | 1000001 | 101001001 | 101010 | 11000 |
Color Harmonies of #58243F
Complementary color
Monochromatic Colors of #58243F
Black with #58243F
Text Example
Text Example
White with #58243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58243F; }
p { color: rgb(88,36,63); }
H1.HeaderClassName
{
color: #58243F;
}
.AnyTagClassName
{
color: #58243F;
}
</style>
background-color css
<style>
a { background-color: #58243F; }
a { background-color: rgb(88,36,63); }
div.DivClassName
{
background-color: #58243F;
}
.BgClassName
{
background-color: #58243F;
}
</style>
border-color css
<style>
span { border-color: #58243F; }
span { border-color: rgb(88,36,63); }
td.TdClassName
{
border-color: #58243F;
}
.TagClassName
{
border-color: #58243F;
}
</style>