Shades of Pompadour #622C4B
Tints of Pompadour #622C4B
RGB
CMYK
RGB Variations
Color information
#622C4B (or 0x622C4B) is known color: Pompadour. HEX triplet: 62, 2C and 4B. RGB value is (98,44,75). Sum of RGB (Red+Green+Blue) = 98+44+75=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 98 - color contains mainly: red. Hex color #622C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622C4B is #9DD3B4. Grayscale: #3F3F3F. Windows color (decimal): -10343349 or 4926562. OLE color: 4926562.
HSL color Cylindrical-coordinate representation of color #622C4B: hue angle of 325.56º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #622C4B is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 44 | 75 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.62 |
| HSL | 325.56º | 0.38% | 0.28% | - |
| HSV(B) | 325.56º | 0.55% | 0.38% | - |
| XYZ | 7.21 | 4.91 | 7.22 | - |
| YUV | 63.68 | 134.39 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 75 | 0 | 0.55 | 0.23 | 0.62 | 325.56 | 0.38 | 0.28 |
| Hex | 62 | 2C | 4B | 0 | 37 | 17 | 3E | 146 | 26 | 1C |
| Octal | 142 | 54 | 113 | 0 | 67 | 27 | 76 | 506 | 46 | 34 |
| Binary | 1100010 | 101100 | 1001011 | 0 | 110111 | 10111 | 111110 | 101000110 | 100110 | 11100 |
Color Harmonies of #622C4B
Complementary color
Monochromatic Colors of #622C4B
Black with #622C4B
Text Example
Text Example
White with #622C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622C4B; }
p { color: rgb(98,44,75); }
H1.HeaderClassName
{
color: #622C4B;
}
.AnyTagClassName
{
color: #622C4B;
}
</style>
background-color css
<style>
a { background-color: #622C4B; }
a { background-color: rgb(98,44,75); }
div.DivClassName
{
background-color: #622C4B;
}
.BgClassName
{
background-color: #622C4B;
}
</style>
border-color css
<style>
span { border-color: #622C4B; }
span { border-color: rgb(98,44,75); }
td.TdClassName
{
border-color: #622C4B;
}
.TagClassName
{
border-color: #622C4B;
}
</style>