Shades of Red Berry #781020
Tints of Red Berry #781020
RGB
CMYK
RGB Variations
Color information
#781020 (or 0x781020) is known color: Red Berry. HEX triplet: 78, 10 and 20. RGB value is (120,16,32). Sum of RGB (Red+Green+Blue) = 120+16+32=168 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.43% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 120 - color contains mainly: red. Hex color #781020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781020 is #87EFDF. Grayscale: #303030. Windows color (decimal): -8908768 or 2101368. OLE color: 2101368.
HSL color Cylindrical-coordinate representation of color #781020: hue angle of 350.77º 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 #781020 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 16 | 32 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.53 |
| HSL | 350.77º | 0.76% | 0.27% | - |
| HSV(B) | 350.77º | 0.87% | 0.47% | - |
| XYZ | 8.19 | 4.47 | 1.8 | - |
| YUV | 48.92 | 118.46 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 16 | 32 | 0 | 0.87 | 0.73 | 0.53 | 350.77 | 0.76 | 0.27 |
| Hex | 78 | 10 | 20 | 0 | 57 | 49 | 35 | 15F | 4C | 1B |
| Octal | 170 | 20 | 40 | 0 | 127 | 111 | 65 | 537 | 114 | 33 |
| Binary | 1111000 | 10000 | 100000 | 0 | 1010111 | 1001001 | 110101 | 101011111 | 1001100 | 11011 |
Color Harmonies of #781020
Complementary color
Monochromatic Colors of #781020
Black with #781020
Text Example
Text Example
White with #781020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781020; }
p { color: rgb(120,16,32); }
H1.HeaderClassName
{
color: #781020;
}
.AnyTagClassName
{
color: #781020;
}
</style>
background-color css
<style>
a { background-color: #781020; }
a { background-color: rgb(120,16,32); }
div.DivClassName
{
background-color: #781020;
}
.BgClassName
{
background-color: #781020;
}
</style>
border-color css
<style>
span { border-color: #781020; }
span { border-color: rgb(120,16,32); }
td.TdClassName
{
border-color: #781020;
}
.TagClassName
{
border-color: #781020;
}
</style>