Shades of Pompadour #582243
Tints of Pompadour #582243
RGB
CMYK
RGB Variations
Color information
#582243 (or 0x582243) is known color: Pompadour. HEX triplet: 58, 22 and 43. RGB value is (88,34,67). Sum of RGB (Red+Green+Blue) = 88+34+67=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #582243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582243 is #A7DDBC. Grayscale: #353535. Windows color (decimal): -11001277 or 4399704. OLE color: 4399704.
HSL color Cylindrical-coordinate representation of color #582243: hue angle of 323.33º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #582243 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 34 | 67 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.65 |
| HSL | 323.33º | 0.44% | 0.24% | - |
| HSV(B) | 323.33º | 0.61% | 0.35% | - |
| XYZ | 5.61 | 3.62 | 5.71 | - |
| YUV | 53.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 34 | 67 | 0 | 0.61 | 0.24 | 0.65 | 323.33 | 0.44 | 0.24 |
| Hex | 58 | 22 | 43 | 0 | 3D | 18 | 41 | 143 | 2C | 18 |
| Octal | 130 | 42 | 103 | 0 | 75 | 30 | 101 | 503 | 54 | 30 |
| Binary | 1011000 | 100010 | 1000011 | 0 | 111101 | 11000 | 1000001 | 101000011 | 101100 | 11000 |
Color Harmonies of #582243
Complementary color
Monochromatic Colors of #582243
Black with #582243
Text Example
Text Example
White with #582243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582243; }
p { color: rgb(88,34,67); }
H1.HeaderClassName
{
color: #582243;
}
.AnyTagClassName
{
color: #582243;
}
</style>
background-color css
<style>
a { background-color: #582243; }
a { background-color: rgb(88,34,67); }
div.DivClassName
{
background-color: #582243;
}
.BgClassName
{
background-color: #582243;
}
</style>
border-color css
<style>
span { border-color: #582243; }
span { border-color: rgb(88,34,67); }
td.TdClassName
{
border-color: #582243;
}
.TagClassName
{
border-color: #582243;
}
</style>