Shades of Red Berry #78171F
Tints of Red Berry #78171F
RGB
CMYK
RGB Variations
Color information
#78171F (or 0x78171F) is known color: Red Berry. HEX triplet: 78, 17 and 1F. RGB value is (120,23,31). Sum of RGB (Red+Green+Blue) = 120+23+31=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #78171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78171F is #87E8E0. Grayscale: #343434. Windows color (decimal): -8906977 or 2037624. OLE color: 2037624.
HSL color Cylindrical-coordinate representation of color #78171F: hue angle of 355.05º 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 #78171F is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 23 | 31 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.53 |
| HSL | 355.05º | 0.68% | 0.28% | - |
| HSV(B) | 355.05º | 0.81% | 0.47% | - |
| XYZ | 8.3 | 4.7 | 1.77 | - |
| YUV | 52.92 | 115.64 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 31 | 0 | 0.81 | 0.74 | 0.53 | 355.05 | 0.68 | 0.28 |
| Hex | 78 | 17 | 1F | 0 | 51 | 4A | 35 | 163 | 44 | 1C |
| Octal | 170 | 27 | 37 | 0 | 121 | 112 | 65 | 543 | 104 | 34 |
| Binary | 1111000 | 10111 | 11111 | 0 | 1010001 | 1001010 | 110101 | 101100011 | 1000100 | 11100 |
Color Harmonies of #78171F
Complementary color
Monochromatic Colors of #78171F
Black with #78171F
Text Example
Text Example
White with #78171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78171F; }
p { color: rgb(120,23,31); }
H1.HeaderClassName
{
color: #78171F;
}
.AnyTagClassName
{
color: #78171F;
}
</style>
background-color css
<style>
a { background-color: #78171F; }
a { background-color: rgb(120,23,31); }
div.DivClassName
{
background-color: #78171F;
}
.BgClassName
{
background-color: #78171F;
}
</style>
border-color css
<style>
span { border-color: #78171F; }
span { border-color: rgb(120,23,31); }
td.TdClassName
{
border-color: #78171F;
}
.TagClassName
{
border-color: #78171F;
}
</style>