Shades of Red Berry #771B1E
Tints of Red Berry #771B1E
RGB
CMYK
RGB Variations
Color information
#771B1E (or 0x771B1E) is known color: Red Berry. HEX triplet: 77, 1B and 1E. RGB value is (119,27,30). Sum of RGB (Red+Green+Blue) = 119+27+30=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #771B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771B1E is #88E4E1. Grayscale: #363636. Windows color (decimal): -8971490 or 1973111. OLE color: 1973111.
HSL color Cylindrical-coordinate representation of color #771B1E: hue angle of 358.04º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #771B1E is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 27 | 30 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.53 |
| HSL | 358.04º | 0.63% | 0.29% | - |
| HSV(B) | 358.04º | 0.77% | 0.47% | - |
| XYZ | 8.23 | 4.8 | 1.72 | - |
| YUV | 54.85 | 113.98 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 27 | 30 | 0 | 0.77 | 0.75 | 0.53 | 358.04 | 0.63 | 0.29 |
| Hex | 77 | 1B | 1E | 0 | 4D | 4B | 35 | 166 | 3F | 1D |
| Octal | 167 | 33 | 36 | 0 | 115 | 113 | 65 | 546 | 77 | 35 |
| Binary | 1110111 | 11011 | 11110 | 0 | 1001101 | 1001011 | 110101 | 101100110 | 111111 | 11101 |
Color Harmonies of #771B1E
Complementary color
Monochromatic Colors of #771B1E
Black with #771B1E
Text Example
Text Example
White with #771B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771B1E; }
p { color: rgb(119,27,30); }
H1.HeaderClassName
{
color: #771B1E;
}
.AnyTagClassName
{
color: #771B1E;
}
</style>
background-color css
<style>
a { background-color: #771B1E; }
a { background-color: rgb(119,27,30); }
div.DivClassName
{
background-color: #771B1E;
}
.BgClassName
{
background-color: #771B1E;
}
</style>
border-color css
<style>
span { border-color: #771B1E; }
span { border-color: rgb(119,27,30); }
td.TdClassName
{
border-color: #771B1E;
}
.TagClassName
{
border-color: #771B1E;
}
</style>