Shades of Pompadour #631E4E
Tints of Pompadour #631E4E
RGB
CMYK
RGB Variations
Color information
#631E4E (or 0x631E4E) is known color: Pompadour. HEX triplet: 63, 1E and 4E. RGB value is (99,30,78). Sum of RGB (Red+Green+Blue) = 99+30+78=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #631E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631E4E is #9CE1B1. Grayscale: #373737. Windows color (decimal): -10281394 or 5119587. OLE color: 5119587.
HSL color Cylindrical-coordinate representation of color #631E4E: hue angle of 318.26º 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 #631E4E is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 30 | 78 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.61 |
| HSL | 318.26º | 0.53% | 0.25% | - |
| HSV(B) | 318.26º | 0.7% | 0.39% | - |
| XYZ | 6.99 | 4.13 | 7.64 | - |
| YUV | 56.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 30 | 78 | 0 | 0.70 | 0.21 | 0.61 | 318.26 | 0.53 | 0.25 |
| Hex | 63 | 1E | 4E | 0 | 46 | 15 | 3D | 13E | 35 | 19 |
| Octal | 143 | 36 | 116 | 0 | 106 | 25 | 75 | 476 | 65 | 31 |
| Binary | 1100011 | 11110 | 1001110 | 0 | 1000110 | 10101 | 111101 | 100111110 | 110101 | 11001 |
Color Harmonies of #631E4E
Complementary color
Monochromatic Colors of #631E4E
Black with #631E4E
Text Example
Text Example
White with #631E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631E4E; }
p { color: rgb(99,30,78); }
H1.HeaderClassName
{
color: #631E4E;
}
.AnyTagClassName
{
color: #631E4E;
}
</style>
background-color css
<style>
a { background-color: #631E4E; }
a { background-color: rgb(99,30,78); }
div.DivClassName
{
background-color: #631E4E;
}
.BgClassName
{
background-color: #631E4E;
}
</style>
border-color css
<style>
span { border-color: #631E4E; }
span { border-color: rgb(99,30,78); }
td.TdClassName
{
border-color: #631E4E;
}
.TagClassName
{
border-color: #631E4E;
}
</style>