Shades of Pompadour #771D4B
Tints of Pompadour #771D4B
RGB
CMYK
RGB Variations
Color information
#771D4B (or 0x771D4B) is known color: Pompadour. HEX triplet: 77, 1D and 4B. RGB value is (119,29,75). Sum of RGB (Red+Green+Blue) = 119+29+75=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #771D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D4B is #88E2B4. Grayscale: #3D3D3D. Windows color (decimal): -8970933 or 4922743. OLE color: 4922743.
HSL color Cylindrical-coordinate representation of color #771D4B: hue angle of 329.33º degrees, saturation: 0.61, 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 #771D4B is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 75 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.53 |
| HSL | 329.33º | 0.61% | 0.29% | - |
| HSV(B) | 329.33º | 0.76% | 0.47% | - |
| XYZ | 9.32 | 5.31 | 7.19 | - |
| YUV | 61.15 | 135.82 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 75 | 0 | 0.76 | 0.37 | 0.53 | 329.33 | 0.61 | 0.29 |
| Hex | 77 | 1D | 4B | 0 | 4C | 25 | 35 | 149 | 3D | 1D |
| Octal | 167 | 35 | 113 | 0 | 114 | 45 | 65 | 511 | 75 | 35 |
| Binary | 1110111 | 11101 | 1001011 | 0 | 1001100 | 100101 | 110101 | 101001001 | 111101 | 11101 |
Color Harmonies of #771D4B
Complementary color
Monochromatic Colors of #771D4B
Black with #771D4B
Text Example
Text Example
White with #771D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D4B; }
p { color: rgb(119,29,75); }
H1.HeaderClassName
{
color: #771D4B;
}
.AnyTagClassName
{
color: #771D4B;
}
</style>
background-color css
<style>
a { background-color: #771D4B; }
a { background-color: rgb(119,29,75); }
div.DivClassName
{
background-color: #771D4B;
}
.BgClassName
{
background-color: #771D4B;
}
</style>
border-color css
<style>
span { border-color: #771D4B; }
span { border-color: rgb(119,29,75); }
td.TdClassName
{
border-color: #771D4B;
}
.TagClassName
{
border-color: #771D4B;
}
</style>