Shades of Red Berry #7A1829
Tints of Red Berry #7A1829
RGB
CMYK
RGB Variations
Color information
#7A1829 (or 0x7A1829) is known color: Red Berry. HEX triplet: 7A, 18 and 29. RGB value is (122,24,41). Sum of RGB (Red+Green+Blue) = 122+24+41=187 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.24% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1829 is #85E7D6. Grayscale: #373737. Windows color (decimal): -8775639 or 2693242. OLE color: 2693242.
HSL color Cylindrical-coordinate representation of color #7A1829: hue angle of 349.59º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A1829 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 24 | 41 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.52 |
| HSL | 349.59º | 0.67% | 0.29% | - |
| HSV(B) | 349.59º | 0.8% | 0.48% | - |
| XYZ | 8.75 | 4.95 | 2.59 | - |
| YUV | 55.24 | 119.97 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 24 | 41 | 0 | 0.80 | 0.66 | 0.52 | 349.59 | 0.67 | 0.29 |
| Hex | 7A | 18 | 29 | 0 | 50 | 42 | 34 | 15E | 43 | 1D |
| Octal | 172 | 30 | 51 | 0 | 120 | 102 | 64 | 536 | 103 | 35 |
| Binary | 1111010 | 11000 | 101001 | 0 | 1010000 | 1000010 | 110100 | 101011110 | 1000011 | 11101 |
Color Harmonies of #7A1829
Complementary color
Monochromatic Colors of #7A1829
Black with #7A1829
Text Example
Text Example
White with #7A1829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1829; }
p { color: rgb(122,24,41); }
H1.HeaderClassName
{
color: #7A1829;
}
.AnyTagClassName
{
color: #7A1829;
}
</style>
background-color css
<style>
a { background-color: #7A1829; }
a { background-color: rgb(122,24,41); }
div.DivClassName
{
background-color: #7A1829;
}
.BgClassName
{
background-color: #7A1829;
}
</style>
border-color css
<style>
span { border-color: #7A1829; }
span { border-color: rgb(122,24,41); }
td.TdClassName
{
border-color: #7A1829;
}
.TagClassName
{
border-color: #7A1829;
}
</style>