Shades of Pompadour #63154A
Tints of Pompadour #63154A
RGB
CMYK
RGB Variations
Color information
#63154A (or 0x63154A) is known color: Pompadour. HEX triplet: 63, 15 and 4A. RGB value is (99,21,74). Sum of RGB (Red+Green+Blue) = 99+21+74=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #63154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63154A is #9CEAB5. Grayscale: #323232. Windows color (decimal): -10283702 or 4855139. OLE color: 4855139.
HSL color Cylindrical-coordinate representation of color #63154A: hue angle of 319.23º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #63154A is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 21 | 74 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.61 |
| HSL | 319.23º | 0.65% | 0.24% | - |
| HSV(B) | 319.23º | 0.79% | 0.39% | - |
| XYZ | 6.65 | 3.68 | 6.84 | - |
| YUV | 50.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 21 | 74 | 0 | 0.79 | 0.25 | 0.61 | 319.23 | 0.65 | 0.24 |
| Hex | 63 | 15 | 4A | 0 | 4F | 19 | 3D | 13F | 41 | 18 |
| Octal | 143 | 25 | 112 | 0 | 117 | 31 | 75 | 477 | 101 | 30 |
| Binary | 1100011 | 10101 | 1001010 | 0 | 1001111 | 11001 | 111101 | 100111111 | 1000001 | 11000 |
Color Harmonies of #63154A
Complementary color
Monochromatic Colors of #63154A
Black with #63154A
Text Example
Text Example
White with #63154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63154A; }
p { color: rgb(99,21,74); }
H1.HeaderClassName
{
color: #63154A;
}
.AnyTagClassName
{
color: #63154A;
}
</style>
background-color css
<style>
a { background-color: #63154A; }
a { background-color: rgb(99,21,74); }
div.DivClassName
{
background-color: #63154A;
}
.BgClassName
{
background-color: #63154A;
}
</style>
border-color css
<style>
span { border-color: #63154A; }
span { border-color: rgb(99,21,74); }
td.TdClassName
{
border-color: #63154A;
}
.TagClassName
{
border-color: #63154A;
}
</style>