Shades of Red Berry #7B162C
Tints of Red Berry #7B162C
RGB
CMYK
RGB Variations
Color information
#7B162C (or 0x7B162C) is known color: Red Berry. HEX triplet: 7B, 16 and 2C. RGB value is (123,22,44). Sum of RGB (Red+Green+Blue) = 123+22+44=189 (25% of max value = 765). Red value is 123 (48.44% from 255 or 65.08% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 123 - color contains mainly: red. Hex color #7B162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B162C is #84E9D3. Grayscale: #363636. Windows color (decimal): -8710612 or 2889339. OLE color: 2889339.
HSL color Cylindrical-coordinate representation of color #7B162C: hue angle of 346.93º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B162C is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 22 | 44 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.52 |
| HSL | 346.93º | 0.7% | 0.28% | - |
| HSV(B) | 346.93º | 0.82% | 0.48% | - |
| XYZ | 8.91 | 4.97 | 2.87 | - |
| YUV | 54.71 | 121.96 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 22 | 44 | 0 | 0.82 | 0.64 | 0.52 | 346.93 | 0.7 | 0.28 |
| Hex | 7B | 16 | 2C | 0 | 52 | 40 | 34 | 15B | 46 | 1C |
| Octal | 173 | 26 | 54 | 0 | 122 | 100 | 64 | 533 | 106 | 34 |
| Binary | 1111011 | 10110 | 101100 | 0 | 1010010 | 1000000 | 110100 | 101011011 | 1000110 | 11100 |
Color Harmonies of #7B162C
Complementary color
Monochromatic Colors of #7B162C
Black with #7B162C
Text Example
Text Example
White with #7B162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B162C; }
p { color: rgb(123,22,44); }
H1.HeaderClassName
{
color: #7B162C;
}
.AnyTagClassName
{
color: #7B162C;
}
</style>
background-color css
<style>
a { background-color: #7B162C; }
a { background-color: rgb(123,22,44); }
div.DivClassName
{
background-color: #7B162C;
}
.BgClassName
{
background-color: #7B162C;
}
</style>
border-color css
<style>
span { border-color: #7B162C; }
span { border-color: rgb(123,22,44); }
td.TdClassName
{
border-color: #7B162C;
}
.TagClassName
{
border-color: #7B162C;
}
</style>