Shades of Pompadour #582A45
Tints of Pompadour #582A45
RGB
CMYK
RGB Variations
Color information
#582A45 (or 0x582A45) is known color: Pompadour. HEX triplet: 58, 2A and 45. RGB value is (88,42,69). Sum of RGB (Red+Green+Blue) = 88+42+69=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 88 - color contains mainly: red. Hex color #582A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A45 is #A7D5BA. Grayscale: #3A3A3A. Windows color (decimal): -10999227 or 4532824. OLE color: 4532824.
HSL color Cylindrical-coordinate representation of color #582A45: hue angle of 324.78º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #582A45 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 42 | 69 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.65 |
| HSL | 324.78º | 0.35% | 0.25% | - |
| HSV(B) | 324.78º | 0.52% | 0.35% | - |
| XYZ | 5.93 | 4.16 | 6.12 | - |
| YUV | 58.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 69 | 0 | 0.52 | 0.22 | 0.65 | 324.78 | 0.35 | 0.25 |
| Hex | 58 | 2A | 45 | 0 | 34 | 16 | 41 | 145 | 23 | 19 |
| Octal | 130 | 52 | 105 | 0 | 64 | 26 | 101 | 505 | 43 | 31 |
| Binary | 1011000 | 101010 | 1000101 | 0 | 110100 | 10110 | 1000001 | 101000101 | 100011 | 11001 |
Color Harmonies of #582A45
Complementary color
Monochromatic Colors of #582A45
Black with #582A45
Text Example
Text Example
White with #582A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582A45; }
p { color: rgb(88,42,69); }
H1.HeaderClassName
{
color: #582A45;
}
.AnyTagClassName
{
color: #582A45;
}
</style>
background-color css
<style>
a { background-color: #582A45; }
a { background-color: rgb(88,42,69); }
div.DivClassName
{
background-color: #582A45;
}
.BgClassName
{
background-color: #582A45;
}
</style>
border-color css
<style>
span { border-color: #582A45; }
span { border-color: rgb(88,42,69); }
td.TdClassName
{
border-color: #582A45;
}
.TagClassName
{
border-color: #582A45;
}
</style>