Shades of Pompadour #622C49
Tints of Pompadour #622C49
RGB
CMYK
RGB Variations
Color information
#622C49 (or 0x622C49) is known color: Pompadour. HEX triplet: 62, 2C and 49. RGB value is (98,44,73). Sum of RGB (Red+Green+Blue) = 98+44+73=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #622C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622C49 is #9DD3B6. Grayscale: #3F3F3F. Windows color (decimal): -10343351 or 4795490. OLE color: 4795490.
HSL color Cylindrical-coordinate representation of color #622C49: hue angle of 327.78º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #622C49 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 44 | 73 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.62 |
| HSL | 327.78º | 0.38% | 0.28% | - |
| HSV(B) | 327.78º | 0.55% | 0.38% | - |
| XYZ | 7.14 | 4.88 | 6.87 | - |
| YUV | 63.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 73 | 0 | 0.55 | 0.26 | 0.62 | 327.78 | 0.38 | 0.28 |
| Hex | 62 | 2C | 49 | 0 | 37 | 1A | 3E | 148 | 26 | 1C |
| Octal | 142 | 54 | 111 | 0 | 67 | 32 | 76 | 510 | 46 | 34 |
| Binary | 1100010 | 101100 | 1001001 | 0 | 110111 | 11010 | 111110 | 101001000 | 100110 | 11100 |
Color Harmonies of #622C49
Complementary color
Monochromatic Colors of #622C49
Black with #622C49
Text Example
Text Example
White with #622C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622C49; }
p { color: rgb(98,44,73); }
H1.HeaderClassName
{
color: #622C49;
}
.AnyTagClassName
{
color: #622C49;
}
</style>
background-color css
<style>
a { background-color: #622C49; }
a { background-color: rgb(98,44,73); }
div.DivClassName
{
background-color: #622C49;
}
.BgClassName
{
background-color: #622C49;
}
</style>
border-color css
<style>
span { border-color: #622C49; }
span { border-color: rgb(98,44,73); }
td.TdClassName
{
border-color: #622C49;
}
.TagClassName
{
border-color: #622C49;
}
</style>