Shades of Pompadour #622E49
Tints of Pompadour #622E49
RGB
CMYK
RGB Variations
Color information
#622E49 (or 0x622E49) is known color: Pompadour. HEX triplet: 62, 2E and 49. RGB value is (98,46,73). Sum of RGB (Red+Green+Blue) = 98+46+73=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 98 - color contains mainly: red. Hex color #622E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622E49 is #9DD1B6. Grayscale: #404040. Windows color (decimal): -10342839 or 4796002. OLE color: 4796002.
HSL color Cylindrical-coordinate representation of color #622E49: hue angle of 328.85º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #622E49 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 46 | 73 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.62 |
| HSL | 328.85º | 0.36% | 0.28% | - |
| HSV(B) | 328.85º | 0.53% | 0.38% | - |
| XYZ | 7.22 | 5.03 | 6.89 | - |
| YUV | 64.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 46 | 73 | 0 | 0.53 | 0.26 | 0.62 | 328.85 | 0.36 | 0.28 |
| Hex | 62 | 2E | 49 | 0 | 35 | 1A | 3E | 149 | 24 | 1C |
| Octal | 142 | 56 | 111 | 0 | 65 | 32 | 76 | 511 | 44 | 34 |
| Binary | 1100010 | 101110 | 1001001 | 0 | 110101 | 11010 | 111110 | 101001001 | 100100 | 11100 |
Color Harmonies of #622E49
Complementary color
Monochromatic Colors of #622E49
Black with #622E49
Text Example
Text Example
White with #622E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622E49; }
p { color: rgb(98,46,73); }
H1.HeaderClassName
{
color: #622E49;
}
.AnyTagClassName
{
color: #622E49;
}
</style>
background-color css
<style>
a { background-color: #622E49; }
a { background-color: rgb(98,46,73); }
div.DivClassName
{
background-color: #622E49;
}
.BgClassName
{
background-color: #622E49;
}
</style>
border-color css
<style>
span { border-color: #622E49; }
span { border-color: rgb(98,46,73); }
td.TdClassName
{
border-color: #622E49;
}
.TagClassName
{
border-color: #622E49;
}
</style>