Shades of Pompadour #771F49
Tints of Pompadour #771F49
RGB
CMYK
RGB Variations
Color information
#771F49 (or 0x771F49) is known color: Pompadour. HEX triplet: 77, 1F and 49. RGB value is (119,31,73). Sum of RGB (Red+Green+Blue) = 119+31+73=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #771F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771F49 is #88E0B6. Grayscale: #3E3E3E. Windows color (decimal): -8970423 or 4792183. OLE color: 4792183.
HSL color Cylindrical-coordinate representation of color #771F49: hue angle of 331.36º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #771F49 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 31 | 73 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.53 |
| HSL | 331.36º | 0.59% | 0.29% | - |
| HSV(B) | 331.36º | 0.74% | 0.47% | - |
| XYZ | 9.3 | 5.38 | 6.85 | - |
| YUV | 62.1 | 134.15 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 31 | 73 | 0 | 0.74 | 0.39 | 0.53 | 331.36 | 0.59 | 0.29 |
| Hex | 77 | 1F | 49 | 0 | 4A | 27 | 35 | 14B | 3B | 1D |
| Octal | 167 | 37 | 111 | 0 | 112 | 47 | 65 | 513 | 73 | 35 |
| Binary | 1110111 | 11111 | 1001001 | 0 | 1001010 | 100111 | 110101 | 101001011 | 111011 | 11101 |
Color Harmonies of #771F49
Complementary color
Monochromatic Colors of #771F49
Black with #771F49
Text Example
Text Example
White with #771F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771F49; }
p { color: rgb(119,31,73); }
H1.HeaderClassName
{
color: #771F49;
}
.AnyTagClassName
{
color: #771F49;
}
</style>
background-color css
<style>
a { background-color: #771F49; }
a { background-color: rgb(119,31,73); }
div.DivClassName
{
background-color: #771F49;
}
.BgClassName
{
background-color: #771F49;
}
</style>
border-color css
<style>
span { border-color: #771F49; }
span { border-color: rgb(119,31,73); }
td.TdClassName
{
border-color: #771F49;
}
.TagClassName
{
border-color: #771F49;
}
</style>