Shades of Pompadour #63204C
Tints of Pompadour #63204C
RGB
CMYK
RGB Variations
Color information
#63204C (or 0x63204C) is known color: Pompadour. HEX triplet: 63, 20 and 4C. RGB value is (99,32,76). Sum of RGB (Red+Green+Blue) = 99+32+76=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #63204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63204C is #9CDFB3. Grayscale: #383838. Windows color (decimal): -10280884 or 4989027. OLE color: 4989027.
HSL color Cylindrical-coordinate representation of color #63204C: hue angle of 320.6º 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 #63204C is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 32 | 76 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.61 |
| HSL | 320.6º | 0.51% | 0.26% | - |
| HSV(B) | 320.6º | 0.68% | 0.39% | - |
| XYZ | 6.97 | 4.21 | 7.28 | - |
| YUV | 57.05 | 138.7 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 76 | 0 | 0.68 | 0.23 | 0.61 | 320.6 | 0.51 | 0.26 |
| Hex | 63 | 20 | 4C | 0 | 44 | 17 | 3D | 141 | 33 | 1A |
| Octal | 143 | 40 | 114 | 0 | 104 | 27 | 75 | 501 | 63 | 32 |
| Binary | 1100011 | 100000 | 1001100 | 0 | 1000100 | 10111 | 111101 | 101000001 | 110011 | 11010 |
Color Harmonies of #63204C
Complementary color
Monochromatic Colors of #63204C
Black with #63204C
Text Example
Text Example
White with #63204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63204C; }
p { color: rgb(99,32,76); }
H1.HeaderClassName
{
color: #63204C;
}
.AnyTagClassName
{
color: #63204C;
}
</style>
background-color css
<style>
a { background-color: #63204C; }
a { background-color: rgb(99,32,76); }
div.DivClassName
{
background-color: #63204C;
}
.BgClassName
{
background-color: #63204C;
}
</style>
border-color css
<style>
span { border-color: #63204C; }
span { border-color: rgb(99,32,76); }
td.TdClassName
{
border-color: #63204C;
}
.TagClassName
{
border-color: #63204C;
}
</style>