Shades of Pompadour #63164C
Tints of Pompadour #63164C
RGB
CMYK
RGB Variations
Color information
#63164C (or 0x63164C) is known color: Pompadour. HEX triplet: 63, 16 and 4C. RGB value is (99,22,76). Sum of RGB (Red+Green+Blue) = 99+22+76=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #63164C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63164C is #9CE9B3. Grayscale: #333333. Windows color (decimal): -10283444 or 4986467. OLE color: 4986467.
HSL color Cylindrical-coordinate representation of color #63164C: hue angle of 317.92º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #63164C is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 22 | 76 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.61 |
| HSL | 317.92º | 0.64% | 0.24% | - |
| HSV(B) | 317.92º | 0.78% | 0.39% | - |
| XYZ | 6.74 | 3.75 | 7.21 | - |
| YUV | 51.18 | 142.01 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 22 | 76 | 0 | 0.78 | 0.23 | 0.61 | 317.92 | 0.64 | 0.24 |
| Hex | 63 | 16 | 4C | 0 | 4E | 17 | 3D | 13E | 40 | 18 |
| Octal | 143 | 26 | 114 | 0 | 116 | 27 | 75 | 476 | 100 | 30 |
| Binary | 1100011 | 10110 | 1001100 | 0 | 1001110 | 10111 | 111101 | 100111110 | 1000000 | 11000 |
Color Harmonies of #63164C
Complementary color
Monochromatic Colors of #63164C
Black with #63164C
Text Example
Text Example
White with #63164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63164C; }
p { color: rgb(99,22,76); }
H1.HeaderClassName
{
color: #63164C;
}
.AnyTagClassName
{
color: #63164C;
}
</style>
background-color css
<style>
a { background-color: #63164C; }
a { background-color: rgb(99,22,76); }
div.DivClassName
{
background-color: #63164C;
}
.BgClassName
{
background-color: #63164C;
}
</style>
border-color css
<style>
span { border-color: #63164C; }
span { border-color: rgb(99,22,76); }
td.TdClassName
{
border-color: #63164C;
}
.TagClassName
{
border-color: #63164C;
}
</style>