Shades of Red Berry #78151C
Tints of Red Berry #78151C
RGB
CMYK
RGB Variations
Color information
#78151C (or 0x78151C) is known color: Red Berry. HEX triplet: 78, 15 and 1C. RGB value is (120,21,28). Sum of RGB (Red+Green+Blue) = 120+21+28=169 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.01% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 120 - color contains mainly: red. Hex color #78151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78151C is #87EAE3. Grayscale: #333333. Windows color (decimal): -8907492 or 1840504. OLE color: 1840504.
HSL color Cylindrical-coordinate representation of color #78151C: hue angle of 355.76º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78151C is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 21 | 28 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.53 |
| HSL | 355.76º | 0.7% | 0.28% | - |
| HSV(B) | 355.76º | 0.83% | 0.47% | - |
| XYZ | 8.22 | 4.61 | 1.56 | - |
| YUV | 51.4 | 114.8 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 21 | 28 | 0 | 0.83 | 0.77 | 0.53 | 355.76 | 0.7 | 0.28 |
| Hex | 78 | 15 | 1C | 0 | 53 | 4D | 35 | 164 | 46 | 1C |
| Octal | 170 | 25 | 34 | 0 | 123 | 115 | 65 | 544 | 106 | 34 |
| Binary | 1111000 | 10101 | 11100 | 0 | 1010011 | 1001101 | 110101 | 101100100 | 1000110 | 11100 |
Color Harmonies of #78151C
Complementary color
Monochromatic Colors of #78151C
Black with #78151C
Text Example
Text Example
White with #78151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78151C; }
p { color: rgb(120,21,28); }
H1.HeaderClassName
{
color: #78151C;
}
.AnyTagClassName
{
color: #78151C;
}
</style>
background-color css
<style>
a { background-color: #78151C; }
a { background-color: rgb(120,21,28); }
div.DivClassName
{
background-color: #78151C;
}
.BgClassName
{
background-color: #78151C;
}
</style>
border-color css
<style>
span { border-color: #78151C; }
span { border-color: rgb(120,21,28); }
td.TdClassName
{
border-color: #78151C;
}
.TagClassName
{
border-color: #78151C;
}
</style>