Shades of Pompadour #622D4B
Tints of Pompadour #622D4B
RGB
CMYK
RGB Variations
Color information
#622D4B (or 0x622D4B) is known color: Pompadour. HEX triplet: 62, 2D and 4B. RGB value is (98,45,75). Sum of RGB (Red+Green+Blue) = 98+45+75=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 98 - color contains mainly: red. Hex color #622D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622D4B is #9DD2B4. Grayscale: #404040. Windows color (decimal): -10343093 or 4926818. OLE color: 4926818.
HSL color Cylindrical-coordinate representation of color #622D4B: hue angle of 326.04º 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 #622D4B is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 45 | 75 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.62 |
| HSL | 326.04º | 0.37% | 0.28% | - |
| HSV(B) | 326.04º | 0.54% | 0.38% | - |
| XYZ | 7.25 | 4.98 | 7.24 | - |
| YUV | 64.27 | 134.06 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 45 | 75 | 0 | 0.54 | 0.23 | 0.62 | 326.04 | 0.37 | 0.28 |
| Hex | 62 | 2D | 4B | 0 | 36 | 17 | 3E | 146 | 25 | 1C |
| Octal | 142 | 55 | 113 | 0 | 66 | 27 | 76 | 506 | 45 | 34 |
| Binary | 1100010 | 101101 | 1001011 | 0 | 110110 | 10111 | 111110 | 101000110 | 100101 | 11100 |
Color Harmonies of #622D4B
Complementary color
Monochromatic Colors of #622D4B
Black with #622D4B
Text Example
Text Example
White with #622D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622D4B; }
p { color: rgb(98,45,75); }
H1.HeaderClassName
{
color: #622D4B;
}
.AnyTagClassName
{
color: #622D4B;
}
</style>
background-color css
<style>
a { background-color: #622D4B; }
a { background-color: rgb(98,45,75); }
div.DivClassName
{
background-color: #622D4B;
}
.BgClassName
{
background-color: #622D4B;
}
</style>
border-color css
<style>
span { border-color: #622D4B; }
span { border-color: rgb(98,45,75); }
td.TdClassName
{
border-color: #622D4B;
}
.TagClassName
{
border-color: #622D4B;
}
</style>