Shades of Pompadour #631949
Tints of Pompadour #631949
RGB
CMYK
RGB Variations
Color information
#631949 (or 0x631949) is known color: Pompadour. HEX triplet: 63, 19 and 49. RGB value is (99,25,73). Sum of RGB (Red+Green+Blue) = 99+25+73=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #631949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631949 is #9CE6B6. Grayscale: #343434. Windows color (decimal): -10282679 or 4790627. OLE color: 4790627.
HSL color Cylindrical-coordinate representation of color #631949: hue angle of 321.08º 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 #631949 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 25 | 73 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.61 |
| HSL | 321.08º | 0.6% | 0.24% | - |
| HSV(B) | 321.08º | 0.75% | 0.39% | - |
| XYZ | 6.7 | 3.83 | 6.69 | - |
| YUV | 52.6 | 139.52 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 73 | 0 | 0.75 | 0.26 | 0.61 | 321.08 | 0.6 | 0.24 |
| Hex | 63 | 19 | 49 | 0 | 4B | 1A | 3D | 141 | 3C | 18 |
| Octal | 143 | 31 | 111 | 0 | 113 | 32 | 75 | 501 | 74 | 30 |
| Binary | 1100011 | 11001 | 1001001 | 0 | 1001011 | 11010 | 111101 | 101000001 | 111100 | 11000 |
Color Harmonies of #631949
Complementary color
Monochromatic Colors of #631949
Black with #631949
Text Example
Text Example
White with #631949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631949; }
p { color: rgb(99,25,73); }
H1.HeaderClassName
{
color: #631949;
}
.AnyTagClassName
{
color: #631949;
}
</style>
background-color css
<style>
a { background-color: #631949; }
a { background-color: rgb(99,25,73); }
div.DivClassName
{
background-color: #631949;
}
.BgClassName
{
background-color: #631949;
}
</style>
border-color css
<style>
span { border-color: #631949; }
span { border-color: rgb(99,25,73); }
td.TdClassName
{
border-color: #631949;
}
.TagClassName
{
border-color: #631949;
}
</style>