Shades of Pompadour #63254D
Tints of Pompadour #63254D
RGB
CMYK
RGB Variations
Color information
#63254D (or 0x63254D) is known color: Pompadour. HEX triplet: 63, 25 and 4D. RGB value is (99,37,77). Sum of RGB (Red+Green+Blue) = 99+37+77=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #63254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63254D is #9CDAB2. Grayscale: #3C3C3C. Windows color (decimal): -10279603 or 5055843. OLE color: 5055843.
HSL color Cylindrical-coordinate representation of color #63254D: hue angle of 321.29º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #63254D is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 37 | 77 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.61 |
| HSL | 321.29º | 0.46% | 0.27% | - |
| HSV(B) | 321.29º | 0.63% | 0.39% | - |
| XYZ | 7.15 | 4.51 | 7.52 | - |
| YUV | 60.1 | 137.54 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 37 | 77 | 0 | 0.63 | 0.22 | 0.61 | 321.29 | 0.46 | 0.27 |
| Hex | 63 | 25 | 4D | 0 | 3F | 16 | 3D | 141 | 2E | 1B |
| Octal | 143 | 45 | 115 | 0 | 77 | 26 | 75 | 501 | 56 | 33 |
| Binary | 1100011 | 100101 | 1001101 | 0 | 111111 | 10110 | 111101 | 101000001 | 101110 | 11011 |
Color Harmonies of #63254D
Complementary color
Monochromatic Colors of #63254D
Black with #63254D
Text Example
Text Example
White with #63254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63254D; }
p { color: rgb(99,37,77); }
H1.HeaderClassName
{
color: #63254D;
}
.AnyTagClassName
{
color: #63254D;
}
</style>
background-color css
<style>
a { background-color: #63254D; }
a { background-color: rgb(99,37,77); }
div.DivClassName
{
background-color: #63254D;
}
.BgClassName
{
background-color: #63254D;
}
</style>
border-color css
<style>
span { border-color: #63254D; }
span { border-color: rgb(99,37,77); }
td.TdClassName
{
border-color: #63254D;
}
.TagClassName
{
border-color: #63254D;
}
</style>