Shades of Red Berry #7A1329
Tints of Red Berry #7A1329
RGB
CMYK
RGB Variations
Color information
#7A1329 (or 0x7A1329) is known color: Red Berry. HEX triplet: 7A, 13 and 29. RGB value is (122,19,41). Sum of RGB (Red+Green+Blue) = 122+19+41=182 (24% of max value = 765). Red value is 122 (48.05% from 255 or 67.03% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1329 is #85ECD6. Grayscale: #343434. Windows color (decimal): -8776919 or 2691962. OLE color: 2691962.
HSL color Cylindrical-coordinate representation of color #7A1329: hue angle of 347.18º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A1329 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 19 | 41 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.52 |
| HSL | 347.18º | 0.73% | 0.28% | - |
| HSV(B) | 347.18º | 0.84% | 0.48% | - |
| XYZ | 8.66 | 4.76 | 2.56 | - |
| YUV | 52.31 | 121.62 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 19 | 41 | 0 | 0.84 | 0.66 | 0.52 | 347.18 | 0.73 | 0.28 |
| Hex | 7A | 13 | 29 | 0 | 54 | 42 | 34 | 15B | 49 | 1C |
| Octal | 172 | 23 | 51 | 0 | 124 | 102 | 64 | 533 | 111 | 34 |
| Binary | 1111010 | 10011 | 101001 | 0 | 1010100 | 1000010 | 110100 | 101011011 | 1001001 | 11100 |
Color Harmonies of #7A1329
Complementary color
Monochromatic Colors of #7A1329
Black with #7A1329
Text Example
Text Example
White with #7A1329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1329; }
p { color: rgb(122,19,41); }
H1.HeaderClassName
{
color: #7A1329;
}
.AnyTagClassName
{
color: #7A1329;
}
</style>
background-color css
<style>
a { background-color: #7A1329; }
a { background-color: rgb(122,19,41); }
div.DivClassName
{
background-color: #7A1329;
}
.BgClassName
{
background-color: #7A1329;
}
</style>
border-color css
<style>
span { border-color: #7A1329; }
span { border-color: rgb(122,19,41); }
td.TdClassName
{
border-color: #7A1329;
}
.TagClassName
{
border-color: #7A1329;
}
</style>