Shades of Red Berry #7B161B
Tints of Red Berry #7B161B
RGB
CMYK
RGB Variations
Color information
#7B161B (or 0x7B161B) is known color: Red Berry. HEX triplet: 7B, 16 and 1B. RGB value is (123,22,27). Sum of RGB (Red+Green+Blue) = 123+22+27=172 (22% of max value = 765). Red value is 123 (48.44% from 255 or 71.51% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 123 - color contains mainly: red. Hex color #7B161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B161B is #84E9E4. Grayscale: #343434. Windows color (decimal): -8710629 or 1775227. OLE color: 1775227.
HSL color Cylindrical-coordinate representation of color #7B161B: hue angle of 357.03º 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 #7B161B is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 22 | 27 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.52 |
| HSL | 357.03º | 0.7% | 0.28% | - |
| HSV(B) | 357.03º | 0.82% | 0.48% | - |
| XYZ | 8.65 | 4.86 | 1.52 | - |
| YUV | 52.77 | 113.46 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 22 | 27 | 0 | 0.82 | 0.78 | 0.52 | 357.03 | 0.7 | 0.28 |
| Hex | 7B | 16 | 1B | 0 | 52 | 4E | 34 | 165 | 46 | 1C |
| Octal | 173 | 26 | 33 | 0 | 122 | 116 | 64 | 545 | 106 | 34 |
| Binary | 1111011 | 10110 | 11011 | 0 | 1010010 | 1001110 | 110100 | 101100101 | 1000110 | 11100 |
Color Harmonies of #7B161B
Complementary color
Monochromatic Colors of #7B161B
Black with #7B161B
Text Example
Text Example
White with #7B161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B161B; }
p { color: rgb(123,22,27); }
H1.HeaderClassName
{
color: #7B161B;
}
.AnyTagClassName
{
color: #7B161B;
}
</style>
background-color css
<style>
a { background-color: #7B161B; }
a { background-color: rgb(123,22,27); }
div.DivClassName
{
background-color: #7B161B;
}
.BgClassName
{
background-color: #7B161B;
}
</style>
border-color css
<style>
span { border-color: #7B161B; }
span { border-color: rgb(123,22,27); }
td.TdClassName
{
border-color: #7B161B;
}
.TagClassName
{
border-color: #7B161B;
}
</style>