Shades of Red Berry #7B162B
Tints of Red Berry #7B162B
RGB
CMYK
RGB Variations
Color information
#7B162B (or 0x7B162B) is known color: Red Berry. HEX triplet: 7B, 16 and 2B. RGB value is (123,22,43). Sum of RGB (Red+Green+Blue) = 123+22+43=188 (24% of max value = 765). Red value is 123 (48.44% from 255 or 65.43% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 123 - color contains mainly: red. Hex color #7B162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B162B is #84E9D4. Grayscale: #363636. Windows color (decimal): -8710613 or 2823803. OLE color: 2823803.
HSL color Cylindrical-coordinate representation of color #7B162B: hue angle of 347.52º 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 #7B162B is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 22 | 43 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.52 |
| HSL | 347.52º | 0.7% | 0.28% | - |
| HSV(B) | 347.52º | 0.82% | 0.48% | - |
| XYZ | 8.89 | 4.96 | 2.77 | - |
| YUV | 54.59 | 121.46 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 22 | 43 | 0 | 0.82 | 0.65 | 0.52 | 347.52 | 0.7 | 0.28 |
| Hex | 7B | 16 | 2B | 0 | 52 | 41 | 34 | 15C | 46 | 1C |
| Octal | 173 | 26 | 53 | 0 | 122 | 101 | 64 | 534 | 106 | 34 |
| Binary | 1111011 | 10110 | 101011 | 0 | 1010010 | 1000001 | 110100 | 101011100 | 1000110 | 11100 |
Color Harmonies of #7B162B
Complementary color
Monochromatic Colors of #7B162B
Black with #7B162B
Text Example
Text Example
White with #7B162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B162B; }
p { color: rgb(123,22,43); }
H1.HeaderClassName
{
color: #7B162B;
}
.AnyTagClassName
{
color: #7B162B;
}
</style>
background-color css
<style>
a { background-color: #7B162B; }
a { background-color: rgb(123,22,43); }
div.DivClassName
{
background-color: #7B162B;
}
.BgClassName
{
background-color: #7B162B;
}
</style>
border-color css
<style>
span { border-color: #7B162B; }
span { border-color: rgb(123,22,43); }
td.TdClassName
{
border-color: #7B162B;
}
.TagClassName
{
border-color: #7B162B;
}
</style>