Shades of Pompadour #63184C
Tints of Pompadour #63184C
RGB
CMYK
RGB Variations
Color information
#63184C (or 0x63184C) is known color: Pompadour. HEX triplet: 63, 18 and 4C. RGB value is (99,24,76). Sum of RGB (Red+Green+Blue) = 99+24+76=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #63184C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63184C is #9CE7B3. Grayscale: #343434. Windows color (decimal): -10282932 or 4986979. OLE color: 4986979.
HSL color Cylindrical-coordinate representation of color #63184C: hue angle of 318.4º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #63184C is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 24 | 76 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.61 |
| HSL | 318.4º | 0.61% | 0.24% | - |
| HSV(B) | 318.4º | 0.76% | 0.39% | - |
| XYZ | 6.78 | 3.83 | 7.22 | - |
| YUV | 52.35 | 141.35 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 24 | 76 | 0 | 0.76 | 0.23 | 0.61 | 318.4 | 0.61 | 0.24 |
| Hex | 63 | 18 | 4C | 0 | 4C | 17 | 3D | 13E | 3D | 18 |
| Octal | 143 | 30 | 114 | 0 | 114 | 27 | 75 | 476 | 75 | 30 |
| Binary | 1100011 | 11000 | 1001100 | 0 | 1001100 | 10111 | 111101 | 100111110 | 111101 | 11000 |
Color Harmonies of #63184C
Complementary color
Monochromatic Colors of #63184C
Black with #63184C
Text Example
Text Example
White with #63184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63184C; }
p { color: rgb(99,24,76); }
H1.HeaderClassName
{
color: #63184C;
}
.AnyTagClassName
{
color: #63184C;
}
</style>
background-color css
<style>
a { background-color: #63184C; }
a { background-color: rgb(99,24,76); }
div.DivClassName
{
background-color: #63184C;
}
.BgClassName
{
background-color: #63184C;
}
</style>
border-color css
<style>
span { border-color: #63184C; }
span { border-color: rgb(99,24,76); }
td.TdClassName
{
border-color: #63184C;
}
.TagClassName
{
border-color: #63184C;
}
</style>