Shades of Red Berry #781E20
Tints of Red Berry #781E20
RGB
CMYK
RGB Variations
Color information
#781E20 (or 0x781E20) is known color: Red Berry. HEX triplet: 78, 1E and 20. RGB value is (120,30,32). Sum of RGB (Red+Green+Blue) = 120+30+32=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #781E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E20 is #87E1DF. Grayscale: #393939. Windows color (decimal): -8905184 or 2104952. OLE color: 2104952.
HSL color Cylindrical-coordinate representation of color #781E20: hue angle of 358.67º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #781E20 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 30 | 32 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.53 |
| HSL | 358.67º | 0.6% | 0.29% | - |
| HSV(B) | 358.67º | 0.75% | 0.47% | - |
| XYZ | 8.47 | 5.03 | 1.89 | - |
| YUV | 57.14 | 113.82 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 32 | 0 | 0.75 | 0.73 | 0.53 | 358.67 | 0.6 | 0.29 |
| Hex | 78 | 1E | 20 | 0 | 4B | 49 | 35 | 167 | 3C | 1D |
| Octal | 170 | 36 | 40 | 0 | 113 | 111 | 65 | 547 | 74 | 35 |
| Binary | 1111000 | 11110 | 100000 | 0 | 1001011 | 1001001 | 110101 | 101100111 | 111100 | 11101 |
Color Harmonies of #781E20
Complementary color
Monochromatic Colors of #781E20
Black with #781E20
Text Example
Text Example
White with #781E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781E20; }
p { color: rgb(120,30,32); }
H1.HeaderClassName
{
color: #781E20;
}
.AnyTagClassName
{
color: #781E20;
}
</style>
background-color css
<style>
a { background-color: #781E20; }
a { background-color: rgb(120,30,32); }
div.DivClassName
{
background-color: #781E20;
}
.BgClassName
{
background-color: #781E20;
}
</style>
border-color css
<style>
span { border-color: #781E20; }
span { border-color: rgb(120,30,32); }
td.TdClassName
{
border-color: #781E20;
}
.TagClassName
{
border-color: #781E20;
}
</style>