Shades of Pompadour #631E49
Tints of Pompadour #631E49
RGB
CMYK
RGB Variations
Color information
#631E49 (or 0x631E49) is known color: Pompadour. HEX triplet: 63, 1E and 49. RGB value is (99,30,73). Sum of RGB (Red+Green+Blue) = 99+30+73=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #631E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631E49 is #9CE1B6. Grayscale: #373737. Windows color (decimal): -10281399 or 4791907. OLE color: 4791907.
HSL color Cylindrical-coordinate representation of color #631E49: hue angle of 322.61º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #631E49 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 30 | 73 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.61 |
| HSL | 322.61º | 0.53% | 0.25% | - |
| HSV(B) | 322.61º | 0.7% | 0.39% | - |
| XYZ | 6.81 | 4.06 | 6.73 | - |
| YUV | 55.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 30 | 73 | 0 | 0.70 | 0.26 | 0.61 | 322.61 | 0.53 | 0.25 |
| Hex | 63 | 1E | 49 | 0 | 46 | 1A | 3D | 143 | 35 | 19 |
| Octal | 143 | 36 | 111 | 0 | 106 | 32 | 75 | 503 | 65 | 31 |
| Binary | 1100011 | 11110 | 1001001 | 0 | 1000110 | 11010 | 111101 | 101000011 | 110101 | 11001 |
Color Harmonies of #631E49
Complementary color
Monochromatic Colors of #631E49
Black with #631E49
Text Example
Text Example
White with #631E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631E49; }
p { color: rgb(99,30,73); }
H1.HeaderClassName
{
color: #631E49;
}
.AnyTagClassName
{
color: #631E49;
}
</style>
background-color css
<style>
a { background-color: #631E49; }
a { background-color: rgb(99,30,73); }
div.DivClassName
{
background-color: #631E49;
}
.BgClassName
{
background-color: #631E49;
}
</style>
border-color css
<style>
span { border-color: #631E49; }
span { border-color: rgb(99,30,73); }
td.TdClassName
{
border-color: #631E49;
}
.TagClassName
{
border-color: #631E49;
}
</style>