Shades of Red Berry #78101B
Tints of Red Berry #78101B
RGB
CMYK
RGB Variations
Color information
#78101B (or 0x78101B) is known color: Red Berry. HEX triplet: 78, 10 and 1B. RGB value is (120,16,27). Sum of RGB (Red+Green+Blue) = 120+16+27=163 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.62% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 120 - color contains mainly: red. Hex color #78101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78101B is #87EFE4. Grayscale: #303030. Windows color (decimal): -8908773 or 1773688. OLE color: 1773688.
HSL color Cylindrical-coordinate representation of color #78101B: hue angle of 353.65º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #78101B is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 16 | 27 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.53 |
| HSL | 353.65º | 0.76% | 0.27% | - |
| HSV(B) | 353.65º | 0.87% | 0.47% | - |
| XYZ | 8.13 | 4.44 | 1.47 | - |
| YUV | 48.35 | 115.96 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 16 | 27 | 0 | 0.87 | 0.78 | 0.53 | 353.65 | 0.76 | 0.27 |
| Hex | 78 | 10 | 1B | 0 | 57 | 4E | 35 | 162 | 4C | 1B |
| Octal | 170 | 20 | 33 | 0 | 127 | 116 | 65 | 542 | 114 | 33 |
| Binary | 1111000 | 10000 | 11011 | 0 | 1010111 | 1001110 | 110101 | 101100010 | 1001100 | 11011 |
Color Harmonies of #78101B
Complementary color
Monochromatic Colors of #78101B
Black with #78101B
Text Example
Text Example
White with #78101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78101B; }
p { color: rgb(120,16,27); }
H1.HeaderClassName
{
color: #78101B;
}
.AnyTagClassName
{
color: #78101B;
}
</style>
background-color css
<style>
a { background-color: #78101B; }
a { background-color: rgb(120,16,27); }
div.DivClassName
{
background-color: #78101B;
}
.BgClassName
{
background-color: #78101B;
}
</style>
border-color css
<style>
span { border-color: #78101B; }
span { border-color: rgb(120,16,27); }
td.TdClassName
{
border-color: #78101B;
}
.TagClassName
{
border-color: #78101B;
}
</style>