Shades of Pompadour #622B48
Tints of Pompadour #622B48
RGB
CMYK
RGB Variations
Color information
#622B48 (or 0x622B48) is known color: Pompadour. HEX triplet: 62, 2B and 48. RGB value is (98,43,72). Sum of RGB (Red+Green+Blue) = 98+43+72=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #622B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622B48 is #9DD4B7. Grayscale: #3E3E3E. Windows color (decimal): -10343608 or 4729698. OLE color: 4729698.
HSL color Cylindrical-coordinate representation of color #622B48: hue angle of 328.36º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #622B48 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 43 | 72 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.62 |
| HSL | 328.36º | 0.39% | 0.28% | - |
| HSV(B) | 328.36º | 0.56% | 0.38% | - |
| XYZ | 7.07 | 4.79 | 6.68 | - |
| YUV | 62.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 72 | 0 | 0.56 | 0.27 | 0.62 | 328.36 | 0.39 | 0.28 |
| Hex | 62 | 2B | 48 | 0 | 38 | 1B | 3E | 148 | 27 | 1C |
| Octal | 142 | 53 | 110 | 0 | 70 | 33 | 76 | 510 | 47 | 34 |
| Binary | 1100010 | 101011 | 1001000 | 0 | 111000 | 11011 | 111110 | 101001000 | 100111 | 11100 |
Color Harmonies of #622B48
Complementary color
Monochromatic Colors of #622B48
Black with #622B48
Text Example
Text Example
White with #622B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622B48; }
p { color: rgb(98,43,72); }
H1.HeaderClassName
{
color: #622B48;
}
.AnyTagClassName
{
color: #622B48;
}
</style>
background-color css
<style>
a { background-color: #622B48; }
a { background-color: rgb(98,43,72); }
div.DivClassName
{
background-color: #622B48;
}
.BgClassName
{
background-color: #622B48;
}
</style>
border-color css
<style>
span { border-color: #622B48; }
span { border-color: rgb(98,43,72); }
td.TdClassName
{
border-color: #622B48;
}
.TagClassName
{
border-color: #622B48;
}
</style>