Shades of Red Berry #78111F
Tints of Red Berry #78111F
RGB
CMYK
RGB Variations
Color information
#78111F (or 0x78111F) is known color: Red Berry. HEX triplet: 78, 11 and 1F. RGB value is (120,17,31). Sum of RGB (Red+Green+Blue) = 120+17+31=168 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.43% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 120 - color contains mainly: red. Hex color #78111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78111F is #87EEE0. Grayscale: #313131. Windows color (decimal): -8908513 or 2036088. OLE color: 2036088.
HSL color Cylindrical-coordinate representation of color #78111F: hue angle of 351.84º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #78111F is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 17 | 31 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.53 |
| HSL | 351.84º | 0.75% | 0.27% | - |
| HSV(B) | 351.84º | 0.86% | 0.47% | - |
| XYZ | 8.19 | 4.49 | 1.73 | - |
| YUV | 49.39 | 117.62 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 17 | 31 | 0 | 0.86 | 0.74 | 0.53 | 351.84 | 0.75 | 0.27 |
| Hex | 78 | 11 | 1F | 0 | 56 | 4A | 35 | 160 | 4B | 1B |
| Octal | 170 | 21 | 37 | 0 | 126 | 112 | 65 | 540 | 113 | 33 |
| Binary | 1111000 | 10001 | 11111 | 0 | 1010110 | 1001010 | 110101 | 101100000 | 1001011 | 11011 |
Color Harmonies of #78111F
Complementary color
Monochromatic Colors of #78111F
Black with #78111F
Text Example
Text Example
White with #78111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78111F; }
p { color: rgb(120,17,31); }
H1.HeaderClassName
{
color: #78111F;
}
.AnyTagClassName
{
color: #78111F;
}
</style>
background-color css
<style>
a { background-color: #78111F; }
a { background-color: rgb(120,17,31); }
div.DivClassName
{
background-color: #78111F;
}
.BgClassName
{
background-color: #78111F;
}
</style>
border-color css
<style>
span { border-color: #78111F; }
span { border-color: rgb(120,17,31); }
td.TdClassName
{
border-color: #78111F;
}
.TagClassName
{
border-color: #78111F;
}
</style>