Shades of Pompadour #63224F
Tints of Pompadour #63224F
RGB
CMYK
RGB Variations
Color information
#63224F (or 0x63224F) is known color: Pompadour. HEX triplet: 63, 22 and 4F. RGB value is (99,34,79). Sum of RGB (Red+Green+Blue) = 99+34+79=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #63224F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63224F is #9CDDB0. Grayscale: #3A3A3A. Windows color (decimal): -10280369 or 5186147. OLE color: 5186147.
HSL color Cylindrical-coordinate representation of color #63224F: hue angle of 318.46º 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 #63224F is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 34 | 79 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.61 |
| HSL | 318.46º | 0.49% | 0.26% | - |
| HSV(B) | 318.46º | 0.66% | 0.39% | - |
| XYZ | 7.13 | 4.36 | 7.86 | - |
| YUV | 58.57 | 139.53 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 79 | 0 | 0.66 | 0.20 | 0.61 | 318.46 | 0.49 | 0.26 |
| Hex | 63 | 22 | 4F | 0 | 42 | 14 | 3D | 13E | 31 | 1A |
| Octal | 143 | 42 | 117 | 0 | 102 | 24 | 75 | 476 | 61 | 32 |
| Binary | 1100011 | 100010 | 1001111 | 0 | 1000010 | 10100 | 111101 | 100111110 | 110001 | 11010 |
Color Harmonies of #63224F
Complementary color
Monochromatic Colors of #63224F
Black with #63224F
Text Example
Text Example
White with #63224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63224F; }
p { color: rgb(99,34,79); }
H1.HeaderClassName
{
color: #63224F;
}
.AnyTagClassName
{
color: #63224F;
}
</style>
background-color css
<style>
a { background-color: #63224F; }
a { background-color: rgb(99,34,79); }
div.DivClassName
{
background-color: #63224F;
}
.BgClassName
{
background-color: #63224F;
}
</style>
border-color css
<style>
span { border-color: #63224F; }
span { border-color: rgb(99,34,79); }
td.TdClassName
{
border-color: #63224F;
}
.TagClassName
{
border-color: #63224F;
}
</style>