Shades of Red Berry #7B121D
Tints of Red Berry #7B121D
RGB
CMYK
RGB Variations
Color information
#7B121D (or 0x7B121D) is known color: Red Berry. HEX triplet: 7B, 12 and 1D. RGB value is (123,18,29). Sum of RGB (Red+Green+Blue) = 123+18+29=170 (22% of max value = 765). Red value is 123 (48.44% from 255 or 72.35% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 123 - color contains mainly: red. Hex color #7B121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B121D is #84EDE2. Grayscale: #323232. Windows color (decimal): -8711651 or 1905275. OLE color: 1905275.
HSL color Cylindrical-coordinate representation of color #7B121D: hue angle of 353.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 #7B121D is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 18 | 29 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.52 |
| HSL | 353.71º | 0.74% | 0.28% | - |
| HSV(B) | 353.71º | 0.85% | 0.48% | - |
| XYZ | 8.61 | 4.73 | 1.62 | - |
| YUV | 50.65 | 115.79 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 18 | 29 | 0 | 0.85 | 0.76 | 0.52 | 353.71 | 0.74 | 0.28 |
| Hex | 7B | 12 | 1D | 0 | 55 | 4C | 34 | 162 | 4A | 1C |
| Octal | 173 | 22 | 35 | 0 | 125 | 114 | 64 | 542 | 112 | 34 |
| Binary | 1111011 | 10010 | 11101 | 0 | 1010101 | 1001100 | 110100 | 101100010 | 1001010 | 11100 |
Color Harmonies of #7B121D
Complementary color
Monochromatic Colors of #7B121D
Black with #7B121D
Text Example
Text Example
White with #7B121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B121D; }
p { color: rgb(123,18,29); }
H1.HeaderClassName
{
color: #7B121D;
}
.AnyTagClassName
{
color: #7B121D;
}
</style>
background-color css
<style>
a { background-color: #7B121D; }
a { background-color: rgb(123,18,29); }
div.DivClassName
{
background-color: #7B121D;
}
.BgClassName
{
background-color: #7B121D;
}
</style>
border-color css
<style>
span { border-color: #7B121D; }
span { border-color: rgb(123,18,29); }
td.TdClassName
{
border-color: #7B121D;
}
.TagClassName
{
border-color: #7B121D;
}
</style>