Shades of Red Berry #7B111E
Tints of Red Berry #7B111E
RGB
CMYK
RGB Variations
Color information
#7B111E (or 0x7B111E) is known color: Red Berry. HEX triplet: 7B, 11 and 1E. RGB value is (123,17,30). Sum of RGB (Red+Green+Blue) = 123+17+30=170 (22% of max value = 765). Red value is 123 (48.44% from 255 or 72.35% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 30 (12.11% from 255 or 17.65% from 170); Max value from RGB is 123 - color contains mainly: red. Hex color #7B111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B111E is #84EEE1. Grayscale: #323232. Windows color (decimal): -8711906 or 1970555. OLE color: 1970555.
HSL color Cylindrical-coordinate representation of color #7B111E: hue angle of 352.64º 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 #7B111E is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 17 | 30 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.52 |
| HSL | 352.64º | 0.76% | 0.27% | - |
| HSV(B) | 352.64º | 0.86% | 0.48% | - |
| XYZ | 8.6 | 4.71 | 1.68 | - |
| YUV | 50.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 17 | 30 | 0 | 0.86 | 0.76 | 0.52 | 352.64 | 0.76 | 0.27 |
| Hex | 7B | 11 | 1E | 0 | 56 | 4C | 34 | 161 | 4C | 1B |
| Octal | 173 | 21 | 36 | 0 | 126 | 114 | 64 | 541 | 114 | 33 |
| Binary | 1111011 | 10001 | 11110 | 0 | 1010110 | 1001100 | 110100 | 101100001 | 1001100 | 11011 |
Color Harmonies of #7B111E
Complementary color
Monochromatic Colors of #7B111E
Black with #7B111E
Text Example
Text Example
White with #7B111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B111E; }
p { color: rgb(123,17,30); }
H1.HeaderClassName
{
color: #7B111E;
}
.AnyTagClassName
{
color: #7B111E;
}
</style>
background-color css
<style>
a { background-color: #7B111E; }
a { background-color: rgb(123,17,30); }
div.DivClassName
{
background-color: #7B111E;
}
.BgClassName
{
background-color: #7B111E;
}
</style>
border-color css
<style>
span { border-color: #7B111E; }
span { border-color: rgb(123,17,30); }
td.TdClassName
{
border-color: #7B111E;
}
.TagClassName
{
border-color: #7B111E;
}
</style>