Shades of Red Berry #7E151E
Tints of Red Berry #7E151E
RGB
CMYK
RGB Variations
Color information
#7E151E (or 0x7E151E) is known color: Red Berry. HEX triplet: 7E, 15 and 1E. RGB value is (126,21,30). Sum of RGB (Red+Green+Blue) = 126+21+30=177 (23% of max value = 765). Red value is 126 (49.61% from 255 or 71.19% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 126 - color contains mainly: red. Hex color #7E151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E151E is #81EAE1. Grayscale: #353535. Windows color (decimal): -8514274 or 1971582. OLE color: 1971582.
HSL color Cylindrical-coordinate representation of color #7E151E: hue angle of 354.86º degrees, saturation: 0.71, 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 #7E151E is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 21 | 30 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.51 |
| HSL | 354.86º | 0.71% | 0.29% | - |
| HSV(B) | 354.86º | 0.83% | 0.49% | - |
| XYZ | 9.11 | 5.07 | 1.73 | - |
| YUV | 53.42 | 114.79 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 21 | 30 | 0 | 0.83 | 0.76 | 0.51 | 354.86 | 0.71 | 0.29 |
| Hex | 7E | 15 | 1E | 0 | 53 | 4C | 33 | 163 | 47 | 1D |
| Octal | 176 | 25 | 36 | 0 | 123 | 114 | 63 | 543 | 107 | 35 |
| Binary | 1111110 | 10101 | 11110 | 0 | 1010011 | 1001100 | 110011 | 101100011 | 1000111 | 11101 |
Color Harmonies of #7E151E
Complementary color
Monochromatic Colors of #7E151E
Black with #7E151E
Text Example
Text Example
White with #7E151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E151E; }
p { color: rgb(126,21,30); }
H1.HeaderClassName
{
color: #7E151E;
}
.AnyTagClassName
{
color: #7E151E;
}
</style>
background-color css
<style>
a { background-color: #7E151E; }
a { background-color: rgb(126,21,30); }
div.DivClassName
{
background-color: #7E151E;
}
.BgClassName
{
background-color: #7E151E;
}
</style>
border-color css
<style>
span { border-color: #7E151E; }
span { border-color: rgb(126,21,30); }
td.TdClassName
{
border-color: #7E151E;
}
.TagClassName
{
border-color: #7E151E;
}
</style>