Shades of Pompadour #621E43
Tints of Pompadour #621E43
RGB
CMYK
RGB Variations
Color information
#621E43 (or 0x621E43) is known color: Pompadour. HEX triplet: 62, 1E and 43. RGB value is (98,30,67). Sum of RGB (Red+Green+Blue) = 98+30+67=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 30 (12.11% from 255 or 15.38% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #621E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621E43 is #9DE1BC. Grayscale: #363636. Windows color (decimal): -10346941 or 4398690. OLE color: 4398690.
HSL color Cylindrical-coordinate representation of color #621E43: hue angle of 327.35º 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 #621E43 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 30 | 67 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.62 |
| HSL | 327.35º | 0.53% | 0.25% | - |
| HSV(B) | 327.35º | 0.69% | 0.38% | - |
| XYZ | 6.51 | 3.93 | 5.73 | - |
| YUV | 54.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 30 | 67 | 0 | 0.69 | 0.32 | 0.62 | 327.35 | 0.53 | 0.25 |
| Hex | 62 | 1E | 43 | 0 | 45 | 20 | 3E | 147 | 35 | 19 |
| Octal | 142 | 36 | 103 | 0 | 105 | 40 | 76 | 507 | 65 | 31 |
| Binary | 1100010 | 11110 | 1000011 | 0 | 1000101 | 100000 | 111110 | 101000111 | 110101 | 11001 |
Color Harmonies of #621E43
Complementary color
Monochromatic Colors of #621E43
Black with #621E43
Text Example
Text Example
White with #621E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621E43; }
p { color: rgb(98,30,67); }
H1.HeaderClassName
{
color: #621E43;
}
.AnyTagClassName
{
color: #621E43;
}
</style>
background-color css
<style>
a { background-color: #621E43; }
a { background-color: rgb(98,30,67); }
div.DivClassName
{
background-color: #621E43;
}
.BgClassName
{
background-color: #621E43;
}
</style>
border-color css
<style>
span { border-color: #621E43; }
span { border-color: rgb(98,30,67); }
td.TdClassName
{
border-color: #621E43;
}
.TagClassName
{
border-color: #621E43;
}
</style>