Shades of Pompadour #63124D
Tints of Pompadour #63124D
RGB
CMYK
RGB Variations
Color information
#63124D (or 0x63124D) is known color: Pompadour. HEX triplet: 63, 12 and 4D. RGB value is (99,18,77). Sum of RGB (Red+Green+Blue) = 99+18+77=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #63124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63124D is #9CEDB2. Grayscale: #303030. Windows color (decimal): -10284467 or 5050979. OLE color: 5050979.
HSL color Cylindrical-coordinate representation of color #63124D: hue angle of 316.3º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #63124D is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 18 | 77 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.61 |
| HSL | 316.3º | 0.69% | 0.23% | - |
| HSV(B) | 316.3º | 0.82% | 0.39% | - |
| XYZ | 6.7 | 3.62 | 7.37 | - |
| YUV | 48.95 | 143.84 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 18 | 77 | 0 | 0.82 | 0.22 | 0.61 | 316.3 | 0.69 | 0.23 |
| Hex | 63 | 12 | 4D | 0 | 52 | 16 | 3D | 13C | 45 | 17 |
| Octal | 143 | 22 | 115 | 0 | 122 | 26 | 75 | 474 | 105 | 27 |
| Binary | 1100011 | 10010 | 1001101 | 0 | 1010010 | 10110 | 111101 | 100111100 | 1000101 | 10111 |
Color Harmonies of #63124D
Complementary color
Monochromatic Colors of #63124D
Black with #63124D
Text Example
Text Example
White with #63124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63124D; }
p { color: rgb(99,18,77); }
H1.HeaderClassName
{
color: #63124D;
}
.AnyTagClassName
{
color: #63124D;
}
</style>
background-color css
<style>
a { background-color: #63124D; }
a { background-color: rgb(99,18,77); }
div.DivClassName
{
background-color: #63124D;
}
.BgClassName
{
background-color: #63124D;
}
</style>
border-color css
<style>
span { border-color: #63124D; }
span { border-color: rgb(99,18,77); }
td.TdClassName
{
border-color: #63124D;
}
.TagClassName
{
border-color: #63124D;
}
</style>