Shades of Pompadour #621E4D
Tints of Pompadour #621E4D
RGB
CMYK
RGB Variations
Color information
#621E4D (or 0x621E4D) is known color: Pompadour. HEX triplet: 62, 1E and 4D. RGB value is (98,30,77). Sum of RGB (Red+Green+Blue) = 98+30+77=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 98 - color contains mainly: red. Hex color #621E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621E4D is #9DE1B2. Grayscale: #373737. Windows color (decimal): -10346931 or 5054050. OLE color: 5054050.
HSL color Cylindrical-coordinate representation of color #621E4D: hue angle of 318.53º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #621E4D is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 30 | 77 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.62 |
| HSL | 318.53º | 0.53% | 0.25% | - |
| HSV(B) | 318.53º | 0.69% | 0.38% | - |
| XYZ | 6.84 | 4.06 | 7.44 | - |
| YUV | 55.69 | 140.03 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 30 | 77 | 0 | 0.69 | 0.21 | 0.62 | 318.53 | 0.53 | 0.25 |
| Hex | 62 | 1E | 4D | 0 | 45 | 15 | 3E | 13F | 35 | 19 |
| Octal | 142 | 36 | 115 | 0 | 105 | 25 | 76 | 477 | 65 | 31 |
| Binary | 1100010 | 11110 | 1001101 | 0 | 1000101 | 10101 | 111110 | 100111111 | 110101 | 11001 |
Color Harmonies of #621E4D
Complementary color
Monochromatic Colors of #621E4D
Black with #621E4D
Text Example
Text Example
White with #621E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621E4D; }
p { color: rgb(98,30,77); }
H1.HeaderClassName
{
color: #621E4D;
}
.AnyTagClassName
{
color: #621E4D;
}
</style>
background-color css
<style>
a { background-color: #621E4D; }
a { background-color: rgb(98,30,77); }
div.DivClassName
{
background-color: #621E4D;
}
.BgClassName
{
background-color: #621E4D;
}
</style>
border-color css
<style>
span { border-color: #621E4D; }
span { border-color: rgb(98,30,77); }
td.TdClassName
{
border-color: #621E4D;
}
.TagClassName
{
border-color: #621E4D;
}
</style>