Shades of Pompadour #63224E
Tints of Pompadour #63224E
RGB
CMYK
RGB Variations
Color information
#63224E (or 0x63224E) is known color: Pompadour. HEX triplet: 63, 22 and 4E. RGB value is (99,34,78). Sum of RGB (Red+Green+Blue) = 99+34+78=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #63224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63224E is #9CDDB1. Grayscale: #3A3A3A. Windows color (decimal): -10280370 or 5120611. OLE color: 5120611.
HSL color Cylindrical-coordinate representation of color #63224E: hue angle of 319.38º 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 #63224E is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 34 | 78 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.61 |
| HSL | 319.38º | 0.49% | 0.26% | - |
| HSV(B) | 319.38º | 0.66% | 0.39% | - |
| XYZ | 7.09 | 4.35 | 7.67 | - |
| YUV | 58.45 | 139.03 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 78 | 0 | 0.66 | 0.21 | 0.61 | 319.38 | 0.49 | 0.26 |
| Hex | 63 | 22 | 4E | 0 | 42 | 15 | 3D | 13F | 31 | 1A |
| Octal | 143 | 42 | 116 | 0 | 102 | 25 | 75 | 477 | 61 | 32 |
| Binary | 1100011 | 100010 | 1001110 | 0 | 1000010 | 10101 | 111101 | 100111111 | 110001 | 11010 |
Color Harmonies of #63224E
Complementary color
Monochromatic Colors of #63224E
Black with #63224E
Text Example
Text Example
White with #63224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63224E; }
p { color: rgb(99,34,78); }
H1.HeaderClassName
{
color: #63224E;
}
.AnyTagClassName
{
color: #63224E;
}
</style>
background-color css
<style>
a { background-color: #63224E; }
a { background-color: rgb(99,34,78); }
div.DivClassName
{
background-color: #63224E;
}
.BgClassName
{
background-color: #63224E;
}
</style>
border-color css
<style>
span { border-color: #63224E; }
span { border-color: rgb(99,34,78); }
td.TdClassName
{
border-color: #63224E;
}
.TagClassName
{
border-color: #63224E;
}
</style>