Shades of Red Berry #7E161C
Tints of Red Berry #7E161C
RGB
CMYK
RGB Variations
Color information
#7E161C (or 0x7E161C) is known color: Red Berry. HEX triplet: 7E, 16 and 1C. RGB value is (126,22,28). Sum of RGB (Red+Green+Blue) = 126+22+28=176 (23% of max value = 765). Red value is 126 (49.61% from 255 or 71.59% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 126 - color contains mainly: red. Hex color #7E161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E161C is #81E9E3. Grayscale: #353535. Windows color (decimal): -8514020 or 1840766. OLE color: 1840766.
HSL color Cylindrical-coordinate representation of color #7E161C: hue angle of 356.54º 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 #7E161C is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 22 | 28 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.51 |
| HSL | 356.54º | 0.7% | 0.29% | - |
| HSV(B) | 356.54º | 0.83% | 0.49% | - |
| XYZ | 9.1 | 5.09 | 1.6 | - |
| YUV | 53.78 | 113.46 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 22 | 28 | 0 | 0.83 | 0.78 | 0.51 | 356.54 | 0.7 | 0.29 |
| Hex | 7E | 16 | 1C | 0 | 53 | 4E | 33 | 165 | 46 | 1D |
| Octal | 176 | 26 | 34 | 0 | 123 | 116 | 63 | 545 | 106 | 35 |
| Binary | 1111110 | 10110 | 11100 | 0 | 1010011 | 1001110 | 110011 | 101100101 | 1000110 | 11101 |
Color Harmonies of #7E161C
Complementary color
Monochromatic Colors of #7E161C
Black with #7E161C
Text Example
Text Example
White with #7E161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E161C; }
p { color: rgb(126,22,28); }
H1.HeaderClassName
{
color: #7E161C;
}
.AnyTagClassName
{
color: #7E161C;
}
</style>
background-color css
<style>
a { background-color: #7E161C; }
a { background-color: rgb(126,22,28); }
div.DivClassName
{
background-color: #7E161C;
}
.BgClassName
{
background-color: #7E161C;
}
</style>
border-color css
<style>
span { border-color: #7E161C; }
span { border-color: rgb(126,22,28); }
td.TdClassName
{
border-color: #7E161C;
}
.TagClassName
{
border-color: #7E161C;
}
</style>