Shades of Pompadour #63234D
Tints of Pompadour #63234D
RGB
CMYK
RGB Variations
Color information
#63234D (or 0x63234D) is known color: Pompadour. HEX triplet: 63, 23 and 4D. RGB value is (99,35,77). Sum of RGB (Red+Green+Blue) = 99+35+77=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #63234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63234D is #9CDCB2. Grayscale: #3A3A3A. Windows color (decimal): -10280115 or 5055331. OLE color: 5055331.
HSL color Cylindrical-coordinate representation of color #63234D: hue angle of 320.62º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #63234D is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 35 | 77 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.61 |
| HSL | 320.63º | 0.48% | 0.26% | - |
| HSV(B) | 320.63º | 0.65% | 0.39% | - |
| XYZ | 7.09 | 4.39 | 7.5 | - |
| YUV | 58.92 | 138.2 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 35 | 77 | 0 | 0.65 | 0.22 | 0.61 | 320.63 | 0.48 | 0.26 |
| Hex | 63 | 23 | 4D | 0 | 41 | 16 | 3D | 141 | 30 | 1A |
| Octal | 143 | 43 | 115 | 0 | 101 | 26 | 75 | 501 | 60 | 32 |
| Binary | 1100011 | 100011 | 1001101 | 0 | 1000001 | 10110 | 111101 | 101000001 | 110000 | 11010 |
Color Harmonies of #63234D
Complementary color
Monochromatic Colors of #63234D
Black with #63234D
Text Example
Text Example
White with #63234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63234D; }
p { color: rgb(99,35,77); }
H1.HeaderClassName
{
color: #63234D;
}
.AnyTagClassName
{
color: #63234D;
}
</style>
background-color css
<style>
a { background-color: #63234D; }
a { background-color: rgb(99,35,77); }
div.DivClassName
{
background-color: #63234D;
}
.BgClassName
{
background-color: #63234D;
}
</style>
border-color css
<style>
span { border-color: #63234D; }
span { border-color: rgb(99,35,77); }
td.TdClassName
{
border-color: #63234D;
}
.TagClassName
{
border-color: #63234D;
}
</style>