Shades of Pompadour #582643
Tints of Pompadour #582643
RGB
CMYK
RGB Variations
Color information
#582643 (or 0x582643) is known color: Pompadour. HEX triplet: 58, 26 and 43. RGB value is (88,38,67). Sum of RGB (Red+Green+Blue) = 88+38+67=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #582643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582643 is #A7D9BC. Grayscale: #383838. Windows color (decimal): -11000253 or 4400728. OLE color: 4400728.
HSL color Cylindrical-coordinate representation of color #582643: hue angle of 325.2º 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 #582643 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 38 | 67 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.65 |
| HSL | 325.2º | 0.4% | 0.25% | - |
| HSV(B) | 325.2º | 0.57% | 0.35% | - |
| XYZ | 5.73 | 3.87 | 5.75 | - |
| YUV | 56.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 38 | 67 | 0 | 0.57 | 0.24 | 0.65 | 325.2 | 0.4 | 0.25 |
| Hex | 58 | 26 | 43 | 0 | 39 | 18 | 41 | 145 | 28 | 19 |
| Octal | 130 | 46 | 103 | 0 | 71 | 30 | 101 | 505 | 50 | 31 |
| Binary | 1011000 | 100110 | 1000011 | 0 | 111001 | 11000 | 1000001 | 101000101 | 101000 | 11001 |
Color Harmonies of #582643
Complementary color
Monochromatic Colors of #582643
Black with #582643
Text Example
Text Example
White with #582643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582643; }
p { color: rgb(88,38,67); }
H1.HeaderClassName
{
color: #582643;
}
.AnyTagClassName
{
color: #582643;
}
</style>
background-color css
<style>
a { background-color: #582643; }
a { background-color: rgb(88,38,67); }
div.DivClassName
{
background-color: #582643;
}
.BgClassName
{
background-color: #582643;
}
</style>
border-color css
<style>
span { border-color: #582643; }
span { border-color: rgb(88,38,67); }
td.TdClassName
{
border-color: #582643;
}
.TagClassName
{
border-color: #582643;
}
</style>