Shades of Red Berry #7A1A1D
Tints of Red Berry #7A1A1D
RGB
CMYK
RGB Variations
Color information
#7A1A1D (or 0x7A1A1D) is known color: Red Berry. HEX triplet: 7A, 1A and 1D. RGB value is (122,26,29). Sum of RGB (Red+Green+Blue) = 122+26+29=177 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.93% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1A1D is #85E5E2. Grayscale: #373737. Windows color (decimal): -8775139 or 1907322. OLE color: 1907322.
HSL color Cylindrical-coordinate representation of color #7A1A1D: hue angle of 358.12º 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 #7A1A1D is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 26 | 29 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.52 |
| HSL | 358.13º | 0.65% | 0.29% | - |
| HSV(B) | 358.13º | 0.79% | 0.48% | - |
| XYZ | 8.62 | 4.97 | 1.67 | - |
| YUV | 55.05 | 113.3 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 26 | 29 | 0 | 0.79 | 0.76 | 0.52 | 358.13 | 0.65 | 0.29 |
| Hex | 7A | 1A | 1D | 0 | 4F | 4C | 34 | 166 | 41 | 1D |
| Octal | 172 | 32 | 35 | 0 | 117 | 114 | 64 | 546 | 101 | 35 |
| Binary | 1111010 | 11010 | 11101 | 0 | 1001111 | 1001100 | 110100 | 101100110 | 1000001 | 11101 |
Color Harmonies of #7A1A1D
Complementary color
Monochromatic Colors of #7A1A1D
Black with #7A1A1D
Text Example
Text Example
White with #7A1A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1A1D; }
p { color: rgb(122,26,29); }
H1.HeaderClassName
{
color: #7A1A1D;
}
.AnyTagClassName
{
color: #7A1A1D;
}
</style>
background-color css
<style>
a { background-color: #7A1A1D; }
a { background-color: rgb(122,26,29); }
div.DivClassName
{
background-color: #7A1A1D;
}
.BgClassName
{
background-color: #7A1A1D;
}
</style>
border-color css
<style>
span { border-color: #7A1A1D; }
span { border-color: rgb(122,26,29); }
td.TdClassName
{
border-color: #7A1A1D;
}
.TagClassName
{
border-color: #7A1A1D;
}
</style>