Shades of Pompadour #62154E
Tints of Pompadour #62154E
RGB
CMYK
RGB Variations
Color information
#62154E (or 0x62154E) is known color: Pompadour. HEX triplet: 62, 15 and 4E. RGB value is (98,21,78). Sum of RGB (Red+Green+Blue) = 98+21+78=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #62154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62154E is #9DEAB1. Grayscale: #323232. Windows color (decimal): -10349234 or 5117282. OLE color: 5117282.
HSL color Cylindrical-coordinate representation of color #62154E: hue angle of 315.58º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #62154E is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 21 | 78 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.62 |
| HSL | 315.58º | 0.65% | 0.23% | - |
| HSV(B) | 315.58º | 0.79% | 0.38% | - |
| XYZ | 6.68 | 3.68 | 7.57 | - |
| YUV | 50.52 | 143.51 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 21 | 78 | 0 | 0.79 | 0.20 | 0.62 | 315.58 | 0.65 | 0.23 |
| Hex | 62 | 15 | 4E | 0 | 4F | 14 | 3E | 13C | 41 | 17 |
| Octal | 142 | 25 | 116 | 0 | 117 | 24 | 76 | 474 | 101 | 27 |
| Binary | 1100010 | 10101 | 1001110 | 0 | 1001111 | 10100 | 111110 | 100111100 | 1000001 | 10111 |
Color Harmonies of #62154E
Complementary color
Monochromatic Colors of #62154E
Black with #62154E
Text Example
Text Example
White with #62154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62154E; }
p { color: rgb(98,21,78); }
H1.HeaderClassName
{
color: #62154E;
}
.AnyTagClassName
{
color: #62154E;
}
</style>
background-color css
<style>
a { background-color: #62154E; }
a { background-color: rgb(98,21,78); }
div.DivClassName
{
background-color: #62154E;
}
.BgClassName
{
background-color: #62154E;
}
</style>
border-color css
<style>
span { border-color: #62154E; }
span { border-color: rgb(98,21,78); }
td.TdClassName
{
border-color: #62154E;
}
.TagClassName
{
border-color: #62154E;
}
</style>