Shades of Red Berry #78171C
Tints of Red Berry #78171C
RGB
CMYK
RGB Variations
Color information
#78171C (or 0x78171C) is known color: Red Berry. HEX triplet: 78, 17 and 1C. RGB value is (120,23,28). Sum of RGB (Red+Green+Blue) = 120+23+28=171 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.18% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 120 - color contains mainly: red. Hex color #78171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78171C is #87E8E3. Grayscale: #343434. Windows color (decimal): -8906980 or 1841016. OLE color: 1841016.
HSL color Cylindrical-coordinate representation of color #78171C: hue angle of 356.91º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #78171C is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 23 | 28 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.53 |
| HSL | 356.91º | 0.68% | 0.28% | - |
| HSV(B) | 356.91º | 0.81% | 0.47% | - |
| XYZ | 8.26 | 4.69 | 1.57 | - |
| YUV | 52.57 | 114.14 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 28 | 0 | 0.81 | 0.77 | 0.53 | 356.91 | 0.68 | 0.28 |
| Hex | 78 | 17 | 1C | 0 | 51 | 4D | 35 | 165 | 44 | 1C |
| Octal | 170 | 27 | 34 | 0 | 121 | 115 | 65 | 545 | 104 | 34 |
| Binary | 1111000 | 10111 | 11100 | 0 | 1010001 | 1001101 | 110101 | 101100101 | 1000100 | 11100 |
Color Harmonies of #78171C
Complementary color
Monochromatic Colors of #78171C
Black with #78171C
Text Example
Text Example
White with #78171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78171C; }
p { color: rgb(120,23,28); }
H1.HeaderClassName
{
color: #78171C;
}
.AnyTagClassName
{
color: #78171C;
}
</style>
background-color css
<style>
a { background-color: #78171C; }
a { background-color: rgb(120,23,28); }
div.DivClassName
{
background-color: #78171C;
}
.BgClassName
{
background-color: #78171C;
}
</style>
border-color css
<style>
span { border-color: #78171C; }
span { border-color: rgb(120,23,28); }
td.TdClassName
{
border-color: #78171C;
}
.TagClassName
{
border-color: #78171C;
}
</style>