Shades of Pompadour #63153F
Tints of Pompadour #63153F
RGB
CMYK
RGB Variations
Color information
#63153F (or 0x63153F) is known color: Pompadour. HEX triplet: 63, 15 and 3F. RGB value is (99,21,63). Sum of RGB (Red+Green+Blue) = 99+21+63=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #63153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63153F is #9CEAC0. Grayscale: #313131. Windows color (decimal): -10283713 or 4134243. OLE color: 4134243.
HSL color Cylindrical-coordinate representation of color #63153F: hue angle of 327.69º 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 #63153F is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 21 | 63 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.61 |
| HSL | 327.69º | 0.65% | 0.24% | - |
| HSV(B) | 327.69º | 0.79% | 0.39% | - |
| XYZ | 6.31 | 3.55 | 5.05 | - |
| YUV | 49.11 | 135.84 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 21 | 63 | 0 | 0.79 | 0.36 | 0.61 | 327.69 | 0.65 | 0.24 |
| Hex | 63 | 15 | 3F | 0 | 4F | 24 | 3D | 148 | 41 | 18 |
| Octal | 143 | 25 | 77 | 0 | 117 | 44 | 75 | 510 | 101 | 30 |
| Binary | 1100011 | 10101 | 111111 | 0 | 1001111 | 100100 | 111101 | 101001000 | 1000001 | 11000 |
Color Harmonies of #63153F
Complementary color
Monochromatic Colors of #63153F
Black with #63153F
Text Example
Text Example
White with #63153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63153F; }
p { color: rgb(99,21,63); }
H1.HeaderClassName
{
color: #63153F;
}
.AnyTagClassName
{
color: #63153F;
}
</style>
background-color css
<style>
a { background-color: #63153F; }
a { background-color: rgb(99,21,63); }
div.DivClassName
{
background-color: #63153F;
}
.BgClassName
{
background-color: #63153F;
}
</style>
border-color css
<style>
span { border-color: #63153F; }
span { border-color: rgb(99,21,63); }
td.TdClassName
{
border-color: #63153F;
}
.TagClassName
{
border-color: #63153F;
}
</style>