Shades of Red Berry #7E161D
Tints of Red Berry #7E161D
RGB
CMYK
RGB Variations
Color information
#7E161D (or 0x7E161D) is known color: Red Berry. HEX triplet: 7E, 16 and 1D. RGB value is (126,22,29). Sum of RGB (Red+Green+Blue) = 126+22+29=177 (23% of max value = 765). Red value is 126 (49.61% from 255 or 71.19% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 126 - color contains mainly: red. Hex color #7E161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E161D is #81E9E2. Grayscale: #353535. Windows color (decimal): -8514019 or 1906302. OLE color: 1906302.
HSL color Cylindrical-coordinate representation of color #7E161D: hue angle of 355.96º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E161D is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 22 | 29 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.51 |
| HSL | 355.96º | 0.7% | 0.29% | - |
| HSV(B) | 355.96º | 0.83% | 0.49% | - |
| XYZ | 9.11 | 5.1 | 1.67 | - |
| YUV | 53.89 | 113.96 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 22 | 29 | 0 | 0.83 | 0.77 | 0.51 | 355.96 | 0.7 | 0.29 |
| Hex | 7E | 16 | 1D | 0 | 53 | 4D | 33 | 164 | 46 | 1D |
| Octal | 176 | 26 | 35 | 0 | 123 | 115 | 63 | 544 | 106 | 35 |
| Binary | 1111110 | 10110 | 11101 | 0 | 1010011 | 1001101 | 110011 | 101100100 | 1000110 | 11101 |
Color Harmonies of #7E161D
Complementary color
Monochromatic Colors of #7E161D
Black with #7E161D
Text Example
Text Example
White with #7E161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E161D; }
p { color: rgb(126,22,29); }
H1.HeaderClassName
{
color: #7E161D;
}
.AnyTagClassName
{
color: #7E161D;
}
</style>
background-color css
<style>
a { background-color: #7E161D; }
a { background-color: rgb(126,22,29); }
div.DivClassName
{
background-color: #7E161D;
}
.BgClassName
{
background-color: #7E161D;
}
</style>
border-color css
<style>
span { border-color: #7E161D; }
span { border-color: rgb(126,22,29); }
td.TdClassName
{
border-color: #7E161D;
}
.TagClassName
{
border-color: #7E161D;
}
</style>