Shades of Red Berry #781023
Tints of Red Berry #781023
RGB
CMYK
RGB Variations
Color information
#781023 (or 0x781023) is known color: Red Berry. HEX triplet: 78, 10 and 23. RGB value is (120,16,35). Sum of RGB (Red+Green+Blue) = 120+16+35=171 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.18% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 120 - color contains mainly: red. Hex color #781023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781023 is #87EFDC. Grayscale: #313131. Windows color (decimal): -8908765 or 2297976. OLE color: 2297976.
HSL color Cylindrical-coordinate representation of color #781023: hue angle of 349.04º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781023 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 16 | 35 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.53 |
| HSL | 349.04º | 0.76% | 0.27% | - |
| HSV(B) | 349.04º | 0.87% | 0.47% | - |
| XYZ | 8.23 | 4.49 | 2.02 | - |
| YUV | 49.26 | 119.96 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 16 | 35 | 0 | 0.87 | 0.71 | 0.53 | 349.04 | 0.76 | 0.27 |
| Hex | 78 | 10 | 23 | 0 | 57 | 47 | 35 | 15D | 4C | 1B |
| Octal | 170 | 20 | 43 | 0 | 127 | 107 | 65 | 535 | 114 | 33 |
| Binary | 1111000 | 10000 | 100011 | 0 | 1010111 | 1000111 | 110101 | 101011101 | 1001100 | 11011 |
Color Harmonies of #781023
Complementary color
Monochromatic Colors of #781023
Black with #781023
Text Example
Text Example
White with #781023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781023; }
p { color: rgb(120,16,35); }
H1.HeaderClassName
{
color: #781023;
}
.AnyTagClassName
{
color: #781023;
}
</style>
background-color css
<style>
a { background-color: #781023; }
a { background-color: rgb(120,16,35); }
div.DivClassName
{
background-color: #781023;
}
.BgClassName
{
background-color: #781023;
}
</style>
border-color css
<style>
span { border-color: #781023; }
span { border-color: rgb(120,16,35); }
td.TdClassName
{
border-color: #781023;
}
.TagClassName
{
border-color: #781023;
}
</style>