Shades of Pompadour #62194B
Tints of Pompadour #62194B
RGB
CMYK
RGB Variations
Color information
#62194B (or 0x62194B) is known color: Pompadour. HEX triplet: 62, 19 and 4B. RGB value is (98,25,75). Sum of RGB (Red+Green+Blue) = 98+25+75=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #62194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62194B is #9DE6B4. Grayscale: #343434. Windows color (decimal): -10348213 or 4921698. OLE color: 4921698.
HSL color Cylindrical-coordinate representation of color #62194B: hue angle of 318.9º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #62194B is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 25 | 75 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.62 |
| HSL | 318.9º | 0.59% | 0.24% | - |
| HSV(B) | 318.9º | 0.74% | 0.38% | - |
| XYZ | 6.65 | 3.8 | 7.04 | - |
| YUV | 52.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 25 | 75 | 0 | 0.74 | 0.23 | 0.62 | 318.9 | 0.59 | 0.24 |
| Hex | 62 | 19 | 4B | 0 | 4A | 17 | 3E | 13F | 3B | 18 |
| Octal | 142 | 31 | 113 | 0 | 112 | 27 | 76 | 477 | 73 | 30 |
| Binary | 1100010 | 11001 | 1001011 | 0 | 1001010 | 10111 | 111110 | 100111111 | 111011 | 11000 |
Color Harmonies of #62194B
Complementary color
Monochromatic Colors of #62194B
Black with #62194B
Text Example
Text Example
White with #62194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62194B; }
p { color: rgb(98,25,75); }
H1.HeaderClassName
{
color: #62194B;
}
.AnyTagClassName
{
color: #62194B;
}
</style>
background-color css
<style>
a { background-color: #62194B; }
a { background-color: rgb(98,25,75); }
div.DivClassName
{
background-color: #62194B;
}
.BgClassName
{
background-color: #62194B;
}
</style>
border-color css
<style>
span { border-color: #62194B; }
span { border-color: rgb(98,25,75); }
td.TdClassName
{
border-color: #62194B;
}
.TagClassName
{
border-color: #62194B;
}
</style>