Shades of Red Berry #7A1B2B
Tints of Red Berry #7A1B2B
RGB
CMYK
RGB Variations
Color information
#7A1B2B (or 0x7A1B2B) is known color: Red Berry. HEX triplet: 7A, 1B and 2B. RGB value is (122,27,43). Sum of RGB (Red+Green+Blue) = 122+27+43=192 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.54% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1B2B is #85E4D4. Grayscale: #393939. Windows color (decimal): -8774869 or 2825082. OLE color: 2825082.
HSL color Cylindrical-coordinate representation of color #7A1B2B: hue angle of 349.89º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A1B2B is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 27 | 43 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.52 |
| HSL | 349.89º | 0.64% | 0.29% | - |
| HSV(B) | 349.89º | 0.78% | 0.48% | - |
| XYZ | 8.85 | 5.1 | 2.8 | - |
| YUV | 57.23 | 119.97 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 27 | 43 | 0 | 0.78 | 0.65 | 0.52 | 349.89 | 0.64 | 0.29 |
| Hex | 7A | 1B | 2B | 0 | 4E | 41 | 34 | 15E | 40 | 1D |
| Octal | 172 | 33 | 53 | 0 | 116 | 101 | 64 | 536 | 100 | 35 |
| Binary | 1111010 | 11011 | 101011 | 0 | 1001110 | 1000001 | 110100 | 101011110 | 1000000 | 11101 |
Color Harmonies of #7A1B2B
Complementary color
Monochromatic Colors of #7A1B2B
Black with #7A1B2B
Text Example
Text Example
White with #7A1B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1B2B; }
p { color: rgb(122,27,43); }
H1.HeaderClassName
{
color: #7A1B2B;
}
.AnyTagClassName
{
color: #7A1B2B;
}
</style>
background-color css
<style>
a { background-color: #7A1B2B; }
a { background-color: rgb(122,27,43); }
div.DivClassName
{
background-color: #7A1B2B;
}
.BgClassName
{
background-color: #7A1B2B;
}
</style>
border-color css
<style>
span { border-color: #7A1B2B; }
span { border-color: rgb(122,27,43); }
td.TdClassName
{
border-color: #7A1B2B;
}
.TagClassName
{
border-color: #7A1B2B;
}
</style>