Shades of Pompadour #622B4D
Tints of Pompadour #622B4D
RGB
CMYK
RGB Variations
Color information
#622B4D (or 0x622B4D) is known color: Pompadour. HEX triplet: 62, 2B and 4D. RGB value is (98,43,77). Sum of RGB (Red+Green+Blue) = 98+43+77=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 98 - color contains mainly: red. Hex color #622B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622B4D is #9DD4B2. Grayscale: #3F3F3F. Windows color (decimal): -10343603 or 5057378. OLE color: 5057378.
HSL color Cylindrical-coordinate representation of color #622B4D: hue angle of 322.91º 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 #622B4D is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 43 | 77 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.62 |
| HSL | 322.91º | 0.39% | 0.28% | - |
| HSV(B) | 322.91º | 0.56% | 0.38% | - |
| XYZ | 7.24 | 4.86 | 7.58 | - |
| YUV | 63.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 77 | 0 | 0.56 | 0.21 | 0.62 | 322.91 | 0.39 | 0.28 |
| Hex | 62 | 2B | 4D | 0 | 38 | 15 | 3E | 143 | 27 | 1C |
| Octal | 142 | 53 | 115 | 0 | 70 | 25 | 76 | 503 | 47 | 34 |
| Binary | 1100010 | 101011 | 1001101 | 0 | 111000 | 10101 | 111110 | 101000011 | 100111 | 11100 |
Color Harmonies of #622B4D
Complementary color
Monochromatic Colors of #622B4D
Black with #622B4D
Text Example
Text Example
White with #622B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622B4D; }
p { color: rgb(98,43,77); }
H1.HeaderClassName
{
color: #622B4D;
}
.AnyTagClassName
{
color: #622B4D;
}
</style>
background-color css
<style>
a { background-color: #622B4D; }
a { background-color: rgb(98,43,77); }
div.DivClassName
{
background-color: #622B4D;
}
.BgClassName
{
background-color: #622B4D;
}
</style>
border-color css
<style>
span { border-color: #622B4D; }
span { border-color: rgb(98,43,77); }
td.TdClassName
{
border-color: #622B4D;
}
.TagClassName
{
border-color: #622B4D;
}
</style>