Shades of Red Berry #78152C
Tints of Red Berry #78152C
RGB
CMYK
RGB Variations
Color information
#78152C (or 0x78152C) is known color: Red Berry. HEX triplet: 78, 15 and 2C. RGB value is (120,21,44). Sum of RGB (Red+Green+Blue) = 120+21+44=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #78152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78152C is #87EAD3. Grayscale: #353535. Windows color (decimal): -8907476 or 2889080. OLE color: 2889080.
HSL color Cylindrical-coordinate representation of color #78152C: hue angle of 346.06º degrees, saturation: 0.7, 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 #78152C is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 21 | 44 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.53 |
| HSL | 346.06º | 0.7% | 0.28% | - |
| HSV(B) | 346.06º | 0.83% | 0.47% | - |
| XYZ | 8.47 | 4.71 | 2.85 | - |
| YUV | 53.22 | 122.8 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 21 | 44 | 0 | 0.83 | 0.63 | 0.53 | 346.06 | 0.7 | 0.28 |
| Hex | 78 | 15 | 2C | 0 | 53 | 3F | 35 | 15A | 46 | 1C |
| Octal | 170 | 25 | 54 | 0 | 123 | 77 | 65 | 532 | 106 | 34 |
| Binary | 1111000 | 10101 | 101100 | 0 | 1010011 | 111111 | 110101 | 101011010 | 1000110 | 11100 |
Color Harmonies of #78152C
Complementary color
Monochromatic Colors of #78152C
Black with #78152C
Text Example
Text Example
White with #78152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78152C; }
p { color: rgb(120,21,44); }
H1.HeaderClassName
{
color: #78152C;
}
.AnyTagClassName
{
color: #78152C;
}
</style>
background-color css
<style>
a { background-color: #78152C; }
a { background-color: rgb(120,21,44); }
div.DivClassName
{
background-color: #78152C;
}
.BgClassName
{
background-color: #78152C;
}
</style>
border-color css
<style>
span { border-color: #78152C; }
span { border-color: rgb(120,21,44); }
td.TdClassName
{
border-color: #78152C;
}
.TagClassName
{
border-color: #78152C;
}
</style>