Shades of Red Berry #781E2C
Tints of Red Berry #781E2C
RGB
CMYK
RGB Variations
Color information
#781E2C (or 0x781E2C) is known color: Red Berry. HEX triplet: 78, 1E and 2C. RGB value is (120,30,44). Sum of RGB (Red+Green+Blue) = 120+30+44=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #781E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E2C is #87E1D3. Grayscale: #3A3A3A. Windows color (decimal): -8905172 or 2891384. OLE color: 2891384.
HSL color Cylindrical-coordinate representation of color #781E2C: hue angle of 350.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 #781E2C is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 30 | 44 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.53 |
| HSL | 350.67º | 0.6% | 0.29% | - |
| HSV(B) | 350.67º | 0.75% | 0.47% | - |
| XYZ | 8.66 | 5.1 | 2.91 | - |
| YUV | 58.51 | 119.82 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 44 | 0 | 0.75 | 0.63 | 0.53 | 350.67 | 0.6 | 0.29 |
| Hex | 78 | 1E | 2C | 0 | 4B | 3F | 35 | 15F | 3C | 1D |
| Octal | 170 | 36 | 54 | 0 | 113 | 77 | 65 | 537 | 74 | 35 |
| Binary | 1111000 | 11110 | 101100 | 0 | 1001011 | 111111 | 110101 | 101011111 | 111100 | 11101 |
Color Harmonies of #781E2C
Complementary color
Monochromatic Colors of #781E2C
Black with #781E2C
Text Example
Text Example
White with #781E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781E2C; }
p { color: rgb(120,30,44); }
H1.HeaderClassName
{
color: #781E2C;
}
.AnyTagClassName
{
color: #781E2C;
}
</style>
background-color css
<style>
a { background-color: #781E2C; }
a { background-color: rgb(120,30,44); }
div.DivClassName
{
background-color: #781E2C;
}
.BgClassName
{
background-color: #781E2C;
}
</style>
border-color css
<style>
span { border-color: #781E2C; }
span { border-color: rgb(120,30,44); }
td.TdClassName
{
border-color: #781E2C;
}
.TagClassName
{
border-color: #781E2C;
}
</style>