Shades of Pompadour #63213C
Tints of Pompadour #63213C
RGB
CMYK
RGB Variations
Color information
#63213C (or 0x63213C) is known color: Pompadour. HEX triplet: 63, 21 and 3C. RGB value is (99,33,60). Sum of RGB (Red+Green+Blue) = 99+33+60=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #63213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63213C is #9CDEC3. Grayscale: #373737. Windows color (decimal): -10280644 or 3940707. OLE color: 3940707.
HSL color Cylindrical-coordinate representation of color #63213C: hue angle of 335.45º 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 #63213C is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 33 | 60 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.61 |
| HSL | 335.45º | 0.5% | 0.26% | - |
| HSV(B) | 335.45º | 0.67% | 0.39% | - |
| XYZ | 6.51 | 4.07 | 4.72 | - |
| YUV | 55.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 33 | 60 | 0 | 0.67 | 0.39 | 0.61 | 335.45 | 0.5 | 0.26 |
| Hex | 63 | 21 | 3C | 0 | 43 | 27 | 3D | 14F | 32 | 1A |
| Octal | 143 | 41 | 74 | 0 | 103 | 47 | 75 | 517 | 62 | 32 |
| Binary | 1100011 | 100001 | 111100 | 0 | 1000011 | 100111 | 111101 | 101001111 | 110010 | 11010 |
Color Harmonies of #63213C
Complementary color
Monochromatic Colors of #63213C
Black with #63213C
Text Example
Text Example
White with #63213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63213C; }
p { color: rgb(99,33,60); }
H1.HeaderClassName
{
color: #63213C;
}
.AnyTagClassName
{
color: #63213C;
}
</style>
background-color css
<style>
a { background-color: #63213C; }
a { background-color: rgb(99,33,60); }
div.DivClassName
{
background-color: #63213C;
}
.BgClassName
{
background-color: #63213C;
}
</style>
border-color css
<style>
span { border-color: #63213C; }
span { border-color: rgb(99,33,60); }
td.TdClassName
{
border-color: #63213C;
}
.TagClassName
{
border-color: #63213C;
}
</style>