Shades of Red Berry #78162D
Tints of Red Berry #78162D
RGB
CMYK
RGB Variations
Color information
#78162D (or 0x78162D) is known color: Red Berry. HEX triplet: 78, 16 and 2D. RGB value is (120,22,45). Sum of RGB (Red+Green+Blue) = 120+22+45=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #78162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78162D is #87E9D2. Grayscale: #353535. Windows color (decimal): -8907219 or 2954872. OLE color: 2954872.
HSL color Cylindrical-coordinate representation of color #78162D: hue angle of 345.92º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78162D is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 22 | 45 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.53 |
| HSL | 345.92º | 0.69% | 0.28% | - |
| HSV(B) | 345.92º | 0.82% | 0.47% | - |
| XYZ | 8.51 | 4.76 | 2.95 | - |
| YUV | 53.92 | 122.97 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 22 | 45 | 0 | 0.82 | 0.63 | 0.53 | 345.92 | 0.69 | 0.28 |
| Hex | 78 | 16 | 2D | 0 | 52 | 3F | 35 | 15A | 45 | 1C |
| Octal | 170 | 26 | 55 | 0 | 122 | 77 | 65 | 532 | 105 | 34 |
| Binary | 1111000 | 10110 | 101101 | 0 | 1010010 | 111111 | 110101 | 101011010 | 1000101 | 11100 |
Color Harmonies of #78162D
Complementary color
Monochromatic Colors of #78162D
Black with #78162D
Text Example
Text Example
White with #78162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78162D; }
p { color: rgb(120,22,45); }
H1.HeaderClassName
{
color: #78162D;
}
.AnyTagClassName
{
color: #78162D;
}
</style>
background-color css
<style>
a { background-color: #78162D; }
a { background-color: rgb(120,22,45); }
div.DivClassName
{
background-color: #78162D;
}
.BgClassName
{
background-color: #78162D;
}
</style>
border-color css
<style>
span { border-color: #78162D; }
span { border-color: rgb(120,22,45); }
td.TdClassName
{
border-color: #78162D;
}
.TagClassName
{
border-color: #78162D;
}
</style>