Shades of Pompadour #622D50
Tints of Pompadour #622D50
RGB
CMYK
RGB Variations
Color information
#622D50 (or 0x622D50) is known color: Pompadour. HEX triplet: 62, 2D and 50. RGB value is (98,45,80). Sum of RGB (Red+Green+Blue) = 98+45+80=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 98 - color contains mainly: red. Hex color #622D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622D50 is #9DD2AF. Grayscale: #404040. Windows color (decimal): -10343088 or 5254498. OLE color: 5254498.
HSL color Cylindrical-coordinate representation of color #622D50: hue angle of 320.38º 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 #622D50 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 45 | 80 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.62 |
| HSL | 320.38º | 0.37% | 0.28% | - |
| HSV(B) | 320.38º | 0.54% | 0.38% | - |
| XYZ | 7.42 | 5.05 | 8.17 | - |
| YUV | 64.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 45 | 80 | 0 | 0.54 | 0.18 | 0.62 | 320.38 | 0.37 | 0.28 |
| Hex | 62 | 2D | 50 | 0 | 36 | 12 | 3E | 140 | 25 | 1C |
| Octal | 142 | 55 | 120 | 0 | 66 | 22 | 76 | 500 | 45 | 34 |
| Binary | 1100010 | 101101 | 1010000 | 0 | 110110 | 10010 | 111110 | 101000000 | 100101 | 11100 |
Color Harmonies of #622D50
Complementary color
Monochromatic Colors of #622D50
Black with #622D50
Text Example
Text Example
White with #622D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622D50; }
p { color: rgb(98,45,80); }
H1.HeaderClassName
{
color: #622D50;
}
.AnyTagClassName
{
color: #622D50;
}
</style>
background-color css
<style>
a { background-color: #622D50; }
a { background-color: rgb(98,45,80); }
div.DivClassName
{
background-color: #622D50;
}
.BgClassName
{
background-color: #622D50;
}
</style>
border-color css
<style>
span { border-color: #622D50; }
span { border-color: rgb(98,45,80); }
td.TdClassName
{
border-color: #622D50;
}
.TagClassName
{
border-color: #622D50;
}
</style>