Shades of Pompadour #63304D
Tints of Pompadour #63304D
RGB
CMYK
RGB Variations
Color information
#63304D (or 0x63304D) is known color: Pompadour. HEX triplet: 63, 30 and 4D. RGB value is (99,48,77). Sum of RGB (Red+Green+Blue) = 99+48+77=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #63304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63304D is #9CCFB2. Grayscale: #424242. Windows color (decimal): -10276787 or 5058659. OLE color: 5058659.
HSL color Cylindrical-coordinate representation of color #63304D: hue angle of 325.88º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63304D is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 48 | 77 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.61 |
| HSL | 325.88º | 0.35% | 0.29% | - |
| HSV(B) | 325.88º | 0.52% | 0.39% | - |
| XYZ | 7.54 | 5.3 | 7.65 | - |
| YUV | 66.56 | 133.9 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 48 | 77 | 0 | 0.52 | 0.22 | 0.61 | 325.88 | 0.35 | 0.29 |
| Hex | 63 | 30 | 4D | 0 | 34 | 16 | 3D | 146 | 23 | 1D |
| Octal | 143 | 60 | 115 | 0 | 64 | 26 | 75 | 506 | 43 | 35 |
| Binary | 1100011 | 110000 | 1001101 | 0 | 110100 | 10110 | 111101 | 101000110 | 100011 | 11101 |
Color Harmonies of #63304D
Complementary color
Monochromatic Colors of #63304D
Black with #63304D
Text Example
Text Example
White with #63304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63304D; }
p { color: rgb(99,48,77); }
H1.HeaderClassName
{
color: #63304D;
}
.AnyTagClassName
{
color: #63304D;
}
</style>
background-color css
<style>
a { background-color: #63304D; }
a { background-color: rgb(99,48,77); }
div.DivClassName
{
background-color: #63304D;
}
.BgClassName
{
background-color: #63304D;
}
</style>
border-color css
<style>
span { border-color: #63304D; }
span { border-color: rgb(99,48,77); }
td.TdClassName
{
border-color: #63304D;
}
.TagClassName
{
border-color: #63304D;
}
</style>