Shades of Red Berry #78192C
Tints of Red Berry #78192C
RGB
CMYK
RGB Variations
Color information
#78192C (or 0x78192C) is known color: Red Berry. HEX triplet: 78, 19 and 2C. RGB value is (120,25,44). Sum of RGB (Red+Green+Blue) = 120+25+44=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #78192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78192C is #87E6D3. Grayscale: #373737. Windows color (decimal): -8906452 or 2890104. OLE color: 2890104.
HSL color Cylindrical-coordinate representation of color #78192C: hue angle of 348º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #78192C is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 25 | 44 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.53 |
| HSL | 348º | 0.66% | 0.28% | - |
| HSV(B) | 348º | 0.79% | 0.47% | - |
| XYZ | 8.55 | 4.87 | 2.87 | - |
| YUV | 55.57 | 121.47 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 44 | 0 | 0.79 | 0.63 | 0.53 | 348 | 0.66 | 0.28 |
| Hex | 78 | 19 | 2C | 0 | 4F | 3F | 35 | 15C | 42 | 1C |
| Octal | 170 | 31 | 54 | 0 | 117 | 77 | 65 | 534 | 102 | 34 |
| Binary | 1111000 | 11001 | 101100 | 0 | 1001111 | 111111 | 110101 | 101011100 | 1000010 | 11100 |
Color Harmonies of #78192C
Complementary color
Monochromatic Colors of #78192C
Black with #78192C
Text Example
Text Example
White with #78192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78192C; }
p { color: rgb(120,25,44); }
H1.HeaderClassName
{
color: #78192C;
}
.AnyTagClassName
{
color: #78192C;
}
</style>
background-color css
<style>
a { background-color: #78192C; }
a { background-color: rgb(120,25,44); }
div.DivClassName
{
background-color: #78192C;
}
.BgClassName
{
background-color: #78192C;
}
</style>
border-color css
<style>
span { border-color: #78192C; }
span { border-color: rgb(120,25,44); }
td.TdClassName
{
border-color: #78192C;
}
.TagClassName
{
border-color: #78192C;
}
</style>