Shades of Pompadour #631F4E
Tints of Pompadour #631F4E
RGB
CMYK
RGB Variations
Color information
#631F4E (or 0x631F4E) is known color: Pompadour. HEX triplet: 63, 1F and 4E. RGB value is (99,31,78). Sum of RGB (Red+Green+Blue) = 99+31+78=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #631F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631F4E is #9CE0B1. Grayscale: #383838. Windows color (decimal): -10281138 or 5119843. OLE color: 5119843.
HSL color Cylindrical-coordinate representation of color #631F4E: hue angle of 318.53º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #631F4E is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 31 | 78 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.61 |
| HSL | 318.53º | 0.52% | 0.25% | - |
| HSV(B) | 318.53º | 0.69% | 0.39% | - |
| XYZ | 7.01 | 4.18 | 7.65 | - |
| YUV | 56.69 | 140.03 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 31 | 78 | 0 | 0.69 | 0.21 | 0.61 | 318.53 | 0.52 | 0.25 |
| Hex | 63 | 1F | 4E | 0 | 45 | 15 | 3D | 13F | 34 | 19 |
| Octal | 143 | 37 | 116 | 0 | 105 | 25 | 75 | 477 | 64 | 31 |
| Binary | 1100011 | 11111 | 1001110 | 0 | 1000101 | 10101 | 111101 | 100111111 | 110100 | 11001 |
Color Harmonies of #631F4E
Complementary color
Monochromatic Colors of #631F4E
Black with #631F4E
Text Example
Text Example
White with #631F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631F4E; }
p { color: rgb(99,31,78); }
H1.HeaderClassName
{
color: #631F4E;
}
.AnyTagClassName
{
color: #631F4E;
}
</style>
background-color css
<style>
a { background-color: #631F4E; }
a { background-color: rgb(99,31,78); }
div.DivClassName
{
background-color: #631F4E;
}
.BgClassName
{
background-color: #631F4E;
}
</style>
border-color css
<style>
span { border-color: #631F4E; }
span { border-color: rgb(99,31,78); }
td.TdClassName
{
border-color: #631F4E;
}
.TagClassName
{
border-color: #631F4E;
}
</style>