Shades of Red Berry #7B122B
Tints of Red Berry #7B122B
RGB
CMYK
RGB Variations
Color information
#7B122B (or 0x7B122B) is known color: Red Berry. HEX triplet: 7B, 12 and 2B. RGB value is (123,18,43). Sum of RGB (Red+Green+Blue) = 123+18+43=184 (24% of max value = 765). Red value is 123 (48.44% from 255 or 66.85% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 123 - color contains mainly: red. Hex color #7B122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B122B is #84EDD4. Grayscale: #343434. Windows color (decimal): -8711637 or 2822779. OLE color: 2822779.
HSL color Cylindrical-coordinate representation of color #7B122B: hue angle of 345.71º 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 #7B122B is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 18 | 43 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.52 |
| HSL | 345.71º | 0.74% | 0.28% | - |
| HSV(B) | 345.71º | 0.85% | 0.48% | - |
| XYZ | 8.82 | 4.82 | 2.75 | - |
| YUV | 52.25 | 122.79 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 18 | 43 | 0 | 0.85 | 0.65 | 0.52 | 345.71 | 0.74 | 0.28 |
| Hex | 7B | 12 | 2B | 0 | 55 | 41 | 34 | 15A | 4A | 1C |
| Octal | 173 | 22 | 53 | 0 | 125 | 101 | 64 | 532 | 112 | 34 |
| Binary | 1111011 | 10010 | 101011 | 0 | 1010101 | 1000001 | 110100 | 101011010 | 1001010 | 11100 |
Color Harmonies of #7B122B
Complementary color
Monochromatic Colors of #7B122B
Black with #7B122B
Text Example
Text Example
White with #7B122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B122B; }
p { color: rgb(123,18,43); }
H1.HeaderClassName
{
color: #7B122B;
}
.AnyTagClassName
{
color: #7B122B;
}
</style>
background-color css
<style>
a { background-color: #7B122B; }
a { background-color: rgb(123,18,43); }
div.DivClassName
{
background-color: #7B122B;
}
.BgClassName
{
background-color: #7B122B;
}
</style>
border-color css
<style>
span { border-color: #7B122B; }
span { border-color: rgb(123,18,43); }
td.TdClassName
{
border-color: #7B122B;
}
.TagClassName
{
border-color: #7B122B;
}
</style>