Shades of Pompadour #63193B
Tints of Pompadour #63193B
RGB
CMYK
RGB Variations
Color information
#63193B (or 0x63193B) is known color: Pompadour. HEX triplet: 63, 19 and 3B. RGB value is (99,25,59). Sum of RGB (Red+Green+Blue) = 99+25+59=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #63193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63193B is #9CE6C4. Grayscale: #323232. Windows color (decimal): -10282693 or 3873123. OLE color: 3873123.
HSL color Cylindrical-coordinate representation of color #63193B: hue angle of 332.43º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63193B is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 25 | 59 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.61 |
| HSL | 332.43º | 0.6% | 0.24% | - |
| HSV(B) | 332.43º | 0.75% | 0.39% | - |
| XYZ | 6.28 | 3.66 | 4.51 | - |
| YUV | 51 | 132.52 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 59 | 0 | 0.75 | 0.40 | 0.61 | 332.43 | 0.6 | 0.24 |
| Hex | 63 | 19 | 3B | 0 | 4B | 28 | 3D | 14C | 3C | 18 |
| Octal | 143 | 31 | 73 | 0 | 113 | 50 | 75 | 514 | 74 | 30 |
| Binary | 1100011 | 11001 | 111011 | 0 | 1001011 | 101000 | 111101 | 101001100 | 111100 | 11000 |
Color Harmonies of #63193B
Complementary color
Monochromatic Colors of #63193B
Black with #63193B
Text Example
Text Example
White with #63193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63193B; }
p { color: rgb(99,25,59); }
H1.HeaderClassName
{
color: #63193B;
}
.AnyTagClassName
{
color: #63193B;
}
</style>
background-color css
<style>
a { background-color: #63193B; }
a { background-color: rgb(99,25,59); }
div.DivClassName
{
background-color: #63193B;
}
.BgClassName
{
background-color: #63193B;
}
</style>
border-color css
<style>
span { border-color: #63193B; }
span { border-color: rgb(99,25,59); }
td.TdClassName
{
border-color: #63193B;
}
.TagClassName
{
border-color: #63193B;
}
</style>