Shades of Red Berry #771D23
Tints of Red Berry #771D23
RGB
CMYK
RGB Variations
Color information
#771D23 (or 0x771D23) is known color: Red Berry. HEX triplet: 77, 1D and 23. RGB value is (119,29,35). Sum of RGB (Red+Green+Blue) = 119+29+35=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #771D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D23 is #88E2DC. Grayscale: #383838. Windows color (decimal): -8970973 or 2301303. OLE color: 2301303.
HSL color Cylindrical-coordinate representation of color #771D23: hue angle of 356º degrees, saturation: 0.61, 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 #771D23 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 35 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.53 |
| HSL | 356º | 0.61% | 0.29% | - |
| HSV(B) | 356º | 0.76% | 0.47% | - |
| XYZ | 8.35 | 4.92 | 2.1 | - |
| YUV | 56.59 | 115.82 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 35 | 0 | 0.76 | 0.71 | 0.53 | 356 | 0.61 | 0.29 |
| Hex | 77 | 1D | 23 | 0 | 4C | 47 | 35 | 164 | 3D | 1D |
| Octal | 167 | 35 | 43 | 0 | 114 | 107 | 65 | 544 | 75 | 35 |
| Binary | 1110111 | 11101 | 100011 | 0 | 1001100 | 1000111 | 110101 | 101100100 | 111101 | 11101 |
Color Harmonies of #771D23
Complementary color
Monochromatic Colors of #771D23
Black with #771D23
Text Example
Text Example
White with #771D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D23; }
p { color: rgb(119,29,35); }
H1.HeaderClassName
{
color: #771D23;
}
.AnyTagClassName
{
color: #771D23;
}
</style>
background-color css
<style>
a { background-color: #771D23; }
a { background-color: rgb(119,29,35); }
div.DivClassName
{
background-color: #771D23;
}
.BgClassName
{
background-color: #771D23;
}
</style>
border-color css
<style>
span { border-color: #771D23; }
span { border-color: rgb(119,29,35); }
td.TdClassName
{
border-color: #771D23;
}
.TagClassName
{
border-color: #771D23;
}
</style>