Shades of Red Berry #7E1926
Tints of Red Berry #7E1926
RGB
CMYK
RGB Variations
Color information
#7E1926 (or 0x7E1926) is known color: Red Berry. HEX triplet: 7E, 19 and 26. RGB value is (126,25,38). Sum of RGB (Red+Green+Blue) = 126+25+38=189 (25% of max value = 765). Red value is 126 (49.61% from 255 or 66.67% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1926 is #81E6D9. Grayscale: #383838. Windows color (decimal): -8513242 or 2496894. OLE color: 2496894.
HSL color Cylindrical-coordinate representation of color #7E1926: hue angle of 352.28º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E1926 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 25 | 38 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.51 |
| HSL | 352.28º | 0.67% | 0.3% | - |
| HSV(B) | 352.28º | 0.8% | 0.49% | - |
| XYZ | 9.3 | 5.27 | 2.36 | - |
| YUV | 56.68 | 117.46 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 25 | 38 | 0 | 0.80 | 0.70 | 0.51 | 352.28 | 0.67 | 0.3 |
| Hex | 7E | 19 | 26 | 0 | 50 | 46 | 33 | 160 | 43 | 1E |
| Octal | 176 | 31 | 46 | 0 | 120 | 106 | 63 | 540 | 103 | 36 |
| Binary | 1111110 | 11001 | 100110 | 0 | 1010000 | 1000110 | 110011 | 101100000 | 1000011 | 11110 |
Color Harmonies of #7E1926
Complementary color
Monochromatic Colors of #7E1926
Black with #7E1926
Text Example
Text Example
White with #7E1926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1926; }
p { color: rgb(126,25,38); }
H1.HeaderClassName
{
color: #7E1926;
}
.AnyTagClassName
{
color: #7E1926;
}
</style>
background-color css
<style>
a { background-color: #7E1926; }
a { background-color: rgb(126,25,38); }
div.DivClassName
{
background-color: #7E1926;
}
.BgClassName
{
background-color: #7E1926;
}
</style>
border-color css
<style>
span { border-color: #7E1926; }
span { border-color: rgb(126,25,38); }
td.TdClassName
{
border-color: #7E1926;
}
.TagClassName
{
border-color: #7E1926;
}
</style>