Shades of Red Berry #7A191D
Tints of Red Berry #7A191D
RGB
CMYK
RGB Variations
Color information
#7A191D (or 0x7A191D) is known color: Red Berry. HEX triplet: 7A, 19 and 1D. RGB value is (122,25,29). Sum of RGB (Red+Green+Blue) = 122+25+29=176 (23% of max value = 765). Red value is 122 (48.05% from 255 or 69.32% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 122 - color contains mainly: red. Hex color #7A191D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A191D is #85E6E2. Grayscale: #363636. Windows color (decimal): -8775395 or 1907066. OLE color: 1907066.
HSL color Cylindrical-coordinate representation of color #7A191D: hue angle of 357.53º degrees, saturation: 0.66, 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 #7A191D is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 25 | 29 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.52 |
| HSL | 357.53º | 0.66% | 0.29% | - |
| HSV(B) | 357.53º | 0.8% | 0.48% | - |
| XYZ | 8.6 | 4.92 | 1.66 | - |
| YUV | 54.46 | 113.64 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 29 | 0 | 0.80 | 0.76 | 0.52 | 357.53 | 0.66 | 0.29 |
| Hex | 7A | 19 | 1D | 0 | 50 | 4C | 34 | 166 | 42 | 1D |
| Octal | 172 | 31 | 35 | 0 | 120 | 114 | 64 | 546 | 102 | 35 |
| Binary | 1111010 | 11001 | 11101 | 0 | 1010000 | 1001100 | 110100 | 101100110 | 1000010 | 11101 |
Color Harmonies of #7A191D
Complementary color
Monochromatic Colors of #7A191D
Black with #7A191D
Text Example
Text Example
White with #7A191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A191D; }
p { color: rgb(122,25,29); }
H1.HeaderClassName
{
color: #7A191D;
}
.AnyTagClassName
{
color: #7A191D;
}
</style>
background-color css
<style>
a { background-color: #7A191D; }
a { background-color: rgb(122,25,29); }
div.DivClassName
{
background-color: #7A191D;
}
.BgClassName
{
background-color: #7A191D;
}
</style>
border-color css
<style>
span { border-color: #7A191D; }
span { border-color: rgb(122,25,29); }
td.TdClassName
{
border-color: #7A191D;
}
.TagClassName
{
border-color: #7A191D;
}
</style>