Shades of Red Berry #7A191B
Tints of Red Berry #7A191B
RGB
CMYK
RGB Variations
Color information
#7A191B (or 0x7A191B) is known color: Red Berry. HEX triplet: 7A, 19 and 1B. RGB value is (122,25,27). Sum of RGB (Red+Green+Blue) = 122+25+27=174 (23% of max value = 765). Red value is 122 (48.05% from 255 or 70.11% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 122 - color contains mainly: red. Hex color #7A191B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A191B is #85E6E4. Grayscale: #363636. Windows color (decimal): -8775397 or 1775994. OLE color: 1775994.
HSL color Cylindrical-coordinate representation of color #7A191B: hue angle of 358.76º 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 #7A191B is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 25 | 27 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.52 |
| HSL | 358.76º | 0.66% | 0.29% | - |
| HSV(B) | 358.76º | 0.8% | 0.48% | - |
| XYZ | 8.57 | 4.91 | 1.53 | - |
| YUV | 54.23 | 112.64 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 27 | 0 | 0.80 | 0.78 | 0.52 | 358.76 | 0.66 | 0.29 |
| Hex | 7A | 19 | 1B | 0 | 50 | 4E | 34 | 167 | 42 | 1D |
| Octal | 172 | 31 | 33 | 0 | 120 | 116 | 64 | 547 | 102 | 35 |
| Binary | 1111010 | 11001 | 11011 | 0 | 1010000 | 1001110 | 110100 | 101100111 | 1000010 | 11101 |
Color Harmonies of #7A191B
Complementary color
Monochromatic Colors of #7A191B
Black with #7A191B
Text Example
Text Example
White with #7A191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A191B; }
p { color: rgb(122,25,27); }
H1.HeaderClassName
{
color: #7A191B;
}
.AnyTagClassName
{
color: #7A191B;
}
</style>
background-color css
<style>
a { background-color: #7A191B; }
a { background-color: rgb(122,25,27); }
div.DivClassName
{
background-color: #7A191B;
}
.BgClassName
{
background-color: #7A191B;
}
</style>
border-color css
<style>
span { border-color: #7A191B; }
span { border-color: rgb(122,25,27); }
td.TdClassName
{
border-color: #7A191B;
}
.TagClassName
{
border-color: #7A191B;
}
</style>