Shades of Red Berry #7B122D
Tints of Red Berry #7B122D
RGB
CMYK
RGB Variations
Color information
#7B122D (or 0x7B122D) is known color: Red Berry. HEX triplet: 7B, 12 and 2D. RGB value is (123,18,45). Sum of RGB (Red+Green+Blue) = 123+18+45=186 (24% of max value = 765). Red value is 123 (48.44% from 255 or 66.13% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 123 - color contains mainly: red. Hex color #7B122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B122D is #84EDD2. Grayscale: #343434. Windows color (decimal): -8711635 or 2953851. OLE color: 2953851.
HSL color Cylindrical-coordinate representation of color #7B122D: hue angle of 344.57º 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 #7B122D is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 18 | 45 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.52 |
| HSL | 344.57º | 0.74% | 0.28% | - |
| HSV(B) | 344.57º | 0.85% | 0.48% | - |
| XYZ | 8.86 | 4.83 | 2.95 | - |
| YUV | 52.47 | 123.79 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 18 | 45 | 0 | 0.85 | 0.63 | 0.52 | 344.57 | 0.74 | 0.28 |
| Hex | 7B | 12 | 2D | 0 | 55 | 3F | 34 | 159 | 4A | 1C |
| Octal | 173 | 22 | 55 | 0 | 125 | 77 | 64 | 531 | 112 | 34 |
| Binary | 1111011 | 10010 | 101101 | 0 | 1010101 | 111111 | 110100 | 101011001 | 1001010 | 11100 |
Color Harmonies of #7B122D
Complementary color
Monochromatic Colors of #7B122D
Black with #7B122D
Text Example
Text Example
White with #7B122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B122D; }
p { color: rgb(123,18,45); }
H1.HeaderClassName
{
color: #7B122D;
}
.AnyTagClassName
{
color: #7B122D;
}
</style>
background-color css
<style>
a { background-color: #7B122D; }
a { background-color: rgb(123,18,45); }
div.DivClassName
{
background-color: #7B122D;
}
.BgClassName
{
background-color: #7B122D;
}
</style>
border-color css
<style>
span { border-color: #7B122D; }
span { border-color: rgb(123,18,45); }
td.TdClassName
{
border-color: #7B122D;
}
.TagClassName
{
border-color: #7B122D;
}
</style>