Shades of Red Berry #7A131D
Tints of Red Berry #7A131D
RGB
CMYK
RGB Variations
Color information
#7A131D (or 0x7A131D) is known color: Red Berry. HEX triplet: 7A, 13 and 1D. RGB value is (122,19,29). Sum of RGB (Red+Green+Blue) = 122+19+29=170 (22% of max value = 765). Red value is 122 (48.05% from 255 or 71.76% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 122 - color contains mainly: red. Hex color #7A131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A131D is #85ECE2. Grayscale: #333333. Windows color (decimal): -8776931 or 1905530. OLE color: 1905530.
HSL color Cylindrical-coordinate representation of color #7A131D: hue angle of 354.17º 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 #7A131D is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 19 | 29 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.52 |
| HSL | 354.17º | 0.73% | 0.28% | - |
| HSV(B) | 354.17º | 0.84% | 0.48% | - |
| XYZ | 8.48 | 4.69 | 1.62 | - |
| YUV | 50.94 | 115.62 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 19 | 29 | 0 | 0.84 | 0.76 | 0.52 | 354.17 | 0.73 | 0.28 |
| Hex | 7A | 13 | 1D | 0 | 54 | 4C | 34 | 162 | 49 | 1C |
| Octal | 172 | 23 | 35 | 0 | 124 | 114 | 64 | 542 | 111 | 34 |
| Binary | 1111010 | 10011 | 11101 | 0 | 1010100 | 1001100 | 110100 | 101100010 | 1001001 | 11100 |
Color Harmonies of #7A131D
Complementary color
Monochromatic Colors of #7A131D
Black with #7A131D
Text Example
Text Example
White with #7A131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A131D; }
p { color: rgb(122,19,29); }
H1.HeaderClassName
{
color: #7A131D;
}
.AnyTagClassName
{
color: #7A131D;
}
</style>
background-color css
<style>
a { background-color: #7A131D; }
a { background-color: rgb(122,19,29); }
div.DivClassName
{
background-color: #7A131D;
}
.BgClassName
{
background-color: #7A131D;
}
</style>
border-color css
<style>
span { border-color: #7A131D; }
span { border-color: rgb(122,19,29); }
td.TdClassName
{
border-color: #7A131D;
}
.TagClassName
{
border-color: #7A131D;
}
</style>