Shades of Red Berry #78161E
Tints of Red Berry #78161E
RGB
CMYK
RGB Variations
Color information
#78161E (or 0x78161E) is known color: Red Berry. HEX triplet: 78, 16 and 1E. RGB value is (120,22,30). Sum of RGB (Red+Green+Blue) = 120+22+30=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #78161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78161E is #87E9E1. Grayscale: #343434. Windows color (decimal): -8907234 or 1971832. OLE color: 1971832.
HSL color Cylindrical-coordinate representation of color #78161E: hue angle of 355.1º degrees, saturation: 0.69, 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 #78161E is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 22 | 30 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.53 |
| HSL | 355.1º | 0.69% | 0.28% | - |
| HSV(B) | 355.1º | 0.82% | 0.47% | - |
| XYZ | 8.27 | 4.66 | 1.69 | - |
| YUV | 52.21 | 115.47 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 22 | 30 | 0 | 0.82 | 0.75 | 0.53 | 355.1 | 0.69 | 0.28 |
| Hex | 78 | 16 | 1E | 0 | 52 | 4B | 35 | 163 | 45 | 1C |
| Octal | 170 | 26 | 36 | 0 | 122 | 113 | 65 | 543 | 105 | 34 |
| Binary | 1111000 | 10110 | 11110 | 0 | 1010010 | 1001011 | 110101 | 101100011 | 1000101 | 11100 |
Color Harmonies of #78161E
Complementary color
Monochromatic Colors of #78161E
Black with #78161E
Text Example
Text Example
White with #78161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78161E; }
p { color: rgb(120,22,30); }
H1.HeaderClassName
{
color: #78161E;
}
.AnyTagClassName
{
color: #78161E;
}
</style>
background-color css
<style>
a { background-color: #78161E; }
a { background-color: rgb(120,22,30); }
div.DivClassName
{
background-color: #78161E;
}
.BgClassName
{
background-color: #78161E;
}
</style>
border-color css
<style>
span { border-color: #78161E; }
span { border-color: rgb(120,22,30); }
td.TdClassName
{
border-color: #78161E;
}
.TagClassName
{
border-color: #78161E;
}
</style>