Shades of Red Berry #77111D
Tints of Red Berry #77111D
RGB
CMYK
RGB Variations
Color information
#77111D (or 0x77111D) is known color: Red Berry. HEX triplet: 77, 11 and 1D. RGB value is (119,17,29). Sum of RGB (Red+Green+Blue) = 119+17+29=165 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.12% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 119 - color contains mainly: red. Hex color #77111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77111D is #88EEE2. Grayscale: #303030. Windows color (decimal): -8974051 or 1905015. OLE color: 1905015.
HSL color Cylindrical-coordinate representation of color #77111D: hue angle of 352.94º 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 #77111D is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 17 | 29 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.53 |
| HSL | 352.94º | 0.75% | 0.27% | - |
| HSV(B) | 352.94º | 0.86% | 0.47% | - |
| XYZ | 8.03 | 4.41 | 1.59 | - |
| YUV | 48.87 | 116.79 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 17 | 29 | 0 | 0.86 | 0.76 | 0.53 | 352.94 | 0.75 | 0.27 |
| Hex | 77 | 11 | 1D | 0 | 56 | 4C | 35 | 161 | 4B | 1B |
| Octal | 167 | 21 | 35 | 0 | 126 | 114 | 65 | 541 | 113 | 33 |
| Binary | 1110111 | 10001 | 11101 | 0 | 1010110 | 1001100 | 110101 | 101100001 | 1001011 | 11011 |
Color Harmonies of #77111D
Complementary color
Monochromatic Colors of #77111D
Black with #77111D
Text Example
Text Example
White with #77111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77111D; }
p { color: rgb(119,17,29); }
H1.HeaderClassName
{
color: #77111D;
}
.AnyTagClassName
{
color: #77111D;
}
</style>
background-color css
<style>
a { background-color: #77111D; }
a { background-color: rgb(119,17,29); }
div.DivClassName
{
background-color: #77111D;
}
.BgClassName
{
background-color: #77111D;
}
</style>
border-color css
<style>
span { border-color: #77111D; }
span { border-color: rgb(119,17,29); }
td.TdClassName
{
border-color: #77111D;
}
.TagClassName
{
border-color: #77111D;
}
</style>