Shades of Red Berry #7A1129
Tints of Red Berry #7A1129
RGB
CMYK
RGB Variations
Color information
#7A1129 (or 0x7A1129) is known color: Red Berry. HEX triplet: 7A, 11 and 29. RGB value is (122,17,41). Sum of RGB (Red+Green+Blue) = 122+17+41=180 (23% of max value = 765). Red value is 122 (48.05% from 255 or 67.78% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1129 is #85EED6. Grayscale: #333333. Windows color (decimal): -8777431 or 2691450. OLE color: 2691450.
HSL color Cylindrical-coordinate representation of color #7A1129: hue angle of 346.29º 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 #7A1129 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 17 | 41 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.52 |
| HSL | 346.29º | 0.76% | 0.27% | - |
| HSV(B) | 346.29º | 0.86% | 0.48% | - |
| XYZ | 8.63 | 4.7 | 2.55 | - |
| YUV | 51.13 | 122.29 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 17 | 41 | 0 | 0.86 | 0.66 | 0.52 | 346.29 | 0.76 | 0.27 |
| Hex | 7A | 11 | 29 | 0 | 56 | 42 | 34 | 15A | 4C | 1B |
| Octal | 172 | 21 | 51 | 0 | 126 | 102 | 64 | 532 | 114 | 33 |
| Binary | 1111010 | 10001 | 101001 | 0 | 1010110 | 1000010 | 110100 | 101011010 | 1001100 | 11011 |
Color Harmonies of #7A1129
Complementary color
Monochromatic Colors of #7A1129
Black with #7A1129
Text Example
Text Example
White with #7A1129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1129; }
p { color: rgb(122,17,41); }
H1.HeaderClassName
{
color: #7A1129;
}
.AnyTagClassName
{
color: #7A1129;
}
</style>
background-color css
<style>
a { background-color: #7A1129; }
a { background-color: rgb(122,17,41); }
div.DivClassName
{
background-color: #7A1129;
}
.BgClassName
{
background-color: #7A1129;
}
</style>
border-color css
<style>
span { border-color: #7A1129; }
span { border-color: rgb(122,17,41); }
td.TdClassName
{
border-color: #7A1129;
}
.TagClassName
{
border-color: #7A1129;
}
</style>