Shades of Red Berry #771D20
Tints of Red Berry #771D20
RGB
CMYK
RGB Variations
Color information
#771D20 (or 0x771D20) is known color: Red Berry. HEX triplet: 77, 1D and 20. RGB value is (119,29,32). Sum of RGB (Red+Green+Blue) = 119+29+32=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #771D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D20 is #88E2DF. Grayscale: #383838. Windows color (decimal): -8970976 or 2104695. OLE color: 2104695.
HSL color Cylindrical-coordinate representation of color #771D20: hue angle of 358º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771D20 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 32 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.53 |
| HSL | 358º | 0.61% | 0.29% | - |
| HSV(B) | 358º | 0.76% | 0.47% | - |
| XYZ | 8.31 | 4.9 | 1.88 | - |
| YUV | 56.25 | 114.32 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 32 | 0 | 0.76 | 0.73 | 0.53 | 358 | 0.61 | 0.29 |
| Hex | 77 | 1D | 20 | 0 | 4C | 49 | 35 | 166 | 3D | 1D |
| Octal | 167 | 35 | 40 | 0 | 114 | 111 | 65 | 546 | 75 | 35 |
| Binary | 1110111 | 11101 | 100000 | 0 | 1001100 | 1001001 | 110101 | 101100110 | 111101 | 11101 |
Color Harmonies of #771D20
Complementary color
Monochromatic Colors of #771D20
Black with #771D20
Text Example
Text Example
White with #771D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D20; }
p { color: rgb(119,29,32); }
H1.HeaderClassName
{
color: #771D20;
}
.AnyTagClassName
{
color: #771D20;
}
</style>
background-color css
<style>
a { background-color: #771D20; }
a { background-color: rgb(119,29,32); }
div.DivClassName
{
background-color: #771D20;
}
.BgClassName
{
background-color: #771D20;
}
</style>
border-color css
<style>
span { border-color: #771D20; }
span { border-color: rgb(119,29,32); }
td.TdClassName
{
border-color: #771D20;
}
.TagClassName
{
border-color: #771D20;
}
</style>