Shades of Pompadour #622644
Tints of Pompadour #622644
RGB
CMYK
RGB Variations
Color information
#622644 (or 0x622644) is known color: Pompadour. HEX triplet: 62, 26 and 44. RGB value is (98,38,68). Sum of RGB (Red+Green+Blue) = 98+38+68=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 98 - color contains mainly: red. Hex color #622644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622644 is #9DD9BB. Grayscale: #3B3B3B. Windows color (decimal): -10344892 or 4466274. OLE color: 4466274.
HSL color Cylindrical-coordinate representation of color #622644: hue angle of 330º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #622644 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 38 | 68 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.62 |
| HSL | 330º | 0.44% | 0.27% | - |
| HSV(B) | 330º | 0.61% | 0.38% | - |
| XYZ | 6.77 | 4.4 | 5.96 | - |
| YUV | 59.36 | 132.88 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 38 | 68 | 0 | 0.61 | 0.31 | 0.62 | 330 | 0.44 | 0.27 |
| Hex | 62 | 26 | 44 | 0 | 3D | 1F | 3E | 14A | 2C | 1B |
| Octal | 142 | 46 | 104 | 0 | 75 | 37 | 76 | 512 | 54 | 33 |
| Binary | 1100010 | 100110 | 1000100 | 0 | 111101 | 11111 | 111110 | 101001010 | 101100 | 11011 |
Color Harmonies of #622644
Complementary color
Monochromatic Colors of #622644
Black with #622644
Text Example
Text Example
White with #622644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622644; }
p { color: rgb(98,38,68); }
H1.HeaderClassName
{
color: #622644;
}
.AnyTagClassName
{
color: #622644;
}
</style>
background-color css
<style>
a { background-color: #622644; }
a { background-color: rgb(98,38,68); }
div.DivClassName
{
background-color: #622644;
}
.BgClassName
{
background-color: #622644;
}
</style>
border-color css
<style>
span { border-color: #622644; }
span { border-color: rgb(98,38,68); }
td.TdClassName
{
border-color: #622644;
}
.TagClassName
{
border-color: #622644;
}
</style>