Shades of Red Berry #781424
Tints of Red Berry #781424
RGB
CMYK
RGB Variations
Color information
#781424 (or 0x781424) is known color: Red Berry. HEX triplet: 78, 14 and 24. RGB value is (120,20,36). Sum of RGB (Red+Green+Blue) = 120+20+36=176 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.18% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 120 - color contains mainly: red. Hex color #781424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781424 is #87EBDB. Grayscale: #333333. Windows color (decimal): -8907740 or 2364536. OLE color: 2364536.
HSL color Cylindrical-coordinate representation of color #781424: hue angle of 350.4º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #781424 is Cyan = 0, Magento = 0.83, Yellow = 0.7 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 20 | 36 | - |
| CMYK | 0 | 0.83 | 0.7 | 0.53 |
| HSL | 350.4º | 0.71% | 0.27% | - |
| HSV(B) | 350.4º | 0.83% | 0.47% | - |
| XYZ | 8.31 | 4.62 | 2.12 | - |
| YUV | 51.72 | 119.13 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 20 | 36 | 0 | 0.83 | 0.7 | 0.53 | 350.4 | 0.71 | 0.27 |
| Hex | 78 | 14 | 24 | 0 | 53 | 46 | 35 | 15E | 47 | 1B |
| Octal | 170 | 24 | 44 | 0 | 123 | 106 | 65 | 536 | 107 | 33 |
| Binary | 1111000 | 10100 | 100100 | 0 | 1010011 | 1000110 | 110101 | 101011110 | 1000111 | 11011 |
Color Harmonies of #781424
Complementary color
Monochromatic Colors of #781424
Black with #781424
Text Example
Text Example
White with #781424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781424; }
p { color: rgb(120,20,36); }
H1.HeaderClassName
{
color: #781424;
}
.AnyTagClassName
{
color: #781424;
}
</style>
background-color css
<style>
a { background-color: #781424; }
a { background-color: rgb(120,20,36); }
div.DivClassName
{
background-color: #781424;
}
.BgClassName
{
background-color: #781424;
}
</style>
border-color css
<style>
span { border-color: #781424; }
span { border-color: rgb(120,20,36); }
td.TdClassName
{
border-color: #781424;
}
.TagClassName
{
border-color: #781424;
}
</style>