Shades of Red Berry #78192D
Tints of Red Berry #78192D
RGB
CMYK
RGB Variations
Color information
#78192D (or 0x78192D) is known color: Red Berry. HEX triplet: 78, 19 and 2D. RGB value is (120,25,45). Sum of RGB (Red+Green+Blue) = 120+25+45=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #78192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78192D is #87E6D2. Grayscale: #373737. Windows color (decimal): -8906451 or 2955640. OLE color: 2955640.
HSL color Cylindrical-coordinate representation of color #78192D: hue angle of 347.37º 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 #78192D is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 25 | 45 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.53 |
| HSL | 347.37º | 0.66% | 0.28% | - |
| HSV(B) | 347.37º | 0.79% | 0.47% | - |
| XYZ | 8.57 | 4.88 | 2.97 | - |
| YUV | 55.69 | 121.97 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 45 | 0 | 0.79 | 0.63 | 0.53 | 347.37 | 0.66 | 0.28 |
| Hex | 78 | 19 | 2D | 0 | 4F | 3F | 35 | 15B | 42 | 1C |
| Octal | 170 | 31 | 55 | 0 | 117 | 77 | 65 | 533 | 102 | 34 |
| Binary | 1111000 | 11001 | 101101 | 0 | 1001111 | 111111 | 110101 | 101011011 | 1000010 | 11100 |
Color Harmonies of #78192D
Complementary color
Monochromatic Colors of #78192D
Black with #78192D
Text Example
Text Example
White with #78192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78192D; }
p { color: rgb(120,25,45); }
H1.HeaderClassName
{
color: #78192D;
}
.AnyTagClassName
{
color: #78192D;
}
</style>
background-color css
<style>
a { background-color: #78192D; }
a { background-color: rgb(120,25,45); }
div.DivClassName
{
background-color: #78192D;
}
.BgClassName
{
background-color: #78192D;
}
</style>
border-color css
<style>
span { border-color: #78192D; }
span { border-color: rgb(120,25,45); }
td.TdClassName
{
border-color: #78192D;
}
.TagClassName
{
border-color: #78192D;
}
</style>