Shades of Red Berry #7E1316
Tints of Red Berry #7E1316
RGB
CMYK
RGB Variations
Color information
#7E1316 (or 0x7E1316) is known color: Red Berry. HEX triplet: 7E, 13 and 16. RGB value is (126,19,22). Sum of RGB (Red+Green+Blue) = 126+19+22=167 (22% of max value = 765). Red value is 126 (49.61% from 255 or 75.45% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1316 is #81ECE9. Grayscale: #333333. Windows color (decimal): -8514794 or 1446782. OLE color: 1446782.
HSL color Cylindrical-coordinate representation of color #7E1316: hue angle of 358.32º degrees, saturation: 0.74, 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 #7E1316 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 19 | 22 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.51 |
| HSL | 358.32º | 0.74% | 0.28% | - |
| HSV(B) | 358.32º | 0.85% | 0.49% | - |
| XYZ | 8.98 | 4.96 | 1.24 | - |
| YUV | 51.34 | 111.45 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 19 | 22 | 0 | 0.85 | 0.83 | 0.51 | 358.32 | 0.74 | 0.28 |
| Hex | 7E | 13 | 16 | 0 | 55 | 53 | 33 | 166 | 4A | 1C |
| Octal | 176 | 23 | 26 | 0 | 125 | 123 | 63 | 546 | 112 | 34 |
| Binary | 1111110 | 10011 | 10110 | 0 | 1010101 | 1010011 | 110011 | 101100110 | 1001010 | 11100 |
Color Harmonies of #7E1316
Complementary color
Monochromatic Colors of #7E1316
Black with #7E1316
Text Example
Text Example
White with #7E1316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1316; }
p { color: rgb(126,19,22); }
H1.HeaderClassName
{
color: #7E1316;
}
.AnyTagClassName
{
color: #7E1316;
}
</style>
background-color css
<style>
a { background-color: #7E1316; }
a { background-color: rgb(126,19,22); }
div.DivClassName
{
background-color: #7E1316;
}
.BgClassName
{
background-color: #7E1316;
}
</style>
border-color css
<style>
span { border-color: #7E1316; }
span { border-color: rgb(126,19,22); }
td.TdClassName
{
border-color: #7E1316;
}
.TagClassName
{
border-color: #7E1316;
}
</style>