Shades of Pompadour #63244D
Tints of Pompadour #63244D
RGB
CMYK
RGB Variations
Color information
#63244D (or 0x63244D) is known color: Pompadour. HEX triplet: 63, 24 and 4D. RGB value is (99,36,77). Sum of RGB (Red+Green+Blue) = 99+36+77=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #63244D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63244D is #9CDBB2. Grayscale: #3B3B3B. Windows color (decimal): -10279859 or 5055587. OLE color: 5055587.
HSL color Cylindrical-coordinate representation of color #63244D: hue angle of 320.95º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #63244D is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 36 | 77 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.61 |
| HSL | 320.95º | 0.47% | 0.26% | - |
| HSV(B) | 320.95º | 0.64% | 0.39% | - |
| XYZ | 7.12 | 4.45 | 7.51 | - |
| YUV | 59.51 | 137.87 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 77 | 0 | 0.64 | 0.22 | 0.61 | 320.95 | 0.47 | 0.26 |
| Hex | 63 | 24 | 4D | 0 | 40 | 16 | 3D | 141 | 2F | 1A |
| Octal | 143 | 44 | 115 | 0 | 100 | 26 | 75 | 501 | 57 | 32 |
| Binary | 1100011 | 100100 | 1001101 | 0 | 1000000 | 10110 | 111101 | 101000001 | 101111 | 11010 |
Color Harmonies of #63244D
Complementary color
Monochromatic Colors of #63244D
Black with #63244D
Text Example
Text Example
White with #63244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63244D; }
p { color: rgb(99,36,77); }
H1.HeaderClassName
{
color: #63244D;
}
.AnyTagClassName
{
color: #63244D;
}
</style>
background-color css
<style>
a { background-color: #63244D; }
a { background-color: rgb(99,36,77); }
div.DivClassName
{
background-color: #63244D;
}
.BgClassName
{
background-color: #63244D;
}
</style>
border-color css
<style>
span { border-color: #63244D; }
span { border-color: rgb(99,36,77); }
td.TdClassName
{
border-color: #63244D;
}
.TagClassName
{
border-color: #63244D;
}
</style>