Shades of Pompadour #621C4A
Tints of Pompadour #621C4A
RGB
CMYK
RGB Variations
Color information
#621C4A (or 0x621C4A) is known color: Pompadour. HEX triplet: 62, 1C and 4A. RGB value is (98,28,74). Sum of RGB (Red+Green+Blue) = 98+28+74=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #621C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621C4A is #9DE3B5. Grayscale: #363636. Windows color (decimal): -10347446 or 4856930. OLE color: 4856930.
HSL color Cylindrical-coordinate representation of color #621C4A: hue angle of 320.57º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #621C4A is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 28 | 74 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.62 |
| HSL | 320.57º | 0.56% | 0.25% | - |
| HSV(B) | 320.57º | 0.71% | 0.38% | - |
| XYZ | 6.69 | 3.92 | 6.88 | - |
| YUV | 54.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 28 | 74 | 0 | 0.71 | 0.24 | 0.62 | 320.57 | 0.56 | 0.25 |
| Hex | 62 | 1C | 4A | 0 | 47 | 18 | 3E | 141 | 38 | 19 |
| Octal | 142 | 34 | 112 | 0 | 107 | 30 | 76 | 501 | 70 | 31 |
| Binary | 1100010 | 11100 | 1001010 | 0 | 1000111 | 11000 | 111110 | 101000001 | 111000 | 11001 |
Color Harmonies of #621C4A
Complementary color
Monochromatic Colors of #621C4A
Black with #621C4A
Text Example
Text Example
White with #621C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621C4A; }
p { color: rgb(98,28,74); }
H1.HeaderClassName
{
color: #621C4A;
}
.AnyTagClassName
{
color: #621C4A;
}
</style>
background-color css
<style>
a { background-color: #621C4A; }
a { background-color: rgb(98,28,74); }
div.DivClassName
{
background-color: #621C4A;
}
.BgClassName
{
background-color: #621C4A;
}
</style>
border-color css
<style>
span { border-color: #621C4A; }
span { border-color: rgb(98,28,74); }
td.TdClassName
{
border-color: #621C4A;
}
.TagClassName
{
border-color: #621C4A;
}
</style>