Shades of Pompadour #62224E
Tints of Pompadour #62224E
RGB
CMYK
RGB Variations
Color information
#62224E (or 0x62224E) is known color: Pompadour. HEX triplet: 62, 22 and 4E. RGB value is (98,34,78). Sum of RGB (Red+Green+Blue) = 98+34+78=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #62224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62224E is #9DDDB1. Grayscale: #3A3A3A. Windows color (decimal): -10345906 or 5120610. OLE color: 5120610.
HSL color Cylindrical-coordinate representation of color #62224E: hue angle of 318.75º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #62224E is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 34 | 78 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.62 |
| HSL | 318.75º | 0.48% | 0.26% | - |
| HSV(B) | 318.75º | 0.65% | 0.38% | - |
| XYZ | 6.98 | 4.29 | 7.67 | - |
| YUV | 58.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 78 | 0 | 0.65 | 0.20 | 0.62 | 318.75 | 0.48 | 0.26 |
| Hex | 62 | 22 | 4E | 0 | 41 | 14 | 3E | 13F | 30 | 1A |
| Octal | 142 | 42 | 116 | 0 | 101 | 24 | 76 | 477 | 60 | 32 |
| Binary | 1100010 | 100010 | 1001110 | 0 | 1000001 | 10100 | 111110 | 100111111 | 110000 | 11010 |
Color Harmonies of #62224E
Complementary color
Monochromatic Colors of #62224E
Black with #62224E
Text Example
Text Example
White with #62224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62224E; }
p { color: rgb(98,34,78); }
H1.HeaderClassName
{
color: #62224E;
}
.AnyTagClassName
{
color: #62224E;
}
</style>
background-color css
<style>
a { background-color: #62224E; }
a { background-color: rgb(98,34,78); }
div.DivClassName
{
background-color: #62224E;
}
.BgClassName
{
background-color: #62224E;
}
</style>
border-color css
<style>
span { border-color: #62224E; }
span { border-color: rgb(98,34,78); }
td.TdClassName
{
border-color: #62224E;
}
.TagClassName
{
border-color: #62224E;
}
</style>