Shades of Pompadour #771C41
Tints of Pompadour #771C41
RGB
CMYK
RGB Variations
Color information
#771C41 (or 0x771C41) is known color: Pompadour. HEX triplet: 77, 1C and 41. RGB value is (119,28,65). Sum of RGB (Red+Green+Blue) = 119+28+65=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #771C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C41 is #88E3BE. Grayscale: #3B3B3B. Windows color (decimal): -8971199 or 4267127. OLE color: 4267127.
HSL color Cylindrical-coordinate representation of color #771C41: hue angle of 335.6º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771C41 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 28 | 65 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.53 |
| HSL | 335.6º | 0.62% | 0.29% | - |
| HSV(B) | 335.6º | 0.76% | 0.47% | - |
| XYZ | 8.98 | 5.13 | 5.52 | - |
| YUV | 59.43 | 131.15 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 65 | 0 | 0.76 | 0.45 | 0.53 | 335.6 | 0.62 | 0.29 |
| Hex | 77 | 1C | 41 | 0 | 4C | 2D | 35 | 150 | 3E | 1D |
| Octal | 167 | 34 | 101 | 0 | 114 | 55 | 65 | 520 | 76 | 35 |
| Binary | 1110111 | 11100 | 1000001 | 0 | 1001100 | 101101 | 110101 | 101010000 | 111110 | 11101 |
Color Harmonies of #771C41
Complementary color
Monochromatic Colors of #771C41
Black with #771C41
Text Example
Text Example
White with #771C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771C41; }
p { color: rgb(119,28,65); }
H1.HeaderClassName
{
color: #771C41;
}
.AnyTagClassName
{
color: #771C41;
}
</style>
background-color css
<style>
a { background-color: #771C41; }
a { background-color: rgb(119,28,65); }
div.DivClassName
{
background-color: #771C41;
}
.BgClassName
{
background-color: #771C41;
}
</style>
border-color css
<style>
span { border-color: #771C41; }
span { border-color: rgb(119,28,65); }
td.TdClassName
{
border-color: #771C41;
}
.TagClassName
{
border-color: #771C41;
}
</style>