Shades of Red Berry #781E2A
Tints of Red Berry #781E2A
RGB
CMYK
RGB Variations
Color information
#781E2A (or 0x781E2A) is known color: Red Berry. HEX triplet: 78, 1E and 2A. RGB value is (120,30,42). Sum of RGB (Red+Green+Blue) = 120+30+42=192 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.5% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 120 - color contains mainly: red. Hex color #781E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E2A is #87E1D5. Grayscale: #3A3A3A. Windows color (decimal): -8905174 or 2760312. OLE color: 2760312.
HSL color Cylindrical-coordinate representation of color #781E2A: hue angle of 352º 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 #781E2A is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 30 | 42 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.53 |
| HSL | 352º | 0.6% | 0.29% | - |
| HSV(B) | 352º | 0.75% | 0.47% | - |
| XYZ | 8.63 | 5.09 | 2.72 | - |
| YUV | 58.28 | 118.82 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 42 | 0 | 0.75 | 0.65 | 0.53 | 352 | 0.6 | 0.29 |
| Hex | 78 | 1E | 2A | 0 | 4B | 41 | 35 | 160 | 3C | 1D |
| Octal | 170 | 36 | 52 | 0 | 113 | 101 | 65 | 540 | 74 | 35 |
| Binary | 1111000 | 11110 | 101010 | 0 | 1001011 | 1000001 | 110101 | 101100000 | 111100 | 11101 |
Color Harmonies of #781E2A
Complementary color
Monochromatic Colors of #781E2A
Black with #781E2A
Text Example
Text Example
White with #781E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781E2A; }
p { color: rgb(120,30,42); }
H1.HeaderClassName
{
color: #781E2A;
}
.AnyTagClassName
{
color: #781E2A;
}
</style>
background-color css
<style>
a { background-color: #781E2A; }
a { background-color: rgb(120,30,42); }
div.DivClassName
{
background-color: #781E2A;
}
.BgClassName
{
background-color: #781E2A;
}
</style>
border-color css
<style>
span { border-color: #781E2A; }
span { border-color: rgb(120,30,42); }
td.TdClassName
{
border-color: #781E2A;
}
.TagClassName
{
border-color: #781E2A;
}
</style>