Shades of Pompadour #62224D
Tints of Pompadour #62224D
RGB
CMYK
RGB Variations
Color information
#62224D (or 0x62224D) is known color: Pompadour. HEX triplet: 62, 22 and 4D. RGB value is (98,34,77). Sum of RGB (Red+Green+Blue) = 98+34+77=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 98 - color contains mainly: red. Hex color #62224D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62224D is #9DDDB2. Grayscale: #393939. Windows color (decimal): -10345907 or 5055074. OLE color: 5055074.
HSL color Cylindrical-coordinate representation of color #62224D: hue angle of 319.69º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #62224D is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 34 | 77 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.62 |
| HSL | 319.69º | 0.48% | 0.26% | - |
| HSV(B) | 319.69º | 0.65% | 0.38% | - |
| XYZ | 6.95 | 4.28 | 7.48 | - |
| YUV | 58.04 | 138.7 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 77 | 0 | 0.65 | 0.21 | 0.62 | 319.69 | 0.48 | 0.26 |
| Hex | 62 | 22 | 4D | 0 | 41 | 15 | 3E | 140 | 30 | 1A |
| Octal | 142 | 42 | 115 | 0 | 101 | 25 | 76 | 500 | 60 | 32 |
| Binary | 1100010 | 100010 | 1001101 | 0 | 1000001 | 10101 | 111110 | 101000000 | 110000 | 11010 |
Color Harmonies of #62224D
Complementary color
Monochromatic Colors of #62224D
Black with #62224D
Text Example
Text Example
White with #62224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62224D; }
p { color: rgb(98,34,77); }
H1.HeaderClassName
{
color: #62224D;
}
.AnyTagClassName
{
color: #62224D;
}
</style>
background-color css
<style>
a { background-color: #62224D; }
a { background-color: rgb(98,34,77); }
div.DivClassName
{
background-color: #62224D;
}
.BgClassName
{
background-color: #62224D;
}
</style>
border-color css
<style>
span { border-color: #62224D; }
span { border-color: rgb(98,34,77); }
td.TdClassName
{
border-color: #62224D;
}
.TagClassName
{
border-color: #62224D;
}
</style>