Shades of Red Berry #781324
Tints of Red Berry #781324
RGB
CMYK
RGB Variations
Color information
#781324 (or 0x781324) is known color: Red Berry. HEX triplet: 78, 13 and 24. RGB value is (120,19,36). Sum of RGB (Red+Green+Blue) = 120+19+36=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #781324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781324 is #87ECDB. Grayscale: #333333. Windows color (decimal): -8907996 or 2364280. OLE color: 2364280.
HSL color Cylindrical-coordinate representation of color #781324: hue angle of 349.9º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781324 is Cyan = 0, Magento = 0.84, Yellow = 0.7 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 19 | 36 | - |
| CMYK | 0 | 0.84 | 0.7 | 0.53 |
| HSL | 349.9º | 0.73% | 0.27% | - |
| HSV(B) | 349.9º | 0.84% | 0.47% | - |
| XYZ | 8.3 | 4.59 | 2.12 | - |
| YUV | 51.14 | 119.46 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 19 | 36 | 0 | 0.84 | 0.7 | 0.53 | 349.9 | 0.73 | 0.27 |
| Hex | 78 | 13 | 24 | 0 | 54 | 46 | 35 | 15E | 49 | 1B |
| Octal | 170 | 23 | 44 | 0 | 124 | 106 | 65 | 536 | 111 | 33 |
| Binary | 1111000 | 10011 | 100100 | 0 | 1010100 | 1000110 | 110101 | 101011110 | 1001001 | 11011 |
Color Harmonies of #781324
Complementary color
Monochromatic Colors of #781324
Black with #781324
Text Example
Text Example
White with #781324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781324; }
p { color: rgb(120,19,36); }
H1.HeaderClassName
{
color: #781324;
}
.AnyTagClassName
{
color: #781324;
}
</style>
background-color css
<style>
a { background-color: #781324; }
a { background-color: rgb(120,19,36); }
div.DivClassName
{
background-color: #781324;
}
.BgClassName
{
background-color: #781324;
}
</style>
border-color css
<style>
span { border-color: #781324; }
span { border-color: rgb(120,19,36); }
td.TdClassName
{
border-color: #781324;
}
.TagClassName
{
border-color: #781324;
}
</style>