Shades of Red Berry #78181E
Tints of Red Berry #78181E
RGB
CMYK
RGB Variations
Color information
#78181E (or 0x78181E) is known color: Red Berry. HEX triplet: 78, 18 and 1E. RGB value is (120,24,30). Sum of RGB (Red+Green+Blue) = 120+24+30=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #78181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78181E is #87E7E1. Grayscale: #353535. Windows color (decimal): -8906722 or 1972344. OLE color: 1972344.
HSL color Cylindrical-coordinate representation of color #78181E: hue angle of 356.25º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #78181E is Cyan = 0, Magento = 0.8, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 24 | 30 | - |
| CMYK | 0 | 0.8 | 0.75 | 0.53 |
| HSL | 356.25º | 0.67% | 0.28% | - |
| HSV(B) | 356.25º | 0.8% | 0.47% | - |
| XYZ | 8.31 | 4.74 | 1.71 | - |
| YUV | 53.39 | 114.8 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 30 | 0 | 0.8 | 0.75 | 0.53 | 356.25 | 0.67 | 0.28 |
| Hex | 78 | 18 | 1E | 0 | 50 | 4B | 35 | 164 | 43 | 1C |
| Octal | 170 | 30 | 36 | 0 | 120 | 113 | 65 | 544 | 103 | 34 |
| Binary | 1111000 | 11000 | 11110 | 0 | 1010000 | 1001011 | 110101 | 101100100 | 1000011 | 11100 |
Color Harmonies of #78181E
Complementary color
Monochromatic Colors of #78181E
Black with #78181E
Text Example
Text Example
White with #78181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78181E; }
p { color: rgb(120,24,30); }
H1.HeaderClassName
{
color: #78181E;
}
.AnyTagClassName
{
color: #78181E;
}
</style>
background-color css
<style>
a { background-color: #78181E; }
a { background-color: rgb(120,24,30); }
div.DivClassName
{
background-color: #78181E;
}
.BgClassName
{
background-color: #78181E;
}
</style>
border-color css
<style>
span { border-color: #78181E; }
span { border-color: rgb(120,24,30); }
td.TdClassName
{
border-color: #78181E;
}
.TagClassName
{
border-color: #78181E;
}
</style>