Shades of Red Berry #781D26
Tints of Red Berry #781D26
RGB
CMYK
RGB Variations
Color information
#781D26 (or 0x781D26) is known color: Red Berry. HEX triplet: 78, 1D and 26. RGB value is (120,29,38). Sum of RGB (Red+Green+Blue) = 120+29+38=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #781D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D26 is #87E2D9. Grayscale: #393939. Windows color (decimal): -8905434 or 2497912. OLE color: 2497912.
HSL color Cylindrical-coordinate representation of color #781D26: hue angle of 354.07º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #781D26 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 29 | 38 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.53 |
| HSL | 354.07º | 0.61% | 0.29% | - |
| HSV(B) | 354.07º | 0.76% | 0.47% | - |
| XYZ | 8.53 | 5.01 | 2.35 | - |
| YUV | 57.24 | 117.15 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 38 | 0 | 0.76 | 0.68 | 0.53 | 354.07 | 0.61 | 0.29 |
| Hex | 78 | 1D | 26 | 0 | 4C | 44 | 35 | 162 | 3D | 1D |
| Octal | 170 | 35 | 46 | 0 | 114 | 104 | 65 | 542 | 75 | 35 |
| Binary | 1111000 | 11101 | 100110 | 0 | 1001100 | 1000100 | 110101 | 101100010 | 111101 | 11101 |
Color Harmonies of #781D26
Complementary color
Monochromatic Colors of #781D26
Black with #781D26
Text Example
Text Example
White with #781D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781D26; }
p { color: rgb(120,29,38); }
H1.HeaderClassName
{
color: #781D26;
}
.AnyTagClassName
{
color: #781D26;
}
</style>
background-color css
<style>
a { background-color: #781D26; }
a { background-color: rgb(120,29,38); }
div.DivClassName
{
background-color: #781D26;
}
.BgClassName
{
background-color: #781D26;
}
</style>
border-color css
<style>
span { border-color: #781D26; }
span { border-color: rgb(120,29,38); }
td.TdClassName
{
border-color: #781D26;
}
.TagClassName
{
border-color: #781D26;
}
</style>