Shades of Red Berry #771520
Tints of Red Berry #771520
RGB
CMYK
RGB Variations
Color information
#771520 (or 0x771520) is known color: Red Berry. HEX triplet: 77, 15 and 20. RGB value is (119,21,32). Sum of RGB (Red+Green+Blue) = 119+21+32=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #771520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771520 is #88EADF. Grayscale: #333333. Windows color (decimal): -8973024 or 2102647. OLE color: 2102647.
HSL color Cylindrical-coordinate representation of color #771520: hue angle of 353.27º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #771520 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 21 | 32 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.53 |
| HSL | 353.27º | 0.7% | 0.27% | - |
| HSV(B) | 353.27º | 0.82% | 0.47% | - |
| XYZ | 8.14 | 4.56 | 1.82 | - |
| YUV | 51.56 | 116.97 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 21 | 32 | 0 | 0.82 | 0.73 | 0.53 | 353.27 | 0.7 | 0.27 |
| Hex | 77 | 15 | 20 | 0 | 52 | 49 | 35 | 161 | 46 | 1B |
| Octal | 167 | 25 | 40 | 0 | 122 | 111 | 65 | 541 | 106 | 33 |
| Binary | 1110111 | 10101 | 100000 | 0 | 1010010 | 1001001 | 110101 | 101100001 | 1000110 | 11011 |
Color Harmonies of #771520
Complementary color
Monochromatic Colors of #771520
Black with #771520
Text Example
Text Example
White with #771520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771520; }
p { color: rgb(119,21,32); }
H1.HeaderClassName
{
color: #771520;
}
.AnyTagClassName
{
color: #771520;
}
</style>
background-color css
<style>
a { background-color: #771520; }
a { background-color: rgb(119,21,32); }
div.DivClassName
{
background-color: #771520;
}
.BgClassName
{
background-color: #771520;
}
</style>
border-color css
<style>
span { border-color: #771520; }
span { border-color: rgb(119,21,32); }
td.TdClassName
{
border-color: #771520;
}
.TagClassName
{
border-color: #771520;
}
</style>