Shades of Red Berry #771011
Tints of Red Berry #771011
RGB
CMYK
RGB Variations
Color information
#771011 (or 0x771011) is known color: Red Berry. HEX triplet: 77, 10 and 11. RGB value is (119,16,17). Sum of RGB (Red+Green+Blue) = 119+16+17=152 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.29% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 119 - color contains mainly: red. Hex color #771011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771011 is #88EFEE. Grayscale: #2F2F2F. Windows color (decimal): -8974319 or 1118327. OLE color: 1118327.
HSL color Cylindrical-coordinate representation of color #771011: hue angle of 359.42º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771011 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 16 | 17 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.53 |
| HSL | 359.42º | 0.76% | 0.26% | - |
| HSV(B) | 359.42º | 0.87% | 0.47% | - |
| XYZ | 7.89 | 4.33 | 0.95 | - |
| YUV | 46.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 16 | 17 | 0 | 0.87 | 0.86 | 0.53 | 359.42 | 0.76 | 0.26 |
| Hex | 77 | 10 | 11 | 0 | 57 | 56 | 35 | 167 | 4C | 1A |
| Octal | 167 | 20 | 21 | 0 | 127 | 126 | 65 | 547 | 114 | 32 |
| Binary | 1110111 | 10000 | 10001 | 0 | 1010111 | 1010110 | 110101 | 101100111 | 1001100 | 11010 |
Color Harmonies of #771011
Complementary color
Monochromatic Colors of #771011
Black with #771011
Text Example
Text Example
White with #771011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771011; }
p { color: rgb(119,16,17); }
H1.HeaderClassName
{
color: #771011;
}
.AnyTagClassName
{
color: #771011;
}
</style>
background-color css
<style>
a { background-color: #771011; }
a { background-color: rgb(119,16,17); }
div.DivClassName
{
background-color: #771011;
}
.BgClassName
{
background-color: #771011;
}
</style>
border-color css
<style>
span { border-color: #771011; }
span { border-color: rgb(119,16,17); }
td.TdClassName
{
border-color: #771011;
}
.TagClassName
{
border-color: #771011;
}
</style>