Shades of Red Berry #7C1B1D
Tints of Red Berry #7C1B1D
RGB
CMYK
RGB Variations
Color information
#7C1B1D (or 0x7C1B1D) is known color: Red Berry. HEX triplet: 7C, 1B and 1D. RGB value is (124,27,29). Sum of RGB (Red+Green+Blue) = 124+27+29=180 (23% of max value = 765). Red value is 124 (48.83% from 255 or 68.89% from 180); Green value is 27 (10.94% from 255 or 15% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1B1D is #83E4E2. Grayscale: #383838. Windows color (decimal): -8643811 or 1907580. OLE color: 1907580.
HSL color Cylindrical-coordinate representation of color #7C1B1D: hue angle of 358.76º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7C1B1D is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 27 | 29 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.51 |
| HSL | 358.76º | 0.64% | 0.3% | - |
| HSV(B) | 358.76º | 0.78% | 0.49% | - |
| XYZ | 8.93 | 5.16 | 1.69 | - |
| YUV | 56.23 | 112.64 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 27 | 29 | 0 | 0.78 | 0.77 | 0.51 | 358.76 | 0.64 | 0.3 |
| Hex | 7C | 1B | 1D | 0 | 4E | 4D | 33 | 167 | 40 | 1E |
| Octal | 174 | 33 | 35 | 0 | 116 | 115 | 63 | 547 | 100 | 36 |
| Binary | 1111100 | 11011 | 11101 | 0 | 1001110 | 1001101 | 110011 | 101100111 | 1000000 | 11110 |
Color Harmonies of #7C1B1D
Complementary color
Monochromatic Colors of #7C1B1D
Black with #7C1B1D
Text Example
Text Example
White with #7C1B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1B1D; }
p { color: rgb(124,27,29); }
H1.HeaderClassName
{
color: #7C1B1D;
}
.AnyTagClassName
{
color: #7C1B1D;
}
</style>
background-color css
<style>
a { background-color: #7C1B1D; }
a { background-color: rgb(124,27,29); }
div.DivClassName
{
background-color: #7C1B1D;
}
.BgClassName
{
background-color: #7C1B1D;
}
</style>
border-color css
<style>
span { border-color: #7C1B1D; }
span { border-color: rgb(124,27,29); }
td.TdClassName
{
border-color: #7C1B1D;
}
.TagClassName
{
border-color: #7C1B1D;
}
</style>