Shades of Pompadour #62244E
Tints of Pompadour #62244E
RGB
CMYK
RGB Variations
Color information
#62244E (or 0x62244E) is known color: Pompadour. HEX triplet: 62, 24 and 4E. RGB value is (98,36,78). Sum of RGB (Red+Green+Blue) = 98+36+78=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #62244E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62244E is #9DDBB1. Grayscale: #3B3B3B. Windows color (decimal): -10345394 or 5121122. OLE color: 5121122.
HSL color Cylindrical-coordinate representation of color #62244E: hue angle of 319.35º 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 #62244E is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 36 | 78 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.62 |
| HSL | 319.35º | 0.46% | 0.26% | - |
| HSV(B) | 319.35º | 0.63% | 0.38% | - |
| XYZ | 7.04 | 4.41 | 7.69 | - |
| YUV | 59.33 | 138.54 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 36 | 78 | 0 | 0.63 | 0.20 | 0.62 | 319.35 | 0.46 | 0.26 |
| Hex | 62 | 24 | 4E | 0 | 3F | 14 | 3E | 13F | 2E | 1A |
| Octal | 142 | 44 | 116 | 0 | 77 | 24 | 76 | 477 | 56 | 32 |
| Binary | 1100010 | 100100 | 1001110 | 0 | 111111 | 10100 | 111110 | 100111111 | 101110 | 11010 |
Color Harmonies of #62244E
Complementary color
Monochromatic Colors of #62244E
Black with #62244E
Text Example
Text Example
White with #62244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62244E; }
p { color: rgb(98,36,78); }
H1.HeaderClassName
{
color: #62244E;
}
.AnyTagClassName
{
color: #62244E;
}
</style>
background-color css
<style>
a { background-color: #62244E; }
a { background-color: rgb(98,36,78); }
div.DivClassName
{
background-color: #62244E;
}
.BgClassName
{
background-color: #62244E;
}
</style>
border-color css
<style>
span { border-color: #62244E; }
span { border-color: rgb(98,36,78); }
td.TdClassName
{
border-color: #62244E;
}
.TagClassName
{
border-color: #62244E;
}
</style>