Shades of Pompadour #63224C
Tints of Pompadour #63224C
RGB
CMYK
RGB Variations
Color information
#63224C (or 0x63224C) is known color: Pompadour. HEX triplet: 63, 22 and 4C. RGB value is (99,34,76). Sum of RGB (Red+Green+Blue) = 99+34+76=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #63224C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63224C is #9CDDB3. Grayscale: #3A3A3A. Windows color (decimal): -10280372 or 4989539. OLE color: 4989539.
HSL color Cylindrical-coordinate representation of color #63224C: hue angle of 321.23º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #63224C is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 34 | 76 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.61 |
| HSL | 321.23º | 0.49% | 0.26% | - |
| HSV(B) | 321.23º | 0.66% | 0.39% | - |
| XYZ | 7.02 | 4.32 | 7.3 | - |
| YUV | 58.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 76 | 0 | 0.66 | 0.23 | 0.61 | 321.23 | 0.49 | 0.26 |
| Hex | 63 | 22 | 4C | 0 | 42 | 17 | 3D | 141 | 31 | 1A |
| Octal | 143 | 42 | 114 | 0 | 102 | 27 | 75 | 501 | 61 | 32 |
| Binary | 1100011 | 100010 | 1001100 | 0 | 1000010 | 10111 | 111101 | 101000001 | 110001 | 11010 |
Color Harmonies of #63224C
Complementary color
Monochromatic Colors of #63224C
Black with #63224C
Text Example
Text Example
White with #63224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63224C; }
p { color: rgb(99,34,76); }
H1.HeaderClassName
{
color: #63224C;
}
.AnyTagClassName
{
color: #63224C;
}
</style>
background-color css
<style>
a { background-color: #63224C; }
a { background-color: rgb(99,34,76); }
div.DivClassName
{
background-color: #63224C;
}
.BgClassName
{
background-color: #63224C;
}
</style>
border-color css
<style>
span { border-color: #63224C; }
span { border-color: rgb(99,34,76); }
td.TdClassName
{
border-color: #63224C;
}
.TagClassName
{
border-color: #63224C;
}
</style>