Shades of Pompadour #62174D
Tints of Pompadour #62174D
RGB
CMYK
RGB Variations
Color information
#62174D (or 0x62174D) is known color: Pompadour. HEX triplet: 62, 17 and 4D. RGB value is (98,23,77). Sum of RGB (Red+Green+Blue) = 98+23+77=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #62174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62174D is #9DE8B2. Grayscale: #333333. Windows color (decimal): -10348723 or 5052258. OLE color: 5052258.
HSL color Cylindrical-coordinate representation of color #62174D: hue angle of 316.8º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #62174D is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 23 | 77 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.62 |
| HSL | 316.8º | 0.62% | 0.24% | - |
| HSV(B) | 316.8º | 0.77% | 0.38% | - |
| XYZ | 6.68 | 3.75 | 7.39 | - |
| YUV | 51.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 23 | 77 | 0 | 0.77 | 0.21 | 0.62 | 316.8 | 0.62 | 0.24 |
| Hex | 62 | 17 | 4D | 0 | 4D | 15 | 3E | 13D | 3E | 18 |
| Octal | 142 | 27 | 115 | 0 | 115 | 25 | 76 | 475 | 76 | 30 |
| Binary | 1100010 | 10111 | 1001101 | 0 | 1001101 | 10101 | 111110 | 100111101 | 111110 | 11000 |
Color Harmonies of #62174D
Complementary color
Monochromatic Colors of #62174D
Black with #62174D
Text Example
Text Example
White with #62174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62174D; }
p { color: rgb(98,23,77); }
H1.HeaderClassName
{
color: #62174D;
}
.AnyTagClassName
{
color: #62174D;
}
</style>
background-color css
<style>
a { background-color: #62174D; }
a { background-color: rgb(98,23,77); }
div.DivClassName
{
background-color: #62174D;
}
.BgClassName
{
background-color: #62174D;
}
</style>
border-color css
<style>
span { border-color: #62174D; }
span { border-color: rgb(98,23,77); }
td.TdClassName
{
border-color: #62174D;
}
.TagClassName
{
border-color: #62174D;
}
</style>