Shades of Red Berry #782023
Tints of Red Berry #782023
RGB
CMYK
RGB Variations
Color information
#782023 (or 0x782023) is known color: Red Berry. HEX triplet: 78, 20 and 23. RGB value is (120,32,35). Sum of RGB (Red+Green+Blue) = 120+32+35=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 35 (14.06% from 255 or 18.72% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #782023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782023 is #87DFDC. Grayscale: #3A3A3A. Windows color (decimal): -8904669 or 2302072. OLE color: 2302072.
HSL color Cylindrical-coordinate representation of color #782023: hue angle of 357.95º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782023 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 32 | 35 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.53 |
| HSL | 357.95º | 0.58% | 0.3% | - |
| HSV(B) | 357.95º | 0.73% | 0.47% | - |
| XYZ | 8.57 | 5.15 | 2.13 | - |
| YUV | 58.65 | 114.65 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 35 | 0 | 0.73 | 0.71 | 0.53 | 357.95 | 0.58 | 0.3 |
| Hex | 78 | 20 | 23 | 0 | 49 | 47 | 35 | 166 | 3A | 1E |
| Octal | 170 | 40 | 43 | 0 | 111 | 107 | 65 | 546 | 72 | 36 |
| Binary | 1111000 | 100000 | 100011 | 0 | 1001001 | 1000111 | 110101 | 101100110 | 111010 | 11110 |
Color Harmonies of #782023
Complementary color
Monochromatic Colors of #782023
Black with #782023
Text Example
Text Example
White with #782023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782023; }
p { color: rgb(120,32,35); }
H1.HeaderClassName
{
color: #782023;
}
.AnyTagClassName
{
color: #782023;
}
</style>
background-color css
<style>
a { background-color: #782023; }
a { background-color: rgb(120,32,35); }
div.DivClassName
{
background-color: #782023;
}
.BgClassName
{
background-color: #782023;
}
</style>
border-color css
<style>
span { border-color: #782023; }
span { border-color: rgb(120,32,35); }
td.TdClassName
{
border-color: #782023;
}
.TagClassName
{
border-color: #782023;
}
</style>