Shades of Pompadour #63193C
Tints of Pompadour #63193C
RGB
CMYK
RGB Variations
Color information
#63193C (or 0x63193C) is known color: Pompadour. HEX triplet: 63, 19 and 3C. RGB value is (99,25,60). Sum of RGB (Red+Green+Blue) = 99+25+60=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #63193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63193C is #9CE6C3. Grayscale: #333333. Windows color (decimal): -10282692 or 3938659. OLE color: 3938659.
HSL color Cylindrical-coordinate representation of color #63193C: hue angle of 331.62º 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 #63193C is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 25 | 60 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.61 |
| HSL | 331.62º | 0.6% | 0.24% | - |
| HSV(B) | 331.62º | 0.75% | 0.39% | - |
| XYZ | 6.31 | 3.67 | 4.65 | - |
| YUV | 51.12 | 133.02 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 60 | 0 | 0.75 | 0.39 | 0.61 | 331.62 | 0.6 | 0.24 |
| Hex | 63 | 19 | 3C | 0 | 4B | 27 | 3D | 14C | 3C | 18 |
| Octal | 143 | 31 | 74 | 0 | 113 | 47 | 75 | 514 | 74 | 30 |
| Binary | 1100011 | 11001 | 111100 | 0 | 1001011 | 100111 | 111101 | 101001100 | 111100 | 11000 |
Color Harmonies of #63193C
Complementary color
Monochromatic Colors of #63193C
Black with #63193C
Text Example
Text Example
White with #63193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63193C; }
p { color: rgb(99,25,60); }
H1.HeaderClassName
{
color: #63193C;
}
.AnyTagClassName
{
color: #63193C;
}
</style>
background-color css
<style>
a { background-color: #63193C; }
a { background-color: rgb(99,25,60); }
div.DivClassName
{
background-color: #63193C;
}
.BgClassName
{
background-color: #63193C;
}
</style>
border-color css
<style>
span { border-color: #63193C; }
span { border-color: rgb(99,25,60); }
td.TdClassName
{
border-color: #63193C;
}
.TagClassName
{
border-color: #63193C;
}
</style>