Shades of Red Berry #781720
Tints of Red Berry #781720
RGB
CMYK
RGB Variations
Color information
#781720 (or 0x781720) is known color: Red Berry. HEX triplet: 78, 17 and 20. RGB value is (120,23,32). Sum of RGB (Red+Green+Blue) = 120+23+32=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #781720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781720 is #87E8DF. Grayscale: #353535. Windows color (decimal): -8906976 or 2103160. OLE color: 2103160.
HSL color Cylindrical-coordinate representation of color #781720: hue angle of 354.43º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781720 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 23 | 32 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.53 |
| HSL | 354.43º | 0.68% | 0.28% | - |
| HSV(B) | 354.43º | 0.81% | 0.47% | - |
| XYZ | 8.31 | 4.71 | 1.84 | - |
| YUV | 53.03 | 116.14 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 32 | 0 | 0.81 | 0.73 | 0.53 | 354.43 | 0.68 | 0.28 |
| Hex | 78 | 17 | 20 | 0 | 51 | 49 | 35 | 162 | 44 | 1C |
| Octal | 170 | 27 | 40 | 0 | 121 | 111 | 65 | 542 | 104 | 34 |
| Binary | 1111000 | 10111 | 100000 | 0 | 1010001 | 1001001 | 110101 | 101100010 | 1000100 | 11100 |
Color Harmonies of #781720
Complementary color
Monochromatic Colors of #781720
Black with #781720
Text Example
Text Example
White with #781720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781720; }
p { color: rgb(120,23,32); }
H1.HeaderClassName
{
color: #781720;
}
.AnyTagClassName
{
color: #781720;
}
</style>
background-color css
<style>
a { background-color: #781720; }
a { background-color: rgb(120,23,32); }
div.DivClassName
{
background-color: #781720;
}
.BgClassName
{
background-color: #781720;
}
</style>
border-color css
<style>
span { border-color: #781720; }
span { border-color: rgb(120,23,32); }
td.TdClassName
{
border-color: #781720;
}
.TagClassName
{
border-color: #781720;
}
</style>