Shades of Red Berry #771C2D
Tints of Red Berry #771C2D
RGB
CMYK
RGB Variations
Color information
#771C2D (or 0x771C2D) is known color: Red Berry. HEX triplet: 77, 1C and 2D. RGB value is (119,28,45). Sum of RGB (Red+Green+Blue) = 119+28+45=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #771C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C2D is #88E3D2. Grayscale: #393939. Windows color (decimal): -8971219 or 2956407. OLE color: 2956407.
HSL color Cylindrical-coordinate representation of color #771C2D: hue angle of 348.79º degrees, saturation: 0.62, 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 #771C2D is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 28 | 45 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.53 |
| HSL | 348.79º | 0.62% | 0.29% | - |
| HSV(B) | 348.79º | 0.76% | 0.47% | - |
| XYZ | 8.5 | 4.94 | 2.99 | - |
| YUV | 57.15 | 121.15 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 45 | 0 | 0.76 | 0.62 | 0.53 | 348.79 | 0.62 | 0.29 |
| Hex | 77 | 1C | 2D | 0 | 4C | 3E | 35 | 15D | 3E | 1D |
| Octal | 167 | 34 | 55 | 0 | 114 | 76 | 65 | 535 | 76 | 35 |
| Binary | 1110111 | 11100 | 101101 | 0 | 1001100 | 111110 | 110101 | 101011101 | 111110 | 11101 |
Color Harmonies of #771C2D
Complementary color
Monochromatic Colors of #771C2D
Black with #771C2D
Text Example
Text Example
White with #771C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771C2D; }
p { color: rgb(119,28,45); }
H1.HeaderClassName
{
color: #771C2D;
}
.AnyTagClassName
{
color: #771C2D;
}
</style>
background-color css
<style>
a { background-color: #771C2D; }
a { background-color: rgb(119,28,45); }
div.DivClassName
{
background-color: #771C2D;
}
.BgClassName
{
background-color: #771C2D;
}
</style>
border-color css
<style>
span { border-color: #771C2D; }
span { border-color: rgb(119,28,45); }
td.TdClassName
{
border-color: #771C2D;
}
.TagClassName
{
border-color: #771C2D;
}
</style>