Shades of Pompadour #63194B
Tints of Pompadour #63194B
RGB
CMYK
RGB Variations
Color information
#63194B (or 0x63194B) is known color: Pompadour. HEX triplet: 63, 19 and 4B. RGB value is (99,25,75). Sum of RGB (Red+Green+Blue) = 99+25+75=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #63194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63194B is #9CE6B4. Grayscale: #343434. Windows color (decimal): -10282677 or 4921699. OLE color: 4921699.
HSL color Cylindrical-coordinate representation of color #63194B: hue angle of 319.46º 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 #63194B is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 25 | 75 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.61 |
| HSL | 319.46º | 0.6% | 0.24% | - |
| HSV(B) | 319.46º | 0.75% | 0.39% | - |
| XYZ | 6.76 | 3.86 | 7.04 | - |
| YUV | 52.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 75 | 0 | 0.75 | 0.24 | 0.61 | 319.46 | 0.6 | 0.24 |
| Hex | 63 | 19 | 4B | 0 | 4B | 18 | 3D | 13F | 3C | 18 |
| Octal | 143 | 31 | 113 | 0 | 113 | 30 | 75 | 477 | 74 | 30 |
| Binary | 1100011 | 11001 | 1001011 | 0 | 1001011 | 11000 | 111101 | 100111111 | 111100 | 11000 |
Color Harmonies of #63194B
Complementary color
Monochromatic Colors of #63194B
Black with #63194B
Text Example
Text Example
White with #63194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63194B; }
p { color: rgb(99,25,75); }
H1.HeaderClassName
{
color: #63194B;
}
.AnyTagClassName
{
color: #63194B;
}
</style>
background-color css
<style>
a { background-color: #63194B; }
a { background-color: rgb(99,25,75); }
div.DivClassName
{
background-color: #63194B;
}
.BgClassName
{
background-color: #63194B;
}
</style>
border-color css
<style>
span { border-color: #63194B; }
span { border-color: rgb(99,25,75); }
td.TdClassName
{
border-color: #63194B;
}
.TagClassName
{
border-color: #63194B;
}
</style>