Shades of Pompadour #771F4B
Tints of Pompadour #771F4B
RGB
CMYK
RGB Variations
Color information
#771F4B (or 0x771F4B) is known color: Pompadour. HEX triplet: 77, 1F and 4B. RGB value is (119,31,75). Sum of RGB (Red+Green+Blue) = 119+31+75=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #771F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771F4B is #88E0B4. Grayscale: #3E3E3E. Windows color (decimal): -8970421 or 4923255. OLE color: 4923255.
HSL color Cylindrical-coordinate representation of color #771F4B: hue angle of 330º 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 #771F4B is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 31 | 75 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.53 |
| HSL | 330º | 0.59% | 0.29% | - |
| HSV(B) | 330º | 0.74% | 0.47% | - |
| XYZ | 9.37 | 5.41 | 7.21 | - |
| YUV | 62.33 | 135.15 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 31 | 75 | 0 | 0.74 | 0.37 | 0.53 | 330 | 0.59 | 0.29 |
| Hex | 77 | 1F | 4B | 0 | 4A | 25 | 35 | 14A | 3B | 1D |
| Octal | 167 | 37 | 113 | 0 | 112 | 45 | 65 | 512 | 73 | 35 |
| Binary | 1110111 | 11111 | 1001011 | 0 | 1001010 | 100101 | 110101 | 101001010 | 111011 | 11101 |
Color Harmonies of #771F4B
Complementary color
Monochromatic Colors of #771F4B
Black with #771F4B
Text Example
Text Example
White with #771F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771F4B; }
p { color: rgb(119,31,75); }
H1.HeaderClassName
{
color: #771F4B;
}
.AnyTagClassName
{
color: #771F4B;
}
</style>
background-color css
<style>
a { background-color: #771F4B; }
a { background-color: rgb(119,31,75); }
div.DivClassName
{
background-color: #771F4B;
}
.BgClassName
{
background-color: #771F4B;
}
</style>
border-color css
<style>
span { border-color: #771F4B; }
span { border-color: rgb(119,31,75); }
td.TdClassName
{
border-color: #771F4B;
}
.TagClassName
{
border-color: #771F4B;
}
</style>