Shades of Pompadour #622D49
Tints of Pompadour #622D49
RGB
CMYK
RGB Variations
Color information
#622D49 (or 0x622D49) is known color: Pompadour. HEX triplet: 62, 2D and 49. RGB value is (98,45,73). Sum of RGB (Red+Green+Blue) = 98+45+73=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 98 - color contains mainly: red. Hex color #622D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622D49 is #9DD2B6. Grayscale: #3F3F3F. Windows color (decimal): -10343095 or 4795746. OLE color: 4795746.
HSL color Cylindrical-coordinate representation of color #622D49: hue angle of 328.3º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #622D49 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 45 | 73 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.62 |
| HSL | 328.3º | 0.37% | 0.28% | - |
| HSV(B) | 328.3º | 0.54% | 0.38% | - |
| XYZ | 7.18 | 4.95 | 6.88 | - |
| YUV | 64.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 45 | 73 | 0 | 0.54 | 0.26 | 0.62 | 328.3 | 0.37 | 0.28 |
| Hex | 62 | 2D | 49 | 0 | 36 | 1A | 3E | 148 | 25 | 1C |
| Octal | 142 | 55 | 111 | 0 | 66 | 32 | 76 | 510 | 45 | 34 |
| Binary | 1100010 | 101101 | 1001001 | 0 | 110110 | 11010 | 111110 | 101001000 | 100101 | 11100 |
Color Harmonies of #622D49
Complementary color
Monochromatic Colors of #622D49
Black with #622D49
Text Example
Text Example
White with #622D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622D49; }
p { color: rgb(98,45,73); }
H1.HeaderClassName
{
color: #622D49;
}
.AnyTagClassName
{
color: #622D49;
}
</style>
background-color css
<style>
a { background-color: #622D49; }
a { background-color: rgb(98,45,73); }
div.DivClassName
{
background-color: #622D49;
}
.BgClassName
{
background-color: #622D49;
}
</style>
border-color css
<style>
span { border-color: #622D49; }
span { border-color: rgb(98,45,73); }
td.TdClassName
{
border-color: #622D49;
}
.TagClassName
{
border-color: #622D49;
}
</style>