Shades of Pompadour #63143C
Tints of Pompadour #63143C
RGB
CMYK
RGB Variations
Color information
#63143C (or 0x63143C) is known color: Pompadour. HEX triplet: 63, 14 and 3C. RGB value is (99,20,60). Sum of RGB (Red+Green+Blue) = 99+20+60=179 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.31% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 99 - color contains mainly: red. Hex color #63143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63143C is #9CEBC3. Grayscale: #303030. Windows color (decimal): -10283972 or 3937379. OLE color: 3937379.
HSL color Cylindrical-coordinate representation of color #63143C: hue angle of 329.62º 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 #63143C is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 20 | 60 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.61 |
| HSL | 329.62º | 0.66% | 0.23% | - |
| HSV(B) | 329.62º | 0.8% | 0.39% | - |
| XYZ | 6.21 | 3.48 | 4.62 | - |
| YUV | 48.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 20 | 60 | 0 | 0.80 | 0.39 | 0.61 | 329.62 | 0.66 | 0.23 |
| Hex | 63 | 14 | 3C | 0 | 50 | 27 | 3D | 14A | 42 | 17 |
| Octal | 143 | 24 | 74 | 0 | 120 | 47 | 75 | 512 | 102 | 27 |
| Binary | 1100011 | 10100 | 111100 | 0 | 1010000 | 100111 | 111101 | 101001010 | 1000010 | 10111 |
Color Harmonies of #63143C
Complementary color
Monochromatic Colors of #63143C
Black with #63143C
Text Example
Text Example
White with #63143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63143C; }
p { color: rgb(99,20,60); }
H1.HeaderClassName
{
color: #63143C;
}
.AnyTagClassName
{
color: #63143C;
}
</style>
background-color css
<style>
a { background-color: #63143C; }
a { background-color: rgb(99,20,60); }
div.DivClassName
{
background-color: #63143C;
}
.BgClassName
{
background-color: #63143C;
}
</style>
border-color css
<style>
span { border-color: #63143C; }
span { border-color: rgb(99,20,60); }
td.TdClassName
{
border-color: #63143C;
}
.TagClassName
{
border-color: #63143C;
}
</style>