Shades of Red Berry #771017
Tints of Red Berry #771017
RGB
CMYK
RGB Variations
Color information
#771017 (or 0x771017) is known color: Red Berry. HEX triplet: 77, 10 and 17. RGB value is (119,16,23). Sum of RGB (Red+Green+Blue) = 119+16+23=158 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.32% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 23 (9.38% from 255 or 14.56% from 158); Max value from RGB is 119 - color contains mainly: red. Hex color #771017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771017 is #88EFE8. Grayscale: #2F2F2F. Windows color (decimal): -8974313 or 1511543. OLE color: 1511543.
HSL color Cylindrical-coordinate representation of color #771017: hue angle of 355.92º 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 #771017 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 16 | 23 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.53 |
| HSL | 355.92º | 0.76% | 0.26% | - |
| HSV(B) | 355.92º | 0.87% | 0.47% | - |
| XYZ | 7.95 | 4.35 | 1.23 | - |
| YUV | 47.6 | 114.12 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 16 | 23 | 0 | 0.87 | 0.81 | 0.53 | 355.92 | 0.76 | 0.26 |
| Hex | 77 | 10 | 17 | 0 | 57 | 51 | 35 | 164 | 4C | 1A |
| Octal | 167 | 20 | 27 | 0 | 127 | 121 | 65 | 544 | 114 | 32 |
| Binary | 1110111 | 10000 | 10111 | 0 | 1010111 | 1010001 | 110101 | 101100100 | 1001100 | 11010 |
Color Harmonies of #771017
Complementary color
Monochromatic Colors of #771017
Black with #771017
Text Example
Text Example
White with #771017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771017; }
p { color: rgb(119,16,23); }
H1.HeaderClassName
{
color: #771017;
}
.AnyTagClassName
{
color: #771017;
}
</style>
background-color css
<style>
a { background-color: #771017; }
a { background-color: rgb(119,16,23); }
div.DivClassName
{
background-color: #771017;
}
.BgClassName
{
background-color: #771017;
}
</style>
border-color css
<style>
span { border-color: #771017; }
span { border-color: rgb(119,16,23); }
td.TdClassName
{
border-color: #771017;
}
.TagClassName
{
border-color: #771017;
}
</style>