Shades of Red Berry #771123
Tints of Red Berry #771123
RGB
CMYK
RGB Variations
Color information
#771123 (or 0x771123) is known color: Red Berry. HEX triplet: 77, 11 and 23. RGB value is (119,17,35). Sum of RGB (Red+Green+Blue) = 119+17+35=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #771123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771123 is #88EEDC. Grayscale: #313131. Windows color (decimal): -8974045 or 2298231. OLE color: 2298231.
HSL color Cylindrical-coordinate representation of color #771123: hue angle of 349.41º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771123 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 17 | 35 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.53 |
| HSL | 349.41º | 0.75% | 0.27% | - |
| HSV(B) | 349.41º | 0.86% | 0.47% | - |
| XYZ | 8.11 | 4.44 | 2.02 | - |
| YUV | 49.55 | 119.79 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 17 | 35 | 0 | 0.86 | 0.71 | 0.53 | 349.41 | 0.75 | 0.27 |
| Hex | 77 | 11 | 23 | 0 | 56 | 47 | 35 | 15D | 4B | 1B |
| Octal | 167 | 21 | 43 | 0 | 126 | 107 | 65 | 535 | 113 | 33 |
| Binary | 1110111 | 10001 | 100011 | 0 | 1010110 | 1000111 | 110101 | 101011101 | 1001011 | 11011 |
Color Harmonies of #771123
Complementary color
Monochromatic Colors of #771123
Black with #771123
Text Example
Text Example
White with #771123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771123; }
p { color: rgb(119,17,35); }
H1.HeaderClassName
{
color: #771123;
}
.AnyTagClassName
{
color: #771123;
}
</style>
background-color css
<style>
a { background-color: #771123; }
a { background-color: rgb(119,17,35); }
div.DivClassName
{
background-color: #771123;
}
.BgClassName
{
background-color: #771123;
}
</style>
border-color css
<style>
span { border-color: #771123; }
span { border-color: rgb(119,17,35); }
td.TdClassName
{
border-color: #771123;
}
.TagClassName
{
border-color: #771123;
}
</style>