Shades of Pompadour #63214A
Tints of Pompadour #63214A
RGB
CMYK
RGB Variations
Color information
#63214A (or 0x63214A) is known color: Pompadour. HEX triplet: 63, 21 and 4A. RGB value is (99,33,74). Sum of RGB (Red+Green+Blue) = 99+33+74=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #63214A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63214A is #9CDEB5. Grayscale: #393939. Windows color (decimal): -10280630 or 4858211. OLE color: 4858211.
HSL color Cylindrical-coordinate representation of color #63214A: hue angle of 322.73º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #63214A is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 33 | 74 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.61 |
| HSL | 322.73º | 0.5% | 0.26% | - |
| HSV(B) | 322.73º | 0.67% | 0.39% | - |
| XYZ | 6.93 | 4.23 | 6.93 | - |
| YUV | 57.41 | 137.37 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 33 | 74 | 0 | 0.67 | 0.25 | 0.61 | 322.73 | 0.5 | 0.26 |
| Hex | 63 | 21 | 4A | 0 | 43 | 19 | 3D | 143 | 32 | 1A |
| Octal | 143 | 41 | 112 | 0 | 103 | 31 | 75 | 503 | 62 | 32 |
| Binary | 1100011 | 100001 | 1001010 | 0 | 1000011 | 11001 | 111101 | 101000011 | 110010 | 11010 |
Color Harmonies of #63214A
Complementary color
Monochromatic Colors of #63214A
Black with #63214A
Text Example
Text Example
White with #63214A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63214A; }
p { color: rgb(99,33,74); }
H1.HeaderClassName
{
color: #63214A;
}
.AnyTagClassName
{
color: #63214A;
}
</style>
background-color css
<style>
a { background-color: #63214A; }
a { background-color: rgb(99,33,74); }
div.DivClassName
{
background-color: #63214A;
}
.BgClassName
{
background-color: #63214A;
}
</style>
border-color css
<style>
span { border-color: #63214A; }
span { border-color: rgb(99,33,74); }
td.TdClassName
{
border-color: #63214A;
}
.TagClassName
{
border-color: #63214A;
}
</style>