Shades of Pompadour #63203F
Tints of Pompadour #63203F
RGB
CMYK
RGB Variations
Color information
#63203F (or 0x63203F) is known color: Pompadour. HEX triplet: 63, 20 and 3F. RGB value is (99,32,63). Sum of RGB (Red+Green+Blue) = 99+32+63=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #63203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63203F is #9CDFC0. Grayscale: #373737. Windows color (decimal): -10280897 or 4137059. OLE color: 4137059.
HSL color Cylindrical-coordinate representation of color #63203F: hue angle of 332.24º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #63203F is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 32 | 63 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.61 |
| HSL | 332.24º | 0.51% | 0.26% | - |
| HSV(B) | 332.24º | 0.68% | 0.39% | - |
| XYZ | 6.56 | 4.04 | 5.14 | - |
| YUV | 55.57 | 132.2 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 63 | 0 | 0.68 | 0.36 | 0.61 | 332.24 | 0.51 | 0.26 |
| Hex | 63 | 20 | 3F | 0 | 44 | 24 | 3D | 14C | 33 | 1A |
| Octal | 143 | 40 | 77 | 0 | 104 | 44 | 75 | 514 | 63 | 32 |
| Binary | 1100011 | 100000 | 111111 | 0 | 1000100 | 100100 | 111101 | 101001100 | 110011 | 11010 |
Color Harmonies of #63203F
Complementary color
Monochromatic Colors of #63203F
Black with #63203F
Text Example
Text Example
White with #63203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63203F; }
p { color: rgb(99,32,63); }
H1.HeaderClassName
{
color: #63203F;
}
.AnyTagClassName
{
color: #63203F;
}
</style>
background-color css
<style>
a { background-color: #63203F; }
a { background-color: rgb(99,32,63); }
div.DivClassName
{
background-color: #63203F;
}
.BgClassName
{
background-color: #63203F;
}
</style>
border-color css
<style>
span { border-color: #63203F; }
span { border-color: rgb(99,32,63); }
td.TdClassName
{
border-color: #63203F;
}
.TagClassName
{
border-color: #63203F;
}
</style>