Shades of Pompadour #63124A
Tints of Pompadour #63124A
RGB
CMYK
RGB Variations
Color information
#63124A (or 0x63124A) is known color: Pompadour. HEX triplet: 63, 12 and 4A. RGB value is (99,18,74). Sum of RGB (Red+Green+Blue) = 99+18+74=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #63124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63124A is #9CEDB5. Grayscale: #303030. Windows color (decimal): -10284470 or 4854371. OLE color: 4854371.
HSL color Cylindrical-coordinate representation of color #63124A: hue angle of 318.52º 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 #63124A is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 18 | 74 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.61 |
| HSL | 318.52º | 0.69% | 0.23% | - |
| HSV(B) | 318.52º | 0.82% | 0.39% | - |
| XYZ | 6.6 | 3.58 | 6.82 | - |
| YUV | 48.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 18 | 74 | 0 | 0.82 | 0.25 | 0.61 | 318.52 | 0.69 | 0.23 |
| Hex | 63 | 12 | 4A | 0 | 52 | 19 | 3D | 13F | 45 | 17 |
| Octal | 143 | 22 | 112 | 0 | 122 | 31 | 75 | 477 | 105 | 27 |
| Binary | 1100011 | 10010 | 1001010 | 0 | 1010010 | 11001 | 111101 | 100111111 | 1000101 | 10111 |
Color Harmonies of #63124A
Complementary color
Monochromatic Colors of #63124A
Black with #63124A
Text Example
Text Example
White with #63124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63124A; }
p { color: rgb(99,18,74); }
H1.HeaderClassName
{
color: #63124A;
}
.AnyTagClassName
{
color: #63124A;
}
</style>
background-color css
<style>
a { background-color: #63124A; }
a { background-color: rgb(99,18,74); }
div.DivClassName
{
background-color: #63124A;
}
.BgClassName
{
background-color: #63124A;
}
</style>
border-color css
<style>
span { border-color: #63124A; }
span { border-color: rgb(99,18,74); }
td.TdClassName
{
border-color: #63124A;
}
.TagClassName
{
border-color: #63124A;
}
</style>