Shades of Red Berry #771C29
Tints of Red Berry #771C29
RGB
CMYK
RGB Variations
Color information
#771C29 (or 0x771C29) is known color: Red Berry. HEX triplet: 77, 1C and 29. RGB value is (119,28,41). Sum of RGB (Red+Green+Blue) = 119+28+41=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #771C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C29 is #88E3D6. Grayscale: #383838. Windows color (decimal): -8971223 or 2694263. OLE color: 2694263.
HSL color Cylindrical-coordinate representation of color #771C29: hue angle of 351.43º 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 #771C29 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 28 | 41 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.53 |
| HSL | 351.43º | 0.62% | 0.29% | - |
| HSV(B) | 351.43º | 0.76% | 0.47% | - |
| XYZ | 8.42 | 4.91 | 2.6 | - |
| YUV | 56.69 | 119.15 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 41 | 0 | 0.76 | 0.66 | 0.53 | 351.43 | 0.62 | 0.29 |
| Hex | 77 | 1C | 29 | 0 | 4C | 42 | 35 | 15F | 3E | 1D |
| Octal | 167 | 34 | 51 | 0 | 114 | 102 | 65 | 537 | 76 | 35 |
| Binary | 1110111 | 11100 | 101001 | 0 | 1001100 | 1000010 | 110101 | 101011111 | 111110 | 11101 |
Color Harmonies of #771C29
Complementary color
Monochromatic Colors of #771C29
Black with #771C29
Text Example
Text Example
White with #771C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771C29; }
p { color: rgb(119,28,41); }
H1.HeaderClassName
{
color: #771C29;
}
.AnyTagClassName
{
color: #771C29;
}
</style>
background-color css
<style>
a { background-color: #771C29; }
a { background-color: rgb(119,28,41); }
div.DivClassName
{
background-color: #771C29;
}
.BgClassName
{
background-color: #771C29;
}
</style>
border-color css
<style>
span { border-color: #771C29; }
span { border-color: rgb(119,28,41); }
td.TdClassName
{
border-color: #771C29;
}
.TagClassName
{
border-color: #771C29;
}
</style>