Shades of Red Berry #771022
Tints of Red Berry #771022
RGB
CMYK
RGB Variations
Color information
#771022 (or 0x771022) is known color: Red Berry. HEX triplet: 77, 10 and 22. RGB value is (119,16,34). Sum of RGB (Red+Green+Blue) = 119+16+34=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #771022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771022 is #88EFDD. Grayscale: #303030. Windows color (decimal): -8974302 or 2232439. OLE color: 2232439.
HSL color Cylindrical-coordinate representation of color #771022: hue angle of 349.51º 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 #771022 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 16 | 34 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.53 |
| HSL | 349.51º | 0.76% | 0.26% | - |
| HSV(B) | 349.51º | 0.87% | 0.47% | - |
| XYZ | 8.08 | 4.41 | 1.94 | - |
| YUV | 48.85 | 119.62 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 16 | 34 | 0 | 0.87 | 0.71 | 0.53 | 349.51 | 0.76 | 0.26 |
| Hex | 77 | 10 | 22 | 0 | 57 | 47 | 35 | 15E | 4C | 1A |
| Octal | 167 | 20 | 42 | 0 | 127 | 107 | 65 | 536 | 114 | 32 |
| Binary | 1110111 | 10000 | 100010 | 0 | 1010111 | 1000111 | 110101 | 101011110 | 1001100 | 11010 |
Color Harmonies of #771022
Complementary color
Monochromatic Colors of #771022
Black with #771022
Text Example
Text Example
White with #771022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771022; }
p { color: rgb(119,16,34); }
H1.HeaderClassName
{
color: #771022;
}
.AnyTagClassName
{
color: #771022;
}
</style>
background-color css
<style>
a { background-color: #771022; }
a { background-color: rgb(119,16,34); }
div.DivClassName
{
background-color: #771022;
}
.BgClassName
{
background-color: #771022;
}
</style>
border-color css
<style>
span { border-color: #771022; }
span { border-color: rgb(119,16,34); }
td.TdClassName
{
border-color: #771022;
}
.TagClassName
{
border-color: #771022;
}
</style>