Shades of Red Berry #771B2B
Tints of Red Berry #771B2B
RGB
CMYK
RGB Variations
Color information
#771B2B (or 0x771B2B) is known color: Red Berry. HEX triplet: 77, 1B and 2B. RGB value is (119,27,43). Sum of RGB (Red+Green+Blue) = 119+27+43=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #771B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771B2B is #88E4D4. Grayscale: #383838. Windows color (decimal): -8971477 or 2825079. OLE color: 2825079.
HSL color Cylindrical-coordinate representation of color #771B2B: hue angle of 349.57º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #771B2B is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 27 | 43 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.53 |
| HSL | 349.57º | 0.63% | 0.29% | - |
| HSV(B) | 349.57º | 0.77% | 0.47% | - |
| XYZ | 8.44 | 4.88 | 2.78 | - |
| YUV | 56.33 | 120.48 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 27 | 43 | 0 | 0.77 | 0.64 | 0.53 | 349.57 | 0.63 | 0.29 |
| Hex | 77 | 1B | 2B | 0 | 4D | 40 | 35 | 15E | 3F | 1D |
| Octal | 167 | 33 | 53 | 0 | 115 | 100 | 65 | 536 | 77 | 35 |
| Binary | 1110111 | 11011 | 101011 | 0 | 1001101 | 1000000 | 110101 | 101011110 | 111111 | 11101 |
Color Harmonies of #771B2B
Complementary color
Monochromatic Colors of #771B2B
Black with #771B2B
Text Example
Text Example
White with #771B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771B2B; }
p { color: rgb(119,27,43); }
H1.HeaderClassName
{
color: #771B2B;
}
.AnyTagClassName
{
color: #771B2B;
}
</style>
background-color css
<style>
a { background-color: #771B2B; }
a { background-color: rgb(119,27,43); }
div.DivClassName
{
background-color: #771B2B;
}
.BgClassName
{
background-color: #771B2B;
}
</style>
border-color css
<style>
span { border-color: #771B2B; }
span { border-color: rgb(119,27,43); }
td.TdClassName
{
border-color: #771B2B;
}
.TagClassName
{
border-color: #771B2B;
}
</style>