Shades of Pompadour #621E48
Tints of Pompadour #621E48
RGB
CMYK
RGB Variations
Color information
#621E48 (or 0x621E48) is known color: Pompadour. HEX triplet: 62, 1E and 48. RGB value is (98,30,72). Sum of RGB (Red+Green+Blue) = 98+30+72=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #621E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621E48 is #9DE1B7. Grayscale: #373737. Windows color (decimal): -10346936 or 4726370. OLE color: 4726370.
HSL color Cylindrical-coordinate representation of color #621E48: hue angle of 322.94º 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 #621E48 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 30 | 72 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.62 |
| HSL | 322.94º | 0.53% | 0.25% | - |
| HSV(B) | 322.94º | 0.69% | 0.38% | - |
| XYZ | 6.67 | 3.99 | 6.55 | - |
| YUV | 55.12 | 137.53 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 30 | 72 | 0 | 0.69 | 0.27 | 0.62 | 322.94 | 0.53 | 0.25 |
| Hex | 62 | 1E | 48 | 0 | 45 | 1B | 3E | 143 | 35 | 19 |
| Octal | 142 | 36 | 110 | 0 | 105 | 33 | 76 | 503 | 65 | 31 |
| Binary | 1100010 | 11110 | 1001000 | 0 | 1000101 | 11011 | 111110 | 101000011 | 110101 | 11001 |
Color Harmonies of #621E48
Complementary color
Monochromatic Colors of #621E48
Black with #621E48
Text Example
Text Example
White with #621E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621E48; }
p { color: rgb(98,30,72); }
H1.HeaderClassName
{
color: #621E48;
}
.AnyTagClassName
{
color: #621E48;
}
</style>
background-color css
<style>
a { background-color: #621E48; }
a { background-color: rgb(98,30,72); }
div.DivClassName
{
background-color: #621E48;
}
.BgClassName
{
background-color: #621E48;
}
</style>
border-color css
<style>
span { border-color: #621E48; }
span { border-color: rgb(98,30,72); }
td.TdClassName
{
border-color: #621E48;
}
.TagClassName
{
border-color: #621E48;
}
</style>