Shades of Red Berry #77141B
Tints of Red Berry #77141B
RGB
CMYK
RGB Variations
Color information
#77141B (or 0x77141B) is known color: Red Berry. HEX triplet: 77, 14 and 1B. RGB value is (119,20,27). Sum of RGB (Red+Green+Blue) = 119+20+27=166 (21% of max value = 765). Red value is 119 (46.88% from 255 or 71.69% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 119 - color contains mainly: red. Hex color #77141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77141B is #88EBE4. Grayscale: #323232. Windows color (decimal): -8973285 or 1774711. OLE color: 1774711.
HSL color Cylindrical-coordinate representation of color #77141B: hue angle of 355.76º 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 #77141B is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 20 | 27 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.53 |
| HSL | 355.76º | 0.71% | 0.27% | - |
| HSV(B) | 355.76º | 0.83% | 0.47% | - |
| XYZ | 8.06 | 4.5 | 1.48 | - |
| YUV | 50.4 | 114.8 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 20 | 27 | 0 | 0.83 | 0.77 | 0.53 | 355.76 | 0.71 | 0.27 |
| Hex | 77 | 14 | 1B | 0 | 53 | 4D | 35 | 164 | 47 | 1B |
| Octal | 167 | 24 | 33 | 0 | 123 | 115 | 65 | 544 | 107 | 33 |
| Binary | 1110111 | 10100 | 11011 | 0 | 1010011 | 1001101 | 110101 | 101100100 | 1000111 | 11011 |
Color Harmonies of #77141B
Complementary color
Monochromatic Colors of #77141B
Black with #77141B
Text Example
Text Example
White with #77141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77141B; }
p { color: rgb(119,20,27); }
H1.HeaderClassName
{
color: #77141B;
}
.AnyTagClassName
{
color: #77141B;
}
</style>
background-color css
<style>
a { background-color: #77141B; }
a { background-color: rgb(119,20,27); }
div.DivClassName
{
background-color: #77141B;
}
.BgClassName
{
background-color: #77141B;
}
</style>
border-color css
<style>
span { border-color: #77141B; }
span { border-color: rgb(119,20,27); }
td.TdClassName
{
border-color: #77141B;
}
.TagClassName
{
border-color: #77141B;
}
</style>