Shades of Pompadour #631D4E
Tints of Pompadour #631D4E
RGB
CMYK
RGB Variations
Color information
#631D4E (or 0x631D4E) is known color: Pompadour. HEX triplet: 63, 1D and 4E. RGB value is (99,29,78). Sum of RGB (Red+Green+Blue) = 99+29+78=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #631D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631D4E is #9CE2B1. Grayscale: #373737. Windows color (decimal): -10281650 or 5119331. OLE color: 5119331.
HSL color Cylindrical-coordinate representation of color #631D4E: hue angle of 318º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #631D4E is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 29 | 78 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.61 |
| HSL | 318º | 0.55% | 0.25% | - |
| HSV(B) | 318º | 0.71% | 0.39% | - |
| XYZ | 6.96 | 4.08 | 7.63 | - |
| YUV | 55.52 | 140.69 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 29 | 78 | 0 | 0.71 | 0.21 | 0.61 | 318 | 0.55 | 0.25 |
| Hex | 63 | 1D | 4E | 0 | 47 | 15 | 3D | 13E | 37 | 19 |
| Octal | 143 | 35 | 116 | 0 | 107 | 25 | 75 | 476 | 67 | 31 |
| Binary | 1100011 | 11101 | 1001110 | 0 | 1000111 | 10101 | 111101 | 100111110 | 110111 | 11001 |
Color Harmonies of #631D4E
Complementary color
Monochromatic Colors of #631D4E
Black with #631D4E
Text Example
Text Example
White with #631D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631D4E; }
p { color: rgb(99,29,78); }
H1.HeaderClassName
{
color: #631D4E;
}
.AnyTagClassName
{
color: #631D4E;
}
</style>
background-color css
<style>
a { background-color: #631D4E; }
a { background-color: rgb(99,29,78); }
div.DivClassName
{
background-color: #631D4E;
}
.BgClassName
{
background-color: #631D4E;
}
</style>
border-color css
<style>
span { border-color: #631D4E; }
span { border-color: rgb(99,29,78); }
td.TdClassName
{
border-color: #631D4E;
}
.TagClassName
{
border-color: #631D4E;
}
</style>