Shades of Pompadour #62244C
Tints of Pompadour #62244C
RGB
CMYK
RGB Variations
Color information
#62244C (or 0x62244C) is known color: Pompadour. HEX triplet: 62, 24 and 4C. RGB value is (98,36,76). Sum of RGB (Red+Green+Blue) = 98+36+76=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #62244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62244C is #9DDBB3. Grayscale: #3B3B3B. Windows color (decimal): -10345396 or 4990050. OLE color: 4990050.
HSL color Cylindrical-coordinate representation of color #62244C: hue angle of 321.29º 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 #62244C is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 36 | 76 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.62 |
| HSL | 321.29º | 0.46% | 0.26% | - |
| HSV(B) | 321.29º | 0.63% | 0.38% | - |
| XYZ | 6.97 | 4.38 | 7.32 | - |
| YUV | 59.1 | 137.54 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 36 | 76 | 0 | 0.63 | 0.22 | 0.62 | 321.29 | 0.46 | 0.26 |
| Hex | 62 | 24 | 4C | 0 | 3F | 16 | 3E | 141 | 2E | 1A |
| Octal | 142 | 44 | 114 | 0 | 77 | 26 | 76 | 501 | 56 | 32 |
| Binary | 1100010 | 100100 | 1001100 | 0 | 111111 | 10110 | 111110 | 101000001 | 101110 | 11010 |
Color Harmonies of #62244C
Complementary color
Monochromatic Colors of #62244C
Black with #62244C
Text Example
Text Example
White with #62244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62244C; }
p { color: rgb(98,36,76); }
H1.HeaderClassName
{
color: #62244C;
}
.AnyTagClassName
{
color: #62244C;
}
</style>
background-color css
<style>
a { background-color: #62244C; }
a { background-color: rgb(98,36,76); }
div.DivClassName
{
background-color: #62244C;
}
.BgClassName
{
background-color: #62244C;
}
</style>
border-color css
<style>
span { border-color: #62244C; }
span { border-color: rgb(98,36,76); }
td.TdClassName
{
border-color: #62244C;
}
.TagClassName
{
border-color: #62244C;
}
</style>