Shades of Red Berry #771D29
Tints of Red Berry #771D29
RGB
CMYK
RGB Variations
Color information
#771D29 (or 0x771D29) is known color: Red Berry. HEX triplet: 77, 1D and 29. RGB value is (119,29,41). Sum of RGB (Red+Green+Blue) = 119+29+41=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #771D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D29 is #88E2D6. Grayscale: #393939. Windows color (decimal): -8970967 or 2694519. OLE color: 2694519.
HSL color Cylindrical-coordinate representation of color #771D29: hue angle of 352º 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 #771D29 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 41 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.53 |
| HSL | 352º | 0.61% | 0.29% | - |
| HSV(B) | 352º | 0.76% | 0.47% | - |
| XYZ | 8.45 | 4.96 | 2.61 | - |
| YUV | 57.28 | 118.82 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 41 | 0 | 0.76 | 0.66 | 0.53 | 352 | 0.61 | 0.29 |
| Hex | 77 | 1D | 29 | 0 | 4C | 42 | 35 | 160 | 3D | 1D |
| Octal | 167 | 35 | 51 | 0 | 114 | 102 | 65 | 540 | 75 | 35 |
| Binary | 1110111 | 11101 | 101001 | 0 | 1001100 | 1000010 | 110101 | 101100000 | 111101 | 11101 |
Color Harmonies of #771D29
Complementary color
Monochromatic Colors of #771D29
Black with #771D29
Text Example
Text Example
White with #771D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D29; }
p { color: rgb(119,29,41); }
H1.HeaderClassName
{
color: #771D29;
}
.AnyTagClassName
{
color: #771D29;
}
</style>
background-color css
<style>
a { background-color: #771D29; }
a { background-color: rgb(119,29,41); }
div.DivClassName
{
background-color: #771D29;
}
.BgClassName
{
background-color: #771D29;
}
</style>
border-color css
<style>
span { border-color: #771D29; }
span { border-color: rgb(119,29,41); }
td.TdClassName
{
border-color: #771D29;
}
.TagClassName
{
border-color: #771D29;
}
</style>