Shades of Red Berry #771D2A
Tints of Red Berry #771D2A
RGB
CMYK
RGB Variations
Color information
#771D2A (or 0x771D2A) is known color: Red Berry. HEX triplet: 77, 1D and 2A. RGB value is (119,29,42). Sum of RGB (Red+Green+Blue) = 119+29+42=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #771D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D2A is #88E2D5. Grayscale: #393939. Windows color (decimal): -8970966 or 2760055. OLE color: 2760055.
HSL color Cylindrical-coordinate representation of color #771D2A: hue angle of 351.33º 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 #771D2A is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 42 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.53 |
| HSL | 351.33º | 0.61% | 0.29% | - |
| HSV(B) | 351.33º | 0.76% | 0.47% | - |
| XYZ | 8.47 | 4.97 | 2.7 | - |
| YUV | 57.39 | 119.32 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 42 | 0 | 0.76 | 0.65 | 0.53 | 351.33 | 0.61 | 0.29 |
| Hex | 77 | 1D | 2A | 0 | 4C | 41 | 35 | 15F | 3D | 1D |
| Octal | 167 | 35 | 52 | 0 | 114 | 101 | 65 | 537 | 75 | 35 |
| Binary | 1110111 | 11101 | 101010 | 0 | 1001100 | 1000001 | 110101 | 101011111 | 111101 | 11101 |
Color Harmonies of #771D2A
Complementary color
Monochromatic Colors of #771D2A
Black with #771D2A
Text Example
Text Example
White with #771D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D2A; }
p { color: rgb(119,29,42); }
H1.HeaderClassName
{
color: #771D2A;
}
.AnyTagClassName
{
color: #771D2A;
}
</style>
background-color css
<style>
a { background-color: #771D2A; }
a { background-color: rgb(119,29,42); }
div.DivClassName
{
background-color: #771D2A;
}
.BgClassName
{
background-color: #771D2A;
}
</style>
border-color css
<style>
span { border-color: #771D2A; }
span { border-color: rgb(119,29,42); }
td.TdClassName
{
border-color: #771D2A;
}
.TagClassName
{
border-color: #771D2A;
}
</style>