Shades of Pompadour #62154F
Tints of Pompadour #62154F
RGB
CMYK
RGB Variations
Color information
#62154F (or 0x62154F) is known color: Pompadour. HEX triplet: 62, 15 and 4F. RGB value is (98,21,79). Sum of RGB (Red+Green+Blue) = 98+21+79=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #62154F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62154F is #9DEAB0. Grayscale: #323232. Windows color (decimal): -10349233 or 5182818. OLE color: 5182818.
HSL color Cylindrical-coordinate representation of color #62154F: hue angle of 314.81º 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 #62154F is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 21 | 79 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.62 |
| HSL | 314.81º | 0.65% | 0.23% | - |
| HSV(B) | 314.81º | 0.79% | 0.38% | - |
| XYZ | 6.72 | 3.7 | 7.76 | - |
| YUV | 50.64 | 144.01 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 21 | 79 | 0 | 0.79 | 0.19 | 0.62 | 314.81 | 0.65 | 0.23 |
| Hex | 62 | 15 | 4F | 0 | 4F | 13 | 3E | 13B | 41 | 17 |
| Octal | 142 | 25 | 117 | 0 | 117 | 23 | 76 | 473 | 101 | 27 |
| Binary | 1100010 | 10101 | 1001111 | 0 | 1001111 | 10011 | 111110 | 100111011 | 1000001 | 10111 |
Color Harmonies of #62154F
Complementary color
Monochromatic Colors of #62154F
Black with #62154F
Text Example
Text Example
White with #62154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62154F; }
p { color: rgb(98,21,79); }
H1.HeaderClassName
{
color: #62154F;
}
.AnyTagClassName
{
color: #62154F;
}
</style>
background-color css
<style>
a { background-color: #62154F; }
a { background-color: rgb(98,21,79); }
div.DivClassName
{
background-color: #62154F;
}
.BgClassName
{
background-color: #62154F;
}
</style>
border-color css
<style>
span { border-color: #62154F; }
span { border-color: rgb(98,21,79); }
td.TdClassName
{
border-color: #62154F;
}
.TagClassName
{
border-color: #62154F;
}
</style>