Shades of Red Berry #771E2D
Tints of Red Berry #771E2D
RGB
CMYK
RGB Variations
Color information
#771E2D (or 0x771E2D) is known color: Red Berry. HEX triplet: 77, 1E and 2D. RGB value is (119,30,45). Sum of RGB (Red+Green+Blue) = 119+30+45=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #771E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E2D is #88E1D2. Grayscale: #3A3A3A. Windows color (decimal): -8970707 or 2956919. OLE color: 2956919.
HSL color Cylindrical-coordinate representation of color #771E2D: hue angle of 349.89º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #771E2D is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 30 | 45 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.53 |
| HSL | 349.89º | 0.6% | 0.29% | - |
| HSV(B) | 349.89º | 0.75% | 0.47% | - |
| XYZ | 8.55 | 5.04 | 3.01 | - |
| YUV | 58.32 | 120.49 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 30 | 45 | 0 | 0.75 | 0.62 | 0.53 | 349.89 | 0.6 | 0.29 |
| Hex | 77 | 1E | 2D | 0 | 4B | 3E | 35 | 15E | 3C | 1D |
| Octal | 167 | 36 | 55 | 0 | 113 | 76 | 65 | 536 | 74 | 35 |
| Binary | 1110111 | 11110 | 101101 | 0 | 1001011 | 111110 | 110101 | 101011110 | 111100 | 11101 |
Color Harmonies of #771E2D
Complementary color
Monochromatic Colors of #771E2D
Black with #771E2D
Text Example
Text Example
White with #771E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771E2D; }
p { color: rgb(119,30,45); }
H1.HeaderClassName
{
color: #771E2D;
}
.AnyTagClassName
{
color: #771E2D;
}
</style>
background-color css
<style>
a { background-color: #771E2D; }
a { background-color: rgb(119,30,45); }
div.DivClassName
{
background-color: #771E2D;
}
.BgClassName
{
background-color: #771E2D;
}
</style>
border-color css
<style>
span { border-color: #771E2D; }
span { border-color: rgb(119,30,45); }
td.TdClassName
{
border-color: #771E2D;
}
.TagClassName
{
border-color: #771E2D;
}
</style>