Shades of Pompadour #582241
Tints of Pompadour #582241
RGB
CMYK
RGB Variations
Color information
#582241 (or 0x582241) is known color: Pompadour. HEX triplet: 58, 22 and 41. RGB value is (88,34,65). Sum of RGB (Red+Green+Blue) = 88+34+65=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #582241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582241 is #A7DDBE. Grayscale: #353535. Windows color (decimal): -11001279 or 4268632. OLE color: 4268632.
HSL color Cylindrical-coordinate representation of color #582241: hue angle of 325.56º 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 #582241 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 34 | 65 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.65 |
| HSL | 325.56º | 0.44% | 0.24% | - |
| HSV(B) | 325.56º | 0.61% | 0.35% | - |
| XYZ | 5.55 | 3.6 | 5.4 | - |
| YUV | 53.68 | 134.39 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 34 | 65 | 0 | 0.61 | 0.26 | 0.65 | 325.56 | 0.44 | 0.24 |
| Hex | 58 | 22 | 41 | 0 | 3D | 1A | 41 | 146 | 2C | 18 |
| Octal | 130 | 42 | 101 | 0 | 75 | 32 | 101 | 506 | 54 | 30 |
| Binary | 1011000 | 100010 | 1000001 | 0 | 111101 | 11010 | 1000001 | 101000110 | 101100 | 11000 |
Color Harmonies of #582241
Complementary color
Monochromatic Colors of #582241
Black with #582241
Text Example
Text Example
White with #582241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582241; }
p { color: rgb(88,34,65); }
H1.HeaderClassName
{
color: #582241;
}
.AnyTagClassName
{
color: #582241;
}
</style>
background-color css
<style>
a { background-color: #582241; }
a { background-color: rgb(88,34,65); }
div.DivClassName
{
background-color: #582241;
}
.BgClassName
{
background-color: #582241;
}
</style>
border-color css
<style>
span { border-color: #582241; }
span { border-color: rgb(88,34,65); }
td.TdClassName
{
border-color: #582241;
}
.TagClassName
{
border-color: #582241;
}
</style>