Shades of Red Berry #7B111B
Tints of Red Berry #7B111B
RGB
CMYK
RGB Variations
Color information
#7B111B (or 0x7B111B) is known color: Red Berry. HEX triplet: 7B, 11 and 1B. RGB value is (123,17,27). Sum of RGB (Red+Green+Blue) = 123+17+27=167 (22% of max value = 765). Red value is 123 (48.44% from 255 or 73.65% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 123 - color contains mainly: red. Hex color #7B111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B111B is #84EEE4. Grayscale: #313131. Windows color (decimal): -8711909 or 1773947. OLE color: 1773947.
HSL color Cylindrical-coordinate representation of color #7B111B: hue angle of 354.34º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B111B is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 17 | 27 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.52 |
| HSL | 354.34º | 0.76% | 0.27% | - |
| HSV(B) | 354.34º | 0.86% | 0.48% | - |
| XYZ | 8.57 | 4.69 | 1.49 | - |
| YUV | 49.83 | 115.12 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 17 | 27 | 0 | 0.86 | 0.78 | 0.52 | 354.34 | 0.76 | 0.27 |
| Hex | 7B | 11 | 1B | 0 | 56 | 4E | 34 | 162 | 4C | 1B |
| Octal | 173 | 21 | 33 | 0 | 126 | 116 | 64 | 542 | 114 | 33 |
| Binary | 1111011 | 10001 | 11011 | 0 | 1010110 | 1001110 | 110100 | 101100010 | 1001100 | 11011 |
Color Harmonies of #7B111B
Complementary color
Monochromatic Colors of #7B111B
Black with #7B111B
Text Example
Text Example
White with #7B111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B111B; }
p { color: rgb(123,17,27); }
H1.HeaderClassName
{
color: #7B111B;
}
.AnyTagClassName
{
color: #7B111B;
}
</style>
background-color css
<style>
a { background-color: #7B111B; }
a { background-color: rgb(123,17,27); }
div.DivClassName
{
background-color: #7B111B;
}
.BgClassName
{
background-color: #7B111B;
}
</style>
border-color css
<style>
span { border-color: #7B111B; }
span { border-color: rgb(123,17,27); }
td.TdClassName
{
border-color: #7B111B;
}
.TagClassName
{
border-color: #7B111B;
}
</style>