Shades of Pompadour #622243
Tints of Pompadour #622243
RGB
CMYK
RGB Variations
Color information
#622243 (or 0x622243) is known color: Pompadour. HEX triplet: 62, 22 and 43. RGB value is (98,34,67). Sum of RGB (Red+Green+Blue) = 98+34+67=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 98 - color contains mainly: red. Hex color #622243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622243 is #9DDDBC. Grayscale: #383838. Windows color (decimal): -10345917 or 4399714. OLE color: 4399714.
HSL color Cylindrical-coordinate representation of color #622243: hue angle of 329.06º 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 #622243 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 34 | 67 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.62 |
| HSL | 329.06º | 0.48% | 0.26% | - |
| HSV(B) | 329.06º | 0.65% | 0.38% | - |
| XYZ | 6.62 | 4.15 | 5.76 | - |
| YUV | 56.9 | 133.7 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 67 | 0 | 0.65 | 0.32 | 0.62 | 329.06 | 0.48 | 0.26 |
| Hex | 62 | 22 | 43 | 0 | 41 | 20 | 3E | 149 | 30 | 1A |
| Octal | 142 | 42 | 103 | 0 | 101 | 40 | 76 | 511 | 60 | 32 |
| Binary | 1100010 | 100010 | 1000011 | 0 | 1000001 | 100000 | 111110 | 101001001 | 110000 | 11010 |
Color Harmonies of #622243
Complementary color
Monochromatic Colors of #622243
Black with #622243
Text Example
Text Example
White with #622243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622243; }
p { color: rgb(98,34,67); }
H1.HeaderClassName
{
color: #622243;
}
.AnyTagClassName
{
color: #622243;
}
</style>
background-color css
<style>
a { background-color: #622243; }
a { background-color: rgb(98,34,67); }
div.DivClassName
{
background-color: #622243;
}
.BgClassName
{
background-color: #622243;
}
</style>
border-color css
<style>
span { border-color: #622243; }
span { border-color: rgb(98,34,67); }
td.TdClassName
{
border-color: #622243;
}
.TagClassName
{
border-color: #622243;
}
</style>