Shades of Red Berry #781124
Tints of Red Berry #781124
RGB
CMYK
RGB Variations
Color information
#781124 (or 0x781124) is known color: Red Berry. HEX triplet: 78, 11 and 24. RGB value is (120,17,36). Sum of RGB (Red+Green+Blue) = 120+17+36=173 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.36% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 120 - color contains mainly: red. Hex color #781124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781124 is #87EEDB. Grayscale: #313131. Windows color (decimal): -8908508 or 2363768. OLE color: 2363768.
HSL color Cylindrical-coordinate representation of color #781124: hue angle of 348.93º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781124 is Cyan = 0, Magento = 0.86, Yellow = 0.7 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 17 | 36 | - |
| CMYK | 0 | 0.86 | 0.7 | 0.53 |
| HSL | 348.93º | 0.75% | 0.27% | - |
| HSV(B) | 348.93º | 0.86% | 0.47% | - |
| XYZ | 8.26 | 4.52 | 2.11 | - |
| YUV | 49.96 | 120.12 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 17 | 36 | 0 | 0.86 | 0.7 | 0.53 | 348.93 | 0.75 | 0.27 |
| Hex | 78 | 11 | 24 | 0 | 56 | 46 | 35 | 15D | 4B | 1B |
| Octal | 170 | 21 | 44 | 0 | 126 | 106 | 65 | 535 | 113 | 33 |
| Binary | 1111000 | 10001 | 100100 | 0 | 1010110 | 1000110 | 110101 | 101011101 | 1001011 | 11011 |
Color Harmonies of #781124
Complementary color
Monochromatic Colors of #781124
Black with #781124
Text Example
Text Example
White with #781124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781124; }
p { color: rgb(120,17,36); }
H1.HeaderClassName
{
color: #781124;
}
.AnyTagClassName
{
color: #781124;
}
</style>
background-color css
<style>
a { background-color: #781124; }
a { background-color: rgb(120,17,36); }
div.DivClassName
{
background-color: #781124;
}
.BgClassName
{
background-color: #781124;
}
</style>
border-color css
<style>
span { border-color: #781124; }
span { border-color: rgb(120,17,36); }
td.TdClassName
{
border-color: #781124;
}
.TagClassName
{
border-color: #781124;
}
</style>