Shades of Red Berry #78152B
Tints of Red Berry #78152B
RGB
CMYK
RGB Variations
Color information
#78152B (or 0x78152B) is known color: Red Berry. HEX triplet: 78, 15 and 2B. RGB value is (120,21,43). Sum of RGB (Red+Green+Blue) = 120+21+43=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #78152B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78152B is #87EAD4. Grayscale: #353535. Windows color (decimal): -8907477 or 2823544. OLE color: 2823544.
HSL color Cylindrical-coordinate representation of color #78152B: hue angle of 346.67º 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 #78152B is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 21 | 43 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.53 |
| HSL | 346.67º | 0.7% | 0.28% | - |
| HSV(B) | 346.67º | 0.83% | 0.47% | - |
| XYZ | 8.45 | 4.7 | 2.75 | - |
| YUV | 53.11 | 122.3 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 21 | 43 | 0 | 0.83 | 0.64 | 0.53 | 346.67 | 0.7 | 0.28 |
| Hex | 78 | 15 | 2B | 0 | 53 | 40 | 35 | 15B | 46 | 1C |
| Octal | 170 | 25 | 53 | 0 | 123 | 100 | 65 | 533 | 106 | 34 |
| Binary | 1111000 | 10101 | 101011 | 0 | 1010011 | 1000000 | 110101 | 101011011 | 1000110 | 11100 |
Color Harmonies of #78152B
Complementary color
Monochromatic Colors of #78152B
Black with #78152B
Text Example
Text Example
White with #78152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78152B; }
p { color: rgb(120,21,43); }
H1.HeaderClassName
{
color: #78152B;
}
.AnyTagClassName
{
color: #78152B;
}
</style>
background-color css
<style>
a { background-color: #78152B; }
a { background-color: rgb(120,21,43); }
div.DivClassName
{
background-color: #78152B;
}
.BgClassName
{
background-color: #78152B;
}
</style>
border-color css
<style>
span { border-color: #78152B; }
span { border-color: rgb(120,21,43); }
td.TdClassName
{
border-color: #78152B;
}
.TagClassName
{
border-color: #78152B;
}
</style>