Shades of Pompadour #622B4B
Tints of Pompadour #622B4B
RGB
CMYK
RGB Variations
Color information
#622B4B (or 0x622B4B) is known color: Pompadour. HEX triplet: 62, 2B and 4B. RGB value is (98,43,75). Sum of RGB (Red+Green+Blue) = 98+43+75=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 98 - color contains mainly: red. Hex color #622B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622B4B is #9DD4B4. Grayscale: #3F3F3F. Windows color (decimal): -10343605 or 4926306. OLE color: 4926306.
HSL color Cylindrical-coordinate representation of color #622B4B: hue angle of 325.09º 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 #622B4B is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 43 | 75 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.62 |
| HSL | 325.09º | 0.39% | 0.28% | - |
| HSV(B) | 325.09º | 0.56% | 0.38% | - |
| XYZ | 7.17 | 4.83 | 7.21 | - |
| YUV | 63.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 75 | 0 | 0.56 | 0.23 | 0.62 | 325.09 | 0.39 | 0.28 |
| Hex | 62 | 2B | 4B | 0 | 38 | 17 | 3E | 145 | 27 | 1C |
| Octal | 142 | 53 | 113 | 0 | 70 | 27 | 76 | 505 | 47 | 34 |
| Binary | 1100010 | 101011 | 1001011 | 0 | 111000 | 10111 | 111110 | 101000101 | 100111 | 11100 |
Color Harmonies of #622B4B
Complementary color
Monochromatic Colors of #622B4B
Black with #622B4B
Text Example
Text Example
White with #622B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622B4B; }
p { color: rgb(98,43,75); }
H1.HeaderClassName
{
color: #622B4B;
}
.AnyTagClassName
{
color: #622B4B;
}
</style>
background-color css
<style>
a { background-color: #622B4B; }
a { background-color: rgb(98,43,75); }
div.DivClassName
{
background-color: #622B4B;
}
.BgClassName
{
background-color: #622B4B;
}
</style>
border-color css
<style>
span { border-color: #622B4B; }
span { border-color: rgb(98,43,75); }
td.TdClassName
{
border-color: #622B4B;
}
.TagClassName
{
border-color: #622B4B;
}
</style>