Shades of Pompadour #771D3E
Tints of Pompadour #771D3E
RGB
CMYK
RGB Variations
Color information
#771D3E (or 0x771D3E) is known color: Pompadour. HEX triplet: 77, 1D and 3E. RGB value is (119,29,62). Sum of RGB (Red+Green+Blue) = 119+29+62=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #771D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D3E is #88E2C1. Grayscale: #3B3B3B. Windows color (decimal): -8970946 or 4070775. OLE color: 4070775.
HSL color Cylindrical-coordinate representation of color #771D3E: hue angle of 338º 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 #771D3E is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 62 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.53 |
| HSL | 338º | 0.61% | 0.29% | - |
| HSV(B) | 338º | 0.76% | 0.47% | - |
| XYZ | 8.92 | 5.15 | 5.08 | - |
| YUV | 59.67 | 129.32 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 62 | 0 | 0.76 | 0.48 | 0.53 | 338 | 0.61 | 0.29 |
| Hex | 77 | 1D | 3E | 0 | 4C | 30 | 35 | 152 | 3D | 1D |
| Octal | 167 | 35 | 76 | 0 | 114 | 60 | 65 | 522 | 75 | 35 |
| Binary | 1110111 | 11101 | 111110 | 0 | 1001100 | 110000 | 110101 | 101010010 | 111101 | 11101 |
Color Harmonies of #771D3E
Complementary color
Monochromatic Colors of #771D3E
Black with #771D3E
Text Example
Text Example
White with #771D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D3E; }
p { color: rgb(119,29,62); }
H1.HeaderClassName
{
color: #771D3E;
}
.AnyTagClassName
{
color: #771D3E;
}
</style>
background-color css
<style>
a { background-color: #771D3E; }
a { background-color: rgb(119,29,62); }
div.DivClassName
{
background-color: #771D3E;
}
.BgClassName
{
background-color: #771D3E;
}
</style>
border-color css
<style>
span { border-color: #771D3E; }
span { border-color: rgb(119,29,62); }
td.TdClassName
{
border-color: #771D3E;
}
.TagClassName
{
border-color: #771D3E;
}
</style>