Shades of Pompadour #63144D
Tints of Pompadour #63144D
RGB
CMYK
RGB Variations
Color information
#63144D (or 0x63144D) is known color: Pompadour. HEX triplet: 63, 14 and 4D. RGB value is (99,20,77). Sum of RGB (Red+Green+Blue) = 99+20+77=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #63144D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63144D is #9CEBB2. Grayscale: #313131. Windows color (decimal): -10283955 or 5051491. OLE color: 5051491.
HSL color Cylindrical-coordinate representation of color #63144D: hue angle of 316.71º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #63144D is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 20 | 77 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.61 |
| HSL | 316.71º | 0.66% | 0.23% | - |
| HSV(B) | 316.71º | 0.8% | 0.39% | - |
| XYZ | 6.74 | 3.69 | 7.38 | - |
| YUV | 50.12 | 143.17 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 20 | 77 | 0 | 0.80 | 0.22 | 0.61 | 316.71 | 0.66 | 0.23 |
| Hex | 63 | 14 | 4D | 0 | 50 | 16 | 3D | 13D | 42 | 17 |
| Octal | 143 | 24 | 115 | 0 | 120 | 26 | 75 | 475 | 102 | 27 |
| Binary | 1100011 | 10100 | 1001101 | 0 | 1010000 | 10110 | 111101 | 100111101 | 1000010 | 10111 |
Color Harmonies of #63144D
Complementary color
Monochromatic Colors of #63144D
Black with #63144D
Text Example
Text Example
White with #63144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63144D; }
p { color: rgb(99,20,77); }
H1.HeaderClassName
{
color: #63144D;
}
.AnyTagClassName
{
color: #63144D;
}
</style>
background-color css
<style>
a { background-color: #63144D; }
a { background-color: rgb(99,20,77); }
div.DivClassName
{
background-color: #63144D;
}
.BgClassName
{
background-color: #63144D;
}
</style>
border-color css
<style>
span { border-color: #63144D; }
span { border-color: rgb(99,20,77); }
td.TdClassName
{
border-color: #63144D;
}
.TagClassName
{
border-color: #63144D;
}
</style>