Shades of Pompadour #622246
Tints of Pompadour #622246
RGB
CMYK
RGB Variations
Color information
#622246 (or 0x622246) is known color: Pompadour. HEX triplet: 62, 22 and 46. RGB value is (98,34,70). Sum of RGB (Red+Green+Blue) = 98+34+70=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #622246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622246 is #9DDDB9. Grayscale: #393939. Windows color (decimal): -10345914 or 4596322. OLE color: 4596322.
HSL color Cylindrical-coordinate representation of color #622246: hue angle of 326.25º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #622246 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 34 | 70 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.62 |
| HSL | 326.25º | 0.48% | 0.26% | - |
| HSV(B) | 326.25º | 0.65% | 0.38% | - |
| XYZ | 6.71 | 4.18 | 6.25 | - |
| YUV | 57.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 70 | 0 | 0.65 | 0.29 | 0.62 | 326.25 | 0.48 | 0.26 |
| Hex | 62 | 22 | 46 | 0 | 41 | 1D | 3E | 146 | 30 | 1A |
| Octal | 142 | 42 | 106 | 0 | 101 | 35 | 76 | 506 | 60 | 32 |
| Binary | 1100010 | 100010 | 1000110 | 0 | 1000001 | 11101 | 111110 | 101000110 | 110000 | 11010 |
Color Harmonies of #622246
Complementary color
Monochromatic Colors of #622246
Black with #622246
Text Example
Text Example
White with #622246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622246; }
p { color: rgb(98,34,70); }
H1.HeaderClassName
{
color: #622246;
}
.AnyTagClassName
{
color: #622246;
}
</style>
background-color css
<style>
a { background-color: #622246; }
a { background-color: rgb(98,34,70); }
div.DivClassName
{
background-color: #622246;
}
.BgClassName
{
background-color: #622246;
}
</style>
border-color css
<style>
span { border-color: #622246; }
span { border-color: rgb(98,34,70); }
td.TdClassName
{
border-color: #622246;
}
.TagClassName
{
border-color: #622246;
}
</style>