Shades of Pompadour #582644
Tints of Pompadour #582644
RGB
CMYK
RGB Variations
Color information
#582644 (or 0x582644) is known color: Pompadour. HEX triplet: 58, 26 and 44. RGB value is (88,38,68). Sum of RGB (Red+Green+Blue) = 88+38+68=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 88 - color contains mainly: red. Hex color #582644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582644 is #A7D9BB. Grayscale: #383838. Windows color (decimal): -11000252 or 4466264. OLE color: 4466264.
HSL color Cylindrical-coordinate representation of color #582644: hue angle of 324º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #582644 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 38 | 68 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.65 |
| HSL | 324º | 0.4% | 0.25% | - |
| HSV(B) | 324º | 0.57% | 0.35% | - |
| XYZ | 5.76 | 3.88 | 5.91 | - |
| YUV | 56.37 | 134.57 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 38 | 68 | 0 | 0.57 | 0.23 | 0.65 | 324 | 0.4 | 0.25 |
| Hex | 58 | 26 | 44 | 0 | 39 | 17 | 41 | 144 | 28 | 19 |
| Octal | 130 | 46 | 104 | 0 | 71 | 27 | 101 | 504 | 50 | 31 |
| Binary | 1011000 | 100110 | 1000100 | 0 | 111001 | 10111 | 1000001 | 101000100 | 101000 | 11001 |
Color Harmonies of #582644
Complementary color
Monochromatic Colors of #582644
Black with #582644
Text Example
Text Example
White with #582644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582644; }
p { color: rgb(88,38,68); }
H1.HeaderClassName
{
color: #582644;
}
.AnyTagClassName
{
color: #582644;
}
</style>
background-color css
<style>
a { background-color: #582644; }
a { background-color: rgb(88,38,68); }
div.DivClassName
{
background-color: #582644;
}
.BgClassName
{
background-color: #582644;
}
</style>
border-color css
<style>
span { border-color: #582644; }
span { border-color: rgb(88,38,68); }
td.TdClassName
{
border-color: #582644;
}
.TagClassName
{
border-color: #582644;
}
</style>