Shades of Red Berry #77131E
Tints of Red Berry #77131E
RGB
CMYK
RGB Variations
Color information
#77131E (or 0x77131E) is known color: Red Berry. HEX triplet: 77, 13 and 1E. RGB value is (119,19,30). Sum of RGB (Red+Green+Blue) = 119+19+30=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #77131E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77131E is #88ECE1. Grayscale: #323232. Windows color (decimal): -8973538 or 1971063. OLE color: 1971063.
HSL color Cylindrical-coordinate representation of color #77131E: hue angle of 353.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #77131E is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 19 | 30 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.53 |
| HSL | 353.4º | 0.72% | 0.27% | - |
| HSV(B) | 353.4º | 0.84% | 0.47% | - |
| XYZ | 8.07 | 4.48 | 1.67 | - |
| YUV | 50.15 | 116.63 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 19 | 30 | 0 | 0.84 | 0.75 | 0.53 | 353.4 | 0.72 | 0.27 |
| Hex | 77 | 13 | 1E | 0 | 54 | 4B | 35 | 161 | 48 | 1B |
| Octal | 167 | 23 | 36 | 0 | 124 | 113 | 65 | 541 | 110 | 33 |
| Binary | 1110111 | 10011 | 11110 | 0 | 1010100 | 1001011 | 110101 | 101100001 | 1001000 | 11011 |
Color Harmonies of #77131E
Complementary color
Monochromatic Colors of #77131E
Black with #77131E
Text Example
Text Example
White with #77131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77131E; }
p { color: rgb(119,19,30); }
H1.HeaderClassName
{
color: #77131E;
}
.AnyTagClassName
{
color: #77131E;
}
</style>
background-color css
<style>
a { background-color: #77131E; }
a { background-color: rgb(119,19,30); }
div.DivClassName
{
background-color: #77131E;
}
.BgClassName
{
background-color: #77131E;
}
</style>
border-color css
<style>
span { border-color: #77131E; }
span { border-color: rgb(119,19,30); }
td.TdClassName
{
border-color: #77131E;
}
.TagClassName
{
border-color: #77131E;
}
</style>