Shades of Red Berry #781D20
Tints of Red Berry #781D20
RGB
CMYK
RGB Variations
Color information
#781D20 (or 0x781D20) is known color: Red Berry. HEX triplet: 78, 1D and 20. RGB value is (120,29,32). Sum of RGB (Red+Green+Blue) = 120+29+32=181 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.30% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 120 - color contains mainly: red. Hex color #781D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D20 is #87E2DF. Grayscale: #383838. Windows color (decimal): -8905440 or 2104696. OLE color: 2104696.
HSL color Cylindrical-coordinate representation of color #781D20: hue angle of 358.02º 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 #781D20 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 29 | 32 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.53 |
| HSL | 358.02º | 0.61% | 0.29% | - |
| HSV(B) | 358.02º | 0.76% | 0.47% | - |
| XYZ | 8.45 | 4.98 | 1.88 | - |
| YUV | 56.55 | 114.15 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 32 | 0 | 0.76 | 0.73 | 0.53 | 358.02 | 0.61 | 0.29 |
| Hex | 78 | 1D | 20 | 0 | 4C | 49 | 35 | 166 | 3D | 1D |
| Octal | 170 | 35 | 40 | 0 | 114 | 111 | 65 | 546 | 75 | 35 |
| Binary | 1111000 | 11101 | 100000 | 0 | 1001100 | 1001001 | 110101 | 101100110 | 111101 | 11101 |
Color Harmonies of #781D20
Complementary color
Monochromatic Colors of #781D20
Black with #781D20
Text Example
Text Example
White with #781D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781D20; }
p { color: rgb(120,29,32); }
H1.HeaderClassName
{
color: #781D20;
}
.AnyTagClassName
{
color: #781D20;
}
</style>
background-color css
<style>
a { background-color: #781D20; }
a { background-color: rgb(120,29,32); }
div.DivClassName
{
background-color: #781D20;
}
.BgClassName
{
background-color: #781D20;
}
</style>
border-color css
<style>
span { border-color: #781D20; }
span { border-color: rgb(120,29,32); }
td.TdClassName
{
border-color: #781D20;
}
.TagClassName
{
border-color: #781D20;
}
</style>