Shades of Red Berry #771C24
Tints of Red Berry #771C24
RGB
CMYK
RGB Variations
Color information
#771C24 (or 0x771C24) is known color: Red Berry. HEX triplet: 77, 1C and 24. RGB value is (119,28,36). Sum of RGB (Red+Green+Blue) = 119+28+36=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #771C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C24 is #88E3DB. Grayscale: #383838. Windows color (decimal): -8971228 or 2366583. OLE color: 2366583.
HSL color Cylindrical-coordinate representation of color #771C24: hue angle of 354.73º 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 #771C24 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 28 | 36 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.53 |
| HSL | 354.73º | 0.62% | 0.29% | - |
| HSV(B) | 354.73º | 0.76% | 0.47% | - |
| XYZ | 8.34 | 4.88 | 2.17 | - |
| YUV | 56.12 | 116.65 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 36 | 0 | 0.76 | 0.70 | 0.53 | 354.73 | 0.62 | 0.29 |
| Hex | 77 | 1C | 24 | 0 | 4C | 46 | 35 | 163 | 3E | 1D |
| Octal | 167 | 34 | 44 | 0 | 114 | 106 | 65 | 543 | 76 | 35 |
| Binary | 1110111 | 11100 | 100100 | 0 | 1001100 | 1000110 | 110101 | 101100011 | 111110 | 11101 |
Color Harmonies of #771C24
Complementary color
Monochromatic Colors of #771C24
Black with #771C24
Text Example
Text Example
White with #771C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771C24; }
p { color: rgb(119,28,36); }
H1.HeaderClassName
{
color: #771C24;
}
.AnyTagClassName
{
color: #771C24;
}
</style>
background-color css
<style>
a { background-color: #771C24; }
a { background-color: rgb(119,28,36); }
div.DivClassName
{
background-color: #771C24;
}
.BgClassName
{
background-color: #771C24;
}
</style>
border-color css
<style>
span { border-color: #771C24; }
span { border-color: rgb(119,28,36); }
td.TdClassName
{
border-color: #771C24;
}
.TagClassName
{
border-color: #771C24;
}
</style>