Shades of Red Berry #78141B
Tints of Red Berry #78141B
RGB
CMYK
RGB Variations
Color information
#78141B (or 0x78141B) is known color: Red Berry. HEX triplet: 78, 14 and 1B. RGB value is (120,20,27). Sum of RGB (Red+Green+Blue) = 120+20+27=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #78141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78141B is #87EBE4. Grayscale: #323232. Windows color (decimal): -8907749 or 1774712. OLE color: 1774712.
HSL color Cylindrical-coordinate representation of color #78141B: hue angle of 355.8º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #78141B is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 20 | 27 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.53 |
| HSL | 355.8º | 0.71% | 0.27% | - |
| HSV(B) | 355.8º | 0.83% | 0.47% | - |
| XYZ | 8.19 | 4.57 | 1.49 | - |
| YUV | 50.7 | 114.63 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 20 | 27 | 0 | 0.83 | 0.78 | 0.53 | 355.8 | 0.71 | 0.27 |
| Hex | 78 | 14 | 1B | 0 | 53 | 4E | 35 | 164 | 47 | 1B |
| Octal | 170 | 24 | 33 | 0 | 123 | 116 | 65 | 544 | 107 | 33 |
| Binary | 1111000 | 10100 | 11011 | 0 | 1010011 | 1001110 | 110101 | 101100100 | 1000111 | 11011 |
Color Harmonies of #78141B
Complementary color
Monochromatic Colors of #78141B
Black with #78141B
Text Example
Text Example
White with #78141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78141B; }
p { color: rgb(120,20,27); }
H1.HeaderClassName
{
color: #78141B;
}
.AnyTagClassName
{
color: #78141B;
}
</style>
background-color css
<style>
a { background-color: #78141B; }
a { background-color: rgb(120,20,27); }
div.DivClassName
{
background-color: #78141B;
}
.BgClassName
{
background-color: #78141B;
}
</style>
border-color css
<style>
span { border-color: #78141B; }
span { border-color: rgb(120,20,27); }
td.TdClassName
{
border-color: #78141B;
}
.TagClassName
{
border-color: #78141B;
}
</style>