Shades of Pompadour #63174E
Tints of Pompadour #63174E
RGB
CMYK
RGB Variations
Color information
#63174E (or 0x63174E) is known color: Pompadour. HEX triplet: 63, 17 and 4E. RGB value is (99,23,78). Sum of RGB (Red+Green+Blue) = 99+23+78=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #63174E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63174E is #9CE8B1. Grayscale: #333333. Windows color (decimal): -10283186 or 5117795. OLE color: 5117795.
HSL color Cylindrical-coordinate representation of color #63174E: hue angle of 316.58º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #63174E is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 23 | 78 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.61 |
| HSL | 316.58º | 0.62% | 0.24% | - |
| HSV(B) | 316.58º | 0.77% | 0.39% | - |
| XYZ | 6.83 | 3.82 | 7.58 | - |
| YUV | 51.99 | 142.68 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 23 | 78 | 0 | 0.77 | 0.21 | 0.61 | 316.58 | 0.62 | 0.24 |
| Hex | 63 | 17 | 4E | 0 | 4D | 15 | 3D | 13D | 3E | 18 |
| Octal | 143 | 27 | 116 | 0 | 115 | 25 | 75 | 475 | 76 | 30 |
| Binary | 1100011 | 10111 | 1001110 | 0 | 1001101 | 10101 | 111101 | 100111101 | 111110 | 11000 |
Color Harmonies of #63174E
Complementary color
Monochromatic Colors of #63174E
Black with #63174E
Text Example
Text Example
White with #63174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63174E; }
p { color: rgb(99,23,78); }
H1.HeaderClassName
{
color: #63174E;
}
.AnyTagClassName
{
color: #63174E;
}
</style>
background-color css
<style>
a { background-color: #63174E; }
a { background-color: rgb(99,23,78); }
div.DivClassName
{
background-color: #63174E;
}
.BgClassName
{
background-color: #63174E;
}
</style>
border-color css
<style>
span { border-color: #63174E; }
span { border-color: rgb(99,23,78); }
td.TdClassName
{
border-color: #63174E;
}
.TagClassName
{
border-color: #63174E;
}
</style>