Shades of Red Berry #78192B
Tints of Red Berry #78192B
RGB
CMYK
RGB Variations
Color information
#78192B (or 0x78192B) is known color: Red Berry. HEX triplet: 78, 19 and 2B. RGB value is (120,25,43). Sum of RGB (Red+Green+Blue) = 120+25+43=188 (24% of max value = 765). Red value is 120 (47.27% from 255 or 63.83% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 120 - color contains mainly: red. Hex color #78192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78192B is #87E6D4. Grayscale: #373737. Windows color (decimal): -8906453 or 2824568. OLE color: 2824568.
HSL color Cylindrical-coordinate representation of color #78192B: hue angle of 348.63º 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 #78192B is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 25 | 43 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.53 |
| HSL | 348.63º | 0.66% | 0.28% | - |
| HSV(B) | 348.63º | 0.79% | 0.47% | - |
| XYZ | 8.53 | 4.86 | 2.77 | - |
| YUV | 55.46 | 120.97 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 43 | 0 | 0.79 | 0.64 | 0.53 | 348.63 | 0.66 | 0.28 |
| Hex | 78 | 19 | 2B | 0 | 4F | 40 | 35 | 15D | 42 | 1C |
| Octal | 170 | 31 | 53 | 0 | 117 | 100 | 65 | 535 | 102 | 34 |
| Binary | 1111000 | 11001 | 101011 | 0 | 1001111 | 1000000 | 110101 | 101011101 | 1000010 | 11100 |
Color Harmonies of #78192B
Complementary color
Monochromatic Colors of #78192B
Black with #78192B
Text Example
Text Example
White with #78192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78192B; }
p { color: rgb(120,25,43); }
H1.HeaderClassName
{
color: #78192B;
}
.AnyTagClassName
{
color: #78192B;
}
</style>
background-color css
<style>
a { background-color: #78192B; }
a { background-color: rgb(120,25,43); }
div.DivClassName
{
background-color: #78192B;
}
.BgClassName
{
background-color: #78192B;
}
</style>
border-color css
<style>
span { border-color: #78192B; }
span { border-color: rgb(120,25,43); }
td.TdClassName
{
border-color: #78192B;
}
.TagClassName
{
border-color: #78192B;
}
</style>