Shades of Red Berry #77151C
Tints of Red Berry #77151C
RGB
CMYK
RGB Variations
Color information
#77151C (or 0x77151C) is known color: Red Berry. HEX triplet: 77, 15 and 1C. RGB value is (119,21,28). Sum of RGB (Red+Green+Blue) = 119+21+28=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #77151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77151C is #88EAE3. Grayscale: #333333. Windows color (decimal): -8973028 or 1840503. OLE color: 1840503.
HSL color Cylindrical-coordinate representation of color #77151C: hue angle of 355.71º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77151C is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 21 | 28 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.53 |
| HSL | 355.71º | 0.7% | 0.27% | - |
| HSV(B) | 355.71º | 0.82% | 0.47% | - |
| XYZ | 8.09 | 4.54 | 1.55 | - |
| YUV | 51.1 | 114.97 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 21 | 28 | 0 | 0.82 | 0.76 | 0.53 | 355.71 | 0.7 | 0.27 |
| Hex | 77 | 15 | 1C | 0 | 52 | 4C | 35 | 164 | 46 | 1B |
| Octal | 167 | 25 | 34 | 0 | 122 | 114 | 65 | 544 | 106 | 33 |
| Binary | 1110111 | 10101 | 11100 | 0 | 1010010 | 1001100 | 110101 | 101100100 | 1000110 | 11011 |
Color Harmonies of #77151C
Complementary color
Monochromatic Colors of #77151C
Black with #77151C
Text Example
Text Example
White with #77151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77151C; }
p { color: rgb(119,21,28); }
H1.HeaderClassName
{
color: #77151C;
}
.AnyTagClassName
{
color: #77151C;
}
</style>
background-color css
<style>
a { background-color: #77151C; }
a { background-color: rgb(119,21,28); }
div.DivClassName
{
background-color: #77151C;
}
.BgClassName
{
background-color: #77151C;
}
</style>
border-color css
<style>
span { border-color: #77151C; }
span { border-color: rgb(119,21,28); }
td.TdClassName
{
border-color: #77151C;
}
.TagClassName
{
border-color: #77151C;
}
</style>