Shades of Pompadour #622D48
Tints of Pompadour #622D48
RGB
CMYK
RGB Variations
Color information
#622D48 (or 0x622D48) is known color: Pompadour. HEX triplet: 62, 2D and 48. RGB value is (98,45,72). Sum of RGB (Red+Green+Blue) = 98+45+72=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #622D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622D48 is #9DD2B7. Grayscale: #3F3F3F. Windows color (decimal): -10343096 or 4730210. OLE color: 4730210.
HSL color Cylindrical-coordinate representation of color #622D48: hue angle of 329.43º 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 #622D48 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 45 | 72 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.62 |
| HSL | 329.43º | 0.37% | 0.28% | - |
| HSV(B) | 329.43º | 0.54% | 0.38% | - |
| XYZ | 7.15 | 4.94 | 6.71 | - |
| YUV | 63.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 45 | 72 | 0 | 0.54 | 0.27 | 0.62 | 329.43 | 0.37 | 0.28 |
| Hex | 62 | 2D | 48 | 0 | 36 | 1B | 3E | 149 | 25 | 1C |
| Octal | 142 | 55 | 110 | 0 | 66 | 33 | 76 | 511 | 45 | 34 |
| Binary | 1100010 | 101101 | 1001000 | 0 | 110110 | 11011 | 111110 | 101001001 | 100101 | 11100 |
Color Harmonies of #622D48
Complementary color
Monochromatic Colors of #622D48
Black with #622D48
Text Example
Text Example
White with #622D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622D48; }
p { color: rgb(98,45,72); }
H1.HeaderClassName
{
color: #622D48;
}
.AnyTagClassName
{
color: #622D48;
}
</style>
background-color css
<style>
a { background-color: #622D48; }
a { background-color: rgb(98,45,72); }
div.DivClassName
{
background-color: #622D48;
}
.BgClassName
{
background-color: #622D48;
}
</style>
border-color css
<style>
span { border-color: #622D48; }
span { border-color: rgb(98,45,72); }
td.TdClassName
{
border-color: #622D48;
}
.TagClassName
{
border-color: #622D48;
}
</style>