Shades of Pompadour #62264C
Tints of Pompadour #62264C
RGB
CMYK
RGB Variations
Color information
#62264C (or 0x62264C) is known color: Pompadour. HEX triplet: 62, 26 and 4C. RGB value is (98,38,76). Sum of RGB (Red+Green+Blue) = 98+38+76=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #62264C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62264C is #9DD9B3. Grayscale: #3C3C3C. Windows color (decimal): -10344884 or 4990562. OLE color: 4990562.
HSL color Cylindrical-coordinate representation of color #62264C: hue angle of 322º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62264C is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 38 | 76 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.62 |
| HSL | 322º | 0.44% | 0.27% | - |
| HSV(B) | 322º | 0.61% | 0.38% | - |
| XYZ | 7.03 | 4.5 | 7.34 | - |
| YUV | 60.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 38 | 76 | 0 | 0.61 | 0.22 | 0.62 | 322 | 0.44 | 0.27 |
| Hex | 62 | 26 | 4C | 0 | 3D | 16 | 3E | 142 | 2C | 1B |
| Octal | 142 | 46 | 114 | 0 | 75 | 26 | 76 | 502 | 54 | 33 |
| Binary | 1100010 | 100110 | 1001100 | 0 | 111101 | 10110 | 111110 | 101000010 | 101100 | 11011 |
Color Harmonies of #62264C
Complementary color
Monochromatic Colors of #62264C
Black with #62264C
Text Example
Text Example
White with #62264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62264C; }
p { color: rgb(98,38,76); }
H1.HeaderClassName
{
color: #62264C;
}
.AnyTagClassName
{
color: #62264C;
}
</style>
background-color css
<style>
a { background-color: #62264C; }
a { background-color: rgb(98,38,76); }
div.DivClassName
{
background-color: #62264C;
}
.BgClassName
{
background-color: #62264C;
}
</style>
border-color css
<style>
span { border-color: #62264C; }
span { border-color: rgb(98,38,76); }
td.TdClassName
{
border-color: #62264C;
}
.TagClassName
{
border-color: #62264C;
}
</style>