Shades of Red Berry #771229
Tints of Red Berry #771229
RGB
CMYK
RGB Variations
Color information
#771229 (or 0x771229) is known color: Red Berry. HEX triplet: 77, 12 and 29. RGB value is (119,18,41). Sum of RGB (Red+Green+Blue) = 119+18+41=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #771229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771229 is #88EDD6. Grayscale: #323232. Windows color (decimal): -8973783 or 2691703. OLE color: 2691703.
HSL color Cylindrical-coordinate representation of color #771229: hue angle of 346.34º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #771229 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 18 | 41 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.53 |
| HSL | 346.34º | 0.74% | 0.27% | - |
| HSV(B) | 346.34º | 0.85% | 0.47% | - |
| XYZ | 8.22 | 4.51 | 2.54 | - |
| YUV | 50.82 | 122.46 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 18 | 41 | 0 | 0.85 | 0.66 | 0.53 | 346.34 | 0.74 | 0.27 |
| Hex | 77 | 12 | 29 | 0 | 55 | 42 | 35 | 15A | 4A | 1B |
| Octal | 167 | 22 | 51 | 0 | 125 | 102 | 65 | 532 | 112 | 33 |
| Binary | 1110111 | 10010 | 101001 | 0 | 1010101 | 1000010 | 110101 | 101011010 | 1001010 | 11011 |
Color Harmonies of #771229
Complementary color
Monochromatic Colors of #771229
Black with #771229
Text Example
Text Example
White with #771229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771229; }
p { color: rgb(119,18,41); }
H1.HeaderClassName
{
color: #771229;
}
.AnyTagClassName
{
color: #771229;
}
</style>
background-color css
<style>
a { background-color: #771229; }
a { background-color: rgb(119,18,41); }
div.DivClassName
{
background-color: #771229;
}
.BgClassName
{
background-color: #771229;
}
</style>
border-color css
<style>
span { border-color: #771229; }
span { border-color: rgb(119,18,41); }
td.TdClassName
{
border-color: #771229;
}
.TagClassName
{
border-color: #771229;
}
</style>