Shades of Red Berry #7A1123
Tints of Red Berry #7A1123
RGB
CMYK
RGB Variations
Color information
#7A1123 (or 0x7A1123) is known color: Red Berry. HEX triplet: 7A, 11 and 23. RGB value is (122,17,35). Sum of RGB (Red+Green+Blue) = 122+17+35=174 (23% of max value = 765). Red value is 122 (48.05% from 255 or 70.11% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1123 is #85EEDC. Grayscale: #323232. Windows color (decimal): -8777437 or 2298234. OLE color: 2298234.
HSL color Cylindrical-coordinate representation of color #7A1123: hue angle of 349.71º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A1123 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 17 | 35 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.52 |
| HSL | 349.71º | 0.76% | 0.27% | - |
| HSV(B) | 349.71º | 0.86% | 0.48% | - |
| XYZ | 8.53 | 4.66 | 2.04 | - |
| YUV | 50.45 | 119.29 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 17 | 35 | 0 | 0.86 | 0.71 | 0.52 | 349.71 | 0.76 | 0.27 |
| Hex | 7A | 11 | 23 | 0 | 56 | 47 | 34 | 15E | 4C | 1B |
| Octal | 172 | 21 | 43 | 0 | 126 | 107 | 64 | 536 | 114 | 33 |
| Binary | 1111010 | 10001 | 100011 | 0 | 1010110 | 1000111 | 110100 | 101011110 | 1001100 | 11011 |
Color Harmonies of #7A1123
Complementary color
Monochromatic Colors of #7A1123
Black with #7A1123
Text Example
Text Example
White with #7A1123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1123; }
p { color: rgb(122,17,35); }
H1.HeaderClassName
{
color: #7A1123;
}
.AnyTagClassName
{
color: #7A1123;
}
</style>
background-color css
<style>
a { background-color: #7A1123; }
a { background-color: rgb(122,17,35); }
div.DivClassName
{
background-color: #7A1123;
}
.BgClassName
{
background-color: #7A1123;
}
</style>
border-color css
<style>
span { border-color: #7A1123; }
span { border-color: rgb(122,17,35); }
td.TdClassName
{
border-color: #7A1123;
}
.TagClassName
{
border-color: #7A1123;
}
</style>