Shades of Red Berry #781922
Tints of Red Berry #781922
RGB
CMYK
RGB Variations
Color information
#781922 (or 0x781922) is known color: Red Berry. HEX triplet: 78, 19 and 22. RGB value is (120,25,34). Sum of RGB (Red+Green+Blue) = 120+25+34=179 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.04% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 34 (13.67% from 255 or 18.99% from 179); Max value from RGB is 120 - color contains mainly: red. Hex color #781922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781922 is #87E6DD. Grayscale: #363636. Windows color (decimal): -8906462 or 2234744. OLE color: 2234744.
HSL color Cylindrical-coordinate representation of color #781922: hue angle of 354.32º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #781922 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 25 | 34 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.53 |
| HSL | 354.32º | 0.66% | 0.28% | - |
| HSV(B) | 354.32º | 0.79% | 0.47% | - |
| XYZ | 8.38 | 4.8 | 2 | - |
| YUV | 54.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 34 | 0 | 0.79 | 0.72 | 0.53 | 354.32 | 0.66 | 0.28 |
| Hex | 78 | 19 | 22 | 0 | 4F | 48 | 35 | 162 | 42 | 1C |
| Octal | 170 | 31 | 42 | 0 | 117 | 110 | 65 | 542 | 102 | 34 |
| Binary | 1111000 | 11001 | 100010 | 0 | 1001111 | 1001000 | 110101 | 101100010 | 1000010 | 11100 |
Color Harmonies of #781922
Complementary color
Monochromatic Colors of #781922
Black with #781922
Text Example
Text Example
White with #781922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781922; }
p { color: rgb(120,25,34); }
H1.HeaderClassName
{
color: #781922;
}
.AnyTagClassName
{
color: #781922;
}
</style>
background-color css
<style>
a { background-color: #781922; }
a { background-color: rgb(120,25,34); }
div.DivClassName
{
background-color: #781922;
}
.BgClassName
{
background-color: #781922;
}
</style>
border-color css
<style>
span { border-color: #781922; }
span { border-color: rgb(120,25,34); }
td.TdClassName
{
border-color: #781922;
}
.TagClassName
{
border-color: #781922;
}
</style>