Shades of Red Berry #7C131C
Tints of Red Berry #7C131C
RGB
CMYK
RGB Variations
Color information
#7C131C (or 0x7C131C) is known color: Red Berry. HEX triplet: 7C, 13 and 1C. RGB value is (124,19,28). Sum of RGB (Red+Green+Blue) = 124+19+28=171 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.51% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 124 - color contains mainly: red. Hex color #7C131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C131C is #83ECE3. Grayscale: #333333. Windows color (decimal): -8645860 or 1839996. OLE color: 1839996.
HSL color Cylindrical-coordinate representation of color #7C131C: hue angle of 354.86º degrees, saturation: 0.73, 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 #7C131C is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 19 | 28 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.51 |
| HSL | 354.86º | 0.73% | 0.28% | - |
| HSV(B) | 354.86º | 0.85% | 0.49% | - |
| XYZ | 8.75 | 4.83 | 1.57 | - |
| YUV | 51.42 | 114.79 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 19 | 28 | 0 | 0.85 | 0.77 | 0.51 | 354.86 | 0.73 | 0.28 |
| Hex | 7C | 13 | 1C | 0 | 55 | 4D | 33 | 163 | 49 | 1C |
| Octal | 174 | 23 | 34 | 0 | 125 | 115 | 63 | 543 | 111 | 34 |
| Binary | 1111100 | 10011 | 11100 | 0 | 1010101 | 1001101 | 110011 | 101100011 | 1001001 | 11100 |
Color Harmonies of #7C131C
Complementary color
Monochromatic Colors of #7C131C
Black with #7C131C
Text Example
Text Example
White with #7C131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C131C; }
p { color: rgb(124,19,28); }
H1.HeaderClassName
{
color: #7C131C;
}
.AnyTagClassName
{
color: #7C131C;
}
</style>
background-color css
<style>
a { background-color: #7C131C; }
a { background-color: rgb(124,19,28); }
div.DivClassName
{
background-color: #7C131C;
}
.BgClassName
{
background-color: #7C131C;
}
</style>
border-color css
<style>
span { border-color: #7C131C; }
span { border-color: rgb(124,19,28); }
td.TdClassName
{
border-color: #7C131C;
}
.TagClassName
{
border-color: #7C131C;
}
</style>