Shades of Red Berry #7A1A2B
Tints of Red Berry #7A1A2B
RGB
CMYK
RGB Variations
Color information
#7A1A2B (or 0x7A1A2B) is known color: Red Berry. HEX triplet: 7A, 1A and 2B. RGB value is (122,26,43). Sum of RGB (Red+Green+Blue) = 122+26+43=191 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.87% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1A2B is #85E5D4. Grayscale: #383838. Windows color (decimal): -8775125 or 2824826. OLE color: 2824826.
HSL color Cylindrical-coordinate representation of color #7A1A2B: hue angle of 349.38º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A1A2B is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 26 | 43 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.52 |
| HSL | 349.38º | 0.65% | 0.29% | - |
| HSV(B) | 349.38º | 0.79% | 0.48% | - |
| XYZ | 8.83 | 5.05 | 2.79 | - |
| YUV | 56.64 | 120.3 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 26 | 43 | 0 | 0.79 | 0.65 | 0.52 | 349.38 | 0.65 | 0.29 |
| Hex | 7A | 1A | 2B | 0 | 4F | 41 | 34 | 15D | 41 | 1D |
| Octal | 172 | 32 | 53 | 0 | 117 | 101 | 64 | 535 | 101 | 35 |
| Binary | 1111010 | 11010 | 101011 | 0 | 1001111 | 1000001 | 110100 | 101011101 | 1000001 | 11101 |
Color Harmonies of #7A1A2B
Complementary color
Monochromatic Colors of #7A1A2B
Black with #7A1A2B
Text Example
Text Example
White with #7A1A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1A2B; }
p { color: rgb(122,26,43); }
H1.HeaderClassName
{
color: #7A1A2B;
}
.AnyTagClassName
{
color: #7A1A2B;
}
</style>
background-color css
<style>
a { background-color: #7A1A2B; }
a { background-color: rgb(122,26,43); }
div.DivClassName
{
background-color: #7A1A2B;
}
.BgClassName
{
background-color: #7A1A2B;
}
</style>
border-color css
<style>
span { border-color: #7A1A2B; }
span { border-color: rgb(122,26,43); }
td.TdClassName
{
border-color: #7A1A2B;
}
.TagClassName
{
border-color: #7A1A2B;
}
</style>