Shades of Pompadour #771C3F
Tints of Pompadour #771C3F
RGB
CMYK
RGB Variations
Color information
#771C3F (or 0x771C3F) is known color: Pompadour. HEX triplet: 77, 1C and 3F. RGB value is (119,28,63). Sum of RGB (Red+Green+Blue) = 119+28+63=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #771C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C3F is #88E3C0. Grayscale: #3B3B3B. Windows color (decimal): -8971201 or 4136055. OLE color: 4136055.
HSL color Cylindrical-coordinate representation of color #771C3F: hue angle of 336.92º 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 #771C3F is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 28 | 63 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.53 |
| HSL | 336.92º | 0.62% | 0.29% | - |
| HSV(B) | 336.92º | 0.76% | 0.47% | - |
| XYZ | 8.92 | 5.11 | 5.22 | - |
| YUV | 59.2 | 130.15 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 63 | 0 | 0.76 | 0.47 | 0.53 | 336.92 | 0.62 | 0.29 |
| Hex | 77 | 1C | 3F | 0 | 4C | 2F | 35 | 151 | 3E | 1D |
| Octal | 167 | 34 | 77 | 0 | 114 | 57 | 65 | 521 | 76 | 35 |
| Binary | 1110111 | 11100 | 111111 | 0 | 1001100 | 101111 | 110101 | 101010001 | 111110 | 11101 |
Color Harmonies of #771C3F
Complementary color
Monochromatic Colors of #771C3F
Black with #771C3F
Text Example
Text Example
White with #771C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771C3F; }
p { color: rgb(119,28,63); }
H1.HeaderClassName
{
color: #771C3F;
}
.AnyTagClassName
{
color: #771C3F;
}
</style>
background-color css
<style>
a { background-color: #771C3F; }
a { background-color: rgb(119,28,63); }
div.DivClassName
{
background-color: #771C3F;
}
.BgClassName
{
background-color: #771C3F;
}
</style>
border-color css
<style>
span { border-color: #771C3F; }
span { border-color: rgb(119,28,63); }
td.TdClassName
{
border-color: #771C3F;
}
.TagClassName
{
border-color: #771C3F;
}
</style>