Shades of Red Berry #7C121D
Tints of Red Berry #7C121D
RGB
CMYK
RGB Variations
Color information
#7C121D (or 0x7C121D) is known color: Red Berry. HEX triplet: 7C, 12 and 1D. RGB value is (124,18,29). Sum of RGB (Red+Green+Blue) = 124+18+29=171 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.51% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 124 - color contains mainly: red. Hex color #7C121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C121D is #83EDE2. Grayscale: #333333. Windows color (decimal): -8646115 or 1905276. OLE color: 1905276.
HSL color Cylindrical-coordinate representation of color #7C121D: hue angle of 353.77º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C121D is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 18 | 29 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.51 |
| HSL | 353.77º | 0.75% | 0.28% | - |
| HSV(B) | 353.77º | 0.85% | 0.49% | - |
| XYZ | 8.75 | 4.81 | 1.63 | - |
| YUV | 50.95 | 115.62 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 18 | 29 | 0 | 0.85 | 0.77 | 0.51 | 353.77 | 0.75 | 0.28 |
| Hex | 7C | 12 | 1D | 0 | 55 | 4D | 33 | 162 | 4B | 1C |
| Octal | 174 | 22 | 35 | 0 | 125 | 115 | 63 | 542 | 113 | 34 |
| Binary | 1111100 | 10010 | 11101 | 0 | 1010101 | 1001101 | 110011 | 101100010 | 1001011 | 11100 |
Color Harmonies of #7C121D
Complementary color
Monochromatic Colors of #7C121D
Black with #7C121D
Text Example
Text Example
White with #7C121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C121D; }
p { color: rgb(124,18,29); }
H1.HeaderClassName
{
color: #7C121D;
}
.AnyTagClassName
{
color: #7C121D;
}
</style>
background-color css
<style>
a { background-color: #7C121D; }
a { background-color: rgb(124,18,29); }
div.DivClassName
{
background-color: #7C121D;
}
.BgClassName
{
background-color: #7C121D;
}
</style>
border-color css
<style>
span { border-color: #7C121D; }
span { border-color: rgb(124,18,29); }
td.TdClassName
{
border-color: #7C121D;
}
.TagClassName
{
border-color: #7C121D;
}
</style>