Shades of Pompadour #58283F
Tints of Pompadour #58283F
RGB
CMYK
RGB Variations
Color information
#58283F (or 0x58283F) is known color: Pompadour. HEX triplet: 58, 28 and 3F. RGB value is (88,40,63). Sum of RGB (Red+Green+Blue) = 88+40+63=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #58283F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58283F is #A7D7C0. Grayscale: #383838. Windows color (decimal): -10999745 or 4139096. OLE color: 4139096.
HSL color Cylindrical-coordinate representation of color #58283F: hue angle of 331.25º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58283F is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 40 | 63 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.65 |
| HSL | 331.25º | 0.38% | 0.25% | - |
| HSV(B) | 331.25º | 0.55% | 0.35% | - |
| XYZ | 5.68 | 3.95 | 5.17 | - |
| YUV | 56.97 | 131.4 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 40 | 63 | 0 | 0.55 | 0.28 | 0.65 | 331.25 | 0.38 | 0.25 |
| Hex | 58 | 28 | 3F | 0 | 37 | 1C | 41 | 14B | 26 | 19 |
| Octal | 130 | 50 | 77 | 0 | 67 | 34 | 101 | 513 | 46 | 31 |
| Binary | 1011000 | 101000 | 111111 | 0 | 110111 | 11100 | 1000001 | 101001011 | 100110 | 11001 |
Color Harmonies of #58283F
Complementary color
Monochromatic Colors of #58283F
Black with #58283F
Text Example
Text Example
White with #58283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58283F; }
p { color: rgb(88,40,63); }
H1.HeaderClassName
{
color: #58283F;
}
.AnyTagClassName
{
color: #58283F;
}
</style>
background-color css
<style>
a { background-color: #58283F; }
a { background-color: rgb(88,40,63); }
div.DivClassName
{
background-color: #58283F;
}
.BgClassName
{
background-color: #58283F;
}
</style>
border-color css
<style>
span { border-color: #58283F; }
span { border-color: rgb(88,40,63); }
td.TdClassName
{
border-color: #58283F;
}
.TagClassName
{
border-color: #58283F;
}
</style>