Shades of Red Berry #7C131E
Tints of Red Berry #7C131E
RGB
CMYK
RGB Variations
Color information
#7C131E (or 0x7C131E) is known color: Red Berry. HEX triplet: 7C, 13 and 1E. RGB value is (124,19,30). Sum of RGB (Red+Green+Blue) = 124+19+30=173 (22% of max value = 765). Red value is 124 (48.83% from 255 or 71.68% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 124 - color contains mainly: red. Hex color #7C131E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C131E is #83ECE1. Grayscale: #333333. Windows color (decimal): -8645858 or 1971068. OLE color: 1971068.
HSL color Cylindrical-coordinate representation of color #7C131E: hue angle of 353.71º 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 #7C131E is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 19 | 30 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.51 |
| HSL | 353.71º | 0.73% | 0.28% | - |
| HSV(B) | 353.71º | 0.85% | 0.49% | - |
| XYZ | 8.78 | 4.84 | 1.7 | - |
| YUV | 51.65 | 115.79 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 19 | 30 | 0 | 0.85 | 0.76 | 0.51 | 353.71 | 0.73 | 0.28 |
| Hex | 7C | 13 | 1E | 0 | 55 | 4C | 33 | 162 | 49 | 1C |
| Octal | 174 | 23 | 36 | 0 | 125 | 114 | 63 | 542 | 111 | 34 |
| Binary | 1111100 | 10011 | 11110 | 0 | 1010101 | 1001100 | 110011 | 101100010 | 1001001 | 11100 |
Color Harmonies of #7C131E
Complementary color
Monochromatic Colors of #7C131E
Black with #7C131E
Text Example
Text Example
White with #7C131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C131E; }
p { color: rgb(124,19,30); }
H1.HeaderClassName
{
color: #7C131E;
}
.AnyTagClassName
{
color: #7C131E;
}
</style>
background-color css
<style>
a { background-color: #7C131E; }
a { background-color: rgb(124,19,30); }
div.DivClassName
{
background-color: #7C131E;
}
.BgClassName
{
background-color: #7C131E;
}
</style>
border-color css
<style>
span { border-color: #7C131E; }
span { border-color: rgb(124,19,30); }
td.TdClassName
{
border-color: #7C131E;
}
.TagClassName
{
border-color: #7C131E;
}
</style>