Shades of Red Berry #771A2A
Tints of Red Berry #771A2A
RGB
CMYK
RGB Variations
Color information
#771A2A (or 0x771A2A) is known color: Red Berry. HEX triplet: 77, 1A and 2A. RGB value is (119,26,42). Sum of RGB (Red+Green+Blue) = 119+26+42=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #771A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771A2A is #88E5D5. Grayscale: #373737. Windows color (decimal): -8971734 or 2759287. OLE color: 2759287.
HSL color Cylindrical-coordinate representation of color #771A2A: hue angle of 349.68º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #771A2A is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 26 | 42 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.53 |
| HSL | 349.68º | 0.64% | 0.28% | - |
| HSV(B) | 349.68º | 0.78% | 0.47% | - |
| XYZ | 8.4 | 4.83 | 2.68 | - |
| YUV | 55.63 | 120.31 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 26 | 42 | 0 | 0.78 | 0.65 | 0.53 | 349.68 | 0.64 | 0.28 |
| Hex | 77 | 1A | 2A | 0 | 4E | 41 | 35 | 15E | 40 | 1C |
| Octal | 167 | 32 | 52 | 0 | 116 | 101 | 65 | 536 | 100 | 34 |
| Binary | 1110111 | 11010 | 101010 | 0 | 1001110 | 1000001 | 110101 | 101011110 | 1000000 | 11100 |
Color Harmonies of #771A2A
Complementary color
Monochromatic Colors of #771A2A
Black with #771A2A
Text Example
Text Example
White with #771A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771A2A; }
p { color: rgb(119,26,42); }
H1.HeaderClassName
{
color: #771A2A;
}
.AnyTagClassName
{
color: #771A2A;
}
</style>
background-color css
<style>
a { background-color: #771A2A; }
a { background-color: rgb(119,26,42); }
div.DivClassName
{
background-color: #771A2A;
}
.BgClassName
{
background-color: #771A2A;
}
</style>
border-color css
<style>
span { border-color: #771A2A; }
span { border-color: rgb(119,26,42); }
td.TdClassName
{
border-color: #771A2A;
}
.TagClassName
{
border-color: #771A2A;
}
</style>