Shades of Pompadour #62244D
Tints of Pompadour #62244D
RGB
CMYK
RGB Variations
Color information
#62244D (or 0x62244D) is known color: Pompadour. HEX triplet: 62, 24 and 4D. RGB value is (98,36,77). Sum of RGB (Red+Green+Blue) = 98+36+77=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 98 - color contains mainly: red. Hex color #62244D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62244D is #9DDBB2. Grayscale: #3B3B3B. Windows color (decimal): -10345395 or 5055586. OLE color: 5055586.
HSL color Cylindrical-coordinate representation of color #62244D: hue angle of 320.32º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #62244D is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 36 | 77 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.62 |
| HSL | 320.32º | 0.46% | 0.26% | - |
| HSV(B) | 320.32º | 0.63% | 0.38% | - |
| XYZ | 7.01 | 4.39 | 7.5 | - |
| YUV | 59.21 | 138.04 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 36 | 77 | 0 | 0.63 | 0.21 | 0.62 | 320.32 | 0.46 | 0.26 |
| Hex | 62 | 24 | 4D | 0 | 3F | 15 | 3E | 140 | 2E | 1A |
| Octal | 142 | 44 | 115 | 0 | 77 | 25 | 76 | 500 | 56 | 32 |
| Binary | 1100010 | 100100 | 1001101 | 0 | 111111 | 10101 | 111110 | 101000000 | 101110 | 11010 |
Color Harmonies of #62244D
Complementary color
Monochromatic Colors of #62244D
Black with #62244D
Text Example
Text Example
White with #62244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62244D; }
p { color: rgb(98,36,77); }
H1.HeaderClassName
{
color: #62244D;
}
.AnyTagClassName
{
color: #62244D;
}
</style>
background-color css
<style>
a { background-color: #62244D; }
a { background-color: rgb(98,36,77); }
div.DivClassName
{
background-color: #62244D;
}
.BgClassName
{
background-color: #62244D;
}
</style>
border-color css
<style>
span { border-color: #62244D; }
span { border-color: rgb(98,36,77); }
td.TdClassName
{
border-color: #62244D;
}
.TagClassName
{
border-color: #62244D;
}
</style>