Shades of Red Berry #782224
Tints of Red Berry #782224
RGB
CMYK
RGB Variations
Color information
#782224 (or 0x782224) is known color: Red Berry. HEX triplet: 78, 22 and 24. RGB value is (120,34,36). Sum of RGB (Red+Green+Blue) = 120+34+36=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #782224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782224 is #87DDDB. Grayscale: #3C3C3C. Windows color (decimal): -8904156 or 2368120. OLE color: 2368120.
HSL color Cylindrical-coordinate representation of color #782224: hue angle of 358.6º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #782224 is Cyan = 0, Magento = 0.72, Yellow = 0.7 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 34 | 36 | - |
| CMYK | 0 | 0.72 | 0.7 | 0.53 |
| HSL | 358.6º | 0.56% | 0.3% | - |
| HSV(B) | 358.6º | 0.72% | 0.47% | - |
| XYZ | 8.64 | 5.26 | 2.23 | - |
| YUV | 59.94 | 114.49 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 34 | 36 | 0 | 0.72 | 0.7 | 0.53 | 358.6 | 0.56 | 0.3 |
| Hex | 78 | 22 | 24 | 0 | 48 | 46 | 35 | 167 | 38 | 1E |
| Octal | 170 | 42 | 44 | 0 | 110 | 106 | 65 | 547 | 70 | 36 |
| Binary | 1111000 | 100010 | 100100 | 0 | 1001000 | 1000110 | 110101 | 101100111 | 111000 | 11110 |
Color Harmonies of #782224
Complementary color
Monochromatic Colors of #782224
Black with #782224
Text Example
Text Example
White with #782224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782224; }
p { color: rgb(120,34,36); }
H1.HeaderClassName
{
color: #782224;
}
.AnyTagClassName
{
color: #782224;
}
</style>
background-color css
<style>
a { background-color: #782224; }
a { background-color: rgb(120,34,36); }
div.DivClassName
{
background-color: #782224;
}
.BgClassName
{
background-color: #782224;
}
</style>
border-color css
<style>
span { border-color: #782224; }
span { border-color: rgb(120,34,36); }
td.TdClassName
{
border-color: #782224;
}
.TagClassName
{
border-color: #782224;
}
</style>