Shades of Pompadour #622A4B
Tints of Pompadour #622A4B
RGB
CMYK
RGB Variations
Color information
#622A4B (or 0x622A4B) is known color: Pompadour. HEX triplet: 62, 2A and 4B. RGB value is (98,42,75). Sum of RGB (Red+Green+Blue) = 98+42+75=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #622A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622A4B is #9DD5B4. Grayscale: #3E3E3E. Windows color (decimal): -10343861 or 4926050. OLE color: 4926050.
HSL color Cylindrical-coordinate representation of color #622A4B: hue angle of 324.64º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #622A4B is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 42 | 75 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.62 |
| HSL | 324.64º | 0.4% | 0.27% | - |
| HSV(B) | 324.64º | 0.57% | 0.38% | - |
| XYZ | 7.13 | 4.76 | 7.2 | - |
| YUV | 62.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 42 | 75 | 0 | 0.57 | 0.23 | 0.62 | 324.64 | 0.4 | 0.27 |
| Hex | 62 | 2A | 4B | 0 | 39 | 17 | 3E | 145 | 28 | 1B |
| Octal | 142 | 52 | 113 | 0 | 71 | 27 | 76 | 505 | 50 | 33 |
| Binary | 1100010 | 101010 | 1001011 | 0 | 111001 | 10111 | 111110 | 101000101 | 101000 | 11011 |
Color Harmonies of #622A4B
Complementary color
Monochromatic Colors of #622A4B
Black with #622A4B
Text Example
Text Example
White with #622A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622A4B; }
p { color: rgb(98,42,75); }
H1.HeaderClassName
{
color: #622A4B;
}
.AnyTagClassName
{
color: #622A4B;
}
</style>
background-color css
<style>
a { background-color: #622A4B; }
a { background-color: rgb(98,42,75); }
div.DivClassName
{
background-color: #622A4B;
}
.BgClassName
{
background-color: #622A4B;
}
</style>
border-color css
<style>
span { border-color: #622A4B; }
span { border-color: rgb(98,42,75); }
td.TdClassName
{
border-color: #622A4B;
}
.TagClassName
{
border-color: #622A4B;
}
</style>