Shades of Pompadour #622F49
Tints of Pompadour #622F49
RGB
CMYK
RGB Variations
Color information
#622F49 (or 0x622F49) is known color: Pompadour. HEX triplet: 62, 2F and 49. RGB value is (98,47,73). Sum of RGB (Red+Green+Blue) = 98+47+73=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 98 - color contains mainly: red. Hex color #622F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622F49 is #9DD0B6. Grayscale: #414141. Windows color (decimal): -10342583 or 4796258. OLE color: 4796258.
HSL color Cylindrical-coordinate representation of color #622F49: hue angle of 329.41º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #622F49 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 47 | 73 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.62 |
| HSL | 329.41º | 0.35% | 0.28% | - |
| HSV(B) | 329.41º | 0.52% | 0.38% | - |
| XYZ | 7.26 | 5.11 | 6.91 | - |
| YUV | 65.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 47 | 73 | 0 | 0.52 | 0.26 | 0.62 | 329.41 | 0.35 | 0.28 |
| Hex | 62 | 2F | 49 | 0 | 34 | 1A | 3E | 149 | 23 | 1C |
| Octal | 142 | 57 | 111 | 0 | 64 | 32 | 76 | 511 | 43 | 34 |
| Binary | 1100010 | 101111 | 1001001 | 0 | 110100 | 11010 | 111110 | 101001001 | 100011 | 11100 |
Color Harmonies of #622F49
Complementary color
Monochromatic Colors of #622F49
Black with #622F49
Text Example
Text Example
White with #622F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622F49; }
p { color: rgb(98,47,73); }
H1.HeaderClassName
{
color: #622F49;
}
.AnyTagClassName
{
color: #622F49;
}
</style>
background-color css
<style>
a { background-color: #622F49; }
a { background-color: rgb(98,47,73); }
div.DivClassName
{
background-color: #622F49;
}
.BgClassName
{
background-color: #622F49;
}
</style>
border-color css
<style>
span { border-color: #622F49; }
span { border-color: rgb(98,47,73); }
td.TdClassName
{
border-color: #622F49;
}
.TagClassName
{
border-color: #622F49;
}
</style>