Shades of Pompadour #63194D
Tints of Pompadour #63194D
RGB
CMYK
RGB Variations
Color information
#63194D (or 0x63194D) is known color: Pompadour. HEX triplet: 63, 19 and 4D. RGB value is (99,25,77). Sum of RGB (Red+Green+Blue) = 99+25+77=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #63194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63194D is #9CE6B2. Grayscale: #343434. Windows color (decimal): -10282675 or 5052771. OLE color: 5052771.
HSL color Cylindrical-coordinate representation of color #63194D: hue angle of 317.84º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63194D is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 25 | 77 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.61 |
| HSL | 317.84º | 0.6% | 0.24% | - |
| HSV(B) | 317.84º | 0.75% | 0.39% | - |
| XYZ | 6.83 | 3.88 | 7.41 | - |
| YUV | 53.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 77 | 0 | 0.75 | 0.22 | 0.61 | 317.84 | 0.6 | 0.24 |
| Hex | 63 | 19 | 4D | 0 | 4B | 16 | 3D | 13E | 3C | 18 |
| Octal | 143 | 31 | 115 | 0 | 113 | 26 | 75 | 476 | 74 | 30 |
| Binary | 1100011 | 11001 | 1001101 | 0 | 1001011 | 10110 | 111101 | 100111110 | 111100 | 11000 |
Color Harmonies of #63194D
Complementary color
Monochromatic Colors of #63194D
Black with #63194D
Text Example
Text Example
White with #63194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63194D; }
p { color: rgb(99,25,77); }
H1.HeaderClassName
{
color: #63194D;
}
.AnyTagClassName
{
color: #63194D;
}
</style>
background-color css
<style>
a { background-color: #63194D; }
a { background-color: rgb(99,25,77); }
div.DivClassName
{
background-color: #63194D;
}
.BgClassName
{
background-color: #63194D;
}
</style>
border-color css
<style>
span { border-color: #63194D; }
span { border-color: rgb(99,25,77); }
td.TdClassName
{
border-color: #63194D;
}
.TagClassName
{
border-color: #63194D;
}
</style>