Shades of Pompadour #63204D
Tints of Pompadour #63204D
RGB
CMYK
RGB Variations
Color information
#63204D (or 0x63204D) is known color: Pompadour. HEX triplet: 63, 20 and 4D. RGB value is (99,32,77). Sum of RGB (Red+Green+Blue) = 99+32+77=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #63204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63204D is #9CDFB2. Grayscale: #393939. Windows color (decimal): -10280883 or 5054563. OLE color: 5054563.
HSL color Cylindrical-coordinate representation of color #63204D: hue angle of 319.7º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #63204D is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 32 | 77 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.61 |
| HSL | 319.7º | 0.51% | 0.26% | - |
| HSV(B) | 319.7º | 0.68% | 0.39% | - |
| XYZ | 7 | 4.22 | 7.47 | - |
| YUV | 57.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 77 | 0 | 0.68 | 0.22 | 0.61 | 319.7 | 0.51 | 0.26 |
| Hex | 63 | 20 | 4D | 0 | 44 | 16 | 3D | 140 | 33 | 1A |
| Octal | 143 | 40 | 115 | 0 | 104 | 26 | 75 | 500 | 63 | 32 |
| Binary | 1100011 | 100000 | 1001101 | 0 | 1000100 | 10110 | 111101 | 101000000 | 110011 | 11010 |
Color Harmonies of #63204D
Complementary color
Monochromatic Colors of #63204D
Black with #63204D
Text Example
Text Example
White with #63204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63204D; }
p { color: rgb(99,32,77); }
H1.HeaderClassName
{
color: #63204D;
}
.AnyTagClassName
{
color: #63204D;
}
</style>
background-color css
<style>
a { background-color: #63204D; }
a { background-color: rgb(99,32,77); }
div.DivClassName
{
background-color: #63204D;
}
.BgClassName
{
background-color: #63204D;
}
</style>
border-color css
<style>
span { border-color: #63204D; }
span { border-color: rgb(99,32,77); }
td.TdClassName
{
border-color: #63204D;
}
.TagClassName
{
border-color: #63204D;
}
</style>