Shades of Pompadour #631D4C
Tints of Pompadour #631D4C
RGB
CMYK
RGB Variations
Color information
#631D4C (or 0x631D4C) is known color: Pompadour. HEX triplet: 63, 1D and 4C. RGB value is (99,29,76). Sum of RGB (Red+Green+Blue) = 99+29+76=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #631D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631D4C is #9CE2B3. Grayscale: #373737. Windows color (decimal): -10281652 or 4988259. OLE color: 4988259.
HSL color Cylindrical-coordinate representation of color #631D4C: hue angle of 319.71º 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 #631D4C is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 29 | 76 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.61 |
| HSL | 319.71º | 0.55% | 0.25% | - |
| HSV(B) | 319.71º | 0.71% | 0.39% | - |
| XYZ | 6.89 | 4.05 | 7.26 | - |
| YUV | 55.29 | 139.69 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 29 | 76 | 0 | 0.71 | 0.23 | 0.61 | 319.71 | 0.55 | 0.25 |
| Hex | 63 | 1D | 4C | 0 | 47 | 17 | 3D | 140 | 37 | 19 |
| Octal | 143 | 35 | 114 | 0 | 107 | 27 | 75 | 500 | 67 | 31 |
| Binary | 1100011 | 11101 | 1001100 | 0 | 1000111 | 10111 | 111101 | 101000000 | 110111 | 11001 |
Color Harmonies of #631D4C
Complementary color
Monochromatic Colors of #631D4C
Black with #631D4C
Text Example
Text Example
White with #631D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631D4C; }
p { color: rgb(99,29,76); }
H1.HeaderClassName
{
color: #631D4C;
}
.AnyTagClassName
{
color: #631D4C;
}
</style>
background-color css
<style>
a { background-color: #631D4C; }
a { background-color: rgb(99,29,76); }
div.DivClassName
{
background-color: #631D4C;
}
.BgClassName
{
background-color: #631D4C;
}
</style>
border-color css
<style>
span { border-color: #631D4C; }
span { border-color: rgb(99,29,76); }
td.TdClassName
{
border-color: #631D4C;
}
.TagClassName
{
border-color: #631D4C;
}
</style>