Shades of Red Berry #77141D
Tints of Red Berry #77141D
RGB
CMYK
RGB Variations
Color information
#77141D (or 0x77141D) is known color: Red Berry. HEX triplet: 77, 14 and 1D. RGB value is (119,20,29). Sum of RGB (Red+Green+Blue) = 119+20+29=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #77141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77141D is #88EBE2. Grayscale: #323232. Windows color (decimal): -8973283 or 1905783. OLE color: 1905783.
HSL color Cylindrical-coordinate representation of color #77141D: hue angle of 354.55º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #77141D is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 20 | 29 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.53 |
| HSL | 354.55º | 0.71% | 0.27% | - |
| HSV(B) | 354.55º | 0.83% | 0.47% | - |
| XYZ | 8.08 | 4.51 | 1.61 | - |
| YUV | 50.63 | 115.8 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 20 | 29 | 0 | 0.83 | 0.76 | 0.53 | 354.55 | 0.71 | 0.27 |
| Hex | 77 | 14 | 1D | 0 | 53 | 4C | 35 | 163 | 47 | 1B |
| Octal | 167 | 24 | 35 | 0 | 123 | 114 | 65 | 543 | 107 | 33 |
| Binary | 1110111 | 10100 | 11101 | 0 | 1010011 | 1001100 | 110101 | 101100011 | 1000111 | 11011 |
Color Harmonies of #77141D
Complementary color
Monochromatic Colors of #77141D
Black with #77141D
Text Example
Text Example
White with #77141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77141D; }
p { color: rgb(119,20,29); }
H1.HeaderClassName
{
color: #77141D;
}
.AnyTagClassName
{
color: #77141D;
}
</style>
background-color css
<style>
a { background-color: #77141D; }
a { background-color: rgb(119,20,29); }
div.DivClassName
{
background-color: #77141D;
}
.BgClassName
{
background-color: #77141D;
}
</style>
border-color css
<style>
span { border-color: #77141D; }
span { border-color: rgb(119,20,29); }
td.TdClassName
{
border-color: #77141D;
}
.TagClassName
{
border-color: #77141D;
}
</style>