Shades of Pompadour #63304C
Tints of Pompadour #63304C
RGB
CMYK
RGB Variations
Color information
#63304C (or 0x63304C) is known color: Pompadour. HEX triplet: 63, 30 and 4C. RGB value is (99,48,76). Sum of RGB (Red+Green+Blue) = 99+48+76=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 99 - color contains mainly: red. Hex color #63304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63304C is #9CCFB3. Grayscale: #424242. Windows color (decimal): -10276788 or 4993123. OLE color: 4993123.
HSL color Cylindrical-coordinate representation of color #63304C: hue angle of 327.06º 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 #63304C is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 48 | 76 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.61 |
| HSL | 327.06º | 0.35% | 0.29% | - |
| HSV(B) | 327.06º | 0.52% | 0.39% | - |
| XYZ | 7.51 | 5.29 | 7.46 | - |
| YUV | 66.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 48 | 76 | 0 | 0.52 | 0.23 | 0.61 | 327.06 | 0.35 | 0.29 |
| Hex | 63 | 30 | 4C | 0 | 34 | 17 | 3D | 147 | 23 | 1D |
| Octal | 143 | 60 | 114 | 0 | 64 | 27 | 75 | 507 | 43 | 35 |
| Binary | 1100011 | 110000 | 1001100 | 0 | 110100 | 10111 | 111101 | 101000111 | 100011 | 11101 |
Color Harmonies of #63304C
Complementary color
Monochromatic Colors of #63304C
Black with #63304C
Text Example
Text Example
White with #63304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63304C; }
p { color: rgb(99,48,76); }
H1.HeaderClassName
{
color: #63304C;
}
.AnyTagClassName
{
color: #63304C;
}
</style>
background-color css
<style>
a { background-color: #63304C; }
a { background-color: rgb(99,48,76); }
div.DivClassName
{
background-color: #63304C;
}
.BgClassName
{
background-color: #63304C;
}
</style>
border-color css
<style>
span { border-color: #63304C; }
span { border-color: rgb(99,48,76); }
td.TdClassName
{
border-color: #63304C;
}
.TagClassName
{
border-color: #63304C;
}
</style>