Shades of Red Berry #7B121B
Tints of Red Berry #7B121B
RGB
CMYK
RGB Variations
Color information
#7B121B (or 0x7B121B) is known color: Red Berry. HEX triplet: 7B, 12 and 1B. RGB value is (123,18,27). Sum of RGB (Red+Green+Blue) = 123+18+27=168 (22% of max value = 765). Red value is 123 (48.44% from 255 or 73.21% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 123 - color contains mainly: red. Hex color #7B121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B121B is #84EDE4. Grayscale: #323232. Windows color (decimal): -8711653 or 1774203. OLE color: 1774203.
HSL color Cylindrical-coordinate representation of color #7B121B: hue angle of 354.86º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B121B is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 18 | 27 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.52 |
| HSL | 354.86º | 0.74% | 0.28% | - |
| HSV(B) | 354.86º | 0.85% | 0.48% | - |
| XYZ | 8.58 | 4.72 | 1.5 | - |
| YUV | 50.42 | 114.79 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 18 | 27 | 0 | 0.85 | 0.78 | 0.52 | 354.86 | 0.74 | 0.28 |
| Hex | 7B | 12 | 1B | 0 | 55 | 4E | 34 | 163 | 4A | 1C |
| Octal | 173 | 22 | 33 | 0 | 125 | 116 | 64 | 543 | 112 | 34 |
| Binary | 1111011 | 10010 | 11011 | 0 | 1010101 | 1001110 | 110100 | 101100011 | 1001010 | 11100 |
Color Harmonies of #7B121B
Complementary color
Monochromatic Colors of #7B121B
Black with #7B121B
Text Example
Text Example
White with #7B121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B121B; }
p { color: rgb(123,18,27); }
H1.HeaderClassName
{
color: #7B121B;
}
.AnyTagClassName
{
color: #7B121B;
}
</style>
background-color css
<style>
a { background-color: #7B121B; }
a { background-color: rgb(123,18,27); }
div.DivClassName
{
background-color: #7B121B;
}
.BgClassName
{
background-color: #7B121B;
}
</style>
border-color css
<style>
span { border-color: #7B121B; }
span { border-color: rgb(123,18,27); }
td.TdClassName
{
border-color: #7B121B;
}
.TagClassName
{
border-color: #7B121B;
}
</style>