Shades of Pompadour #622C44
Tints of Pompadour #622C44
RGB
CMYK
RGB Variations
Color information
#622C44 (or 0x622C44) is known color: Pompadour. HEX triplet: 62, 2C and 44. RGB value is (98,44,68). Sum of RGB (Red+Green+Blue) = 98+44+68=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #622C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622C44 is #9DD3BB. Grayscale: #3E3E3E. Windows color (decimal): -10343356 or 4467810. OLE color: 4467810.
HSL color Cylindrical-coordinate representation of color #622C44: hue angle of 333.33º 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 #622C44 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 44 | 68 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.62 |
| HSL | 333.33º | 0.38% | 0.28% | - |
| HSV(B) | 333.33º | 0.55% | 0.38% | - |
| XYZ | 6.98 | 4.82 | 6.03 | - |
| YUV | 62.88 | 130.89 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 68 | 0 | 0.55 | 0.31 | 0.62 | 333.33 | 0.38 | 0.28 |
| Hex | 62 | 2C | 44 | 0 | 37 | 1F | 3E | 14D | 26 | 1C |
| Octal | 142 | 54 | 104 | 0 | 67 | 37 | 76 | 515 | 46 | 34 |
| Binary | 1100010 | 101100 | 1000100 | 0 | 110111 | 11111 | 111110 | 101001101 | 100110 | 11100 |
Color Harmonies of #622C44
Complementary color
Monochromatic Colors of #622C44
Black with #622C44
Text Example
Text Example
White with #622C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622C44; }
p { color: rgb(98,44,68); }
H1.HeaderClassName
{
color: #622C44;
}
.AnyTagClassName
{
color: #622C44;
}
</style>
background-color css
<style>
a { background-color: #622C44; }
a { background-color: rgb(98,44,68); }
div.DivClassName
{
background-color: #622C44;
}
.BgClassName
{
background-color: #622C44;
}
</style>
border-color css
<style>
span { border-color: #622C44; }
span { border-color: rgb(98,44,68); }
td.TdClassName
{
border-color: #622C44;
}
.TagClassName
{
border-color: #622C44;
}
</style>