Shades of Red Berry #7E131B
Tints of Red Berry #7E131B
RGB
CMYK
RGB Variations
Color information
#7E131B (or 0x7E131B) is known color: Red Berry. HEX triplet: 7E, 13 and 1B. RGB value is (126,19,27). Sum of RGB (Red+Green+Blue) = 126+19+27=172 (22% of max value = 765). Red value is 126 (49.61% from 255 or 73.26% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 126 - color contains mainly: red. Hex color #7E131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E131B is #81ECE4. Grayscale: #333333. Windows color (decimal): -8514789 or 1774462. OLE color: 1774462.
HSL color Cylindrical-coordinate representation of color #7E131B: hue angle of 355.51º 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 #7E131B is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 19 | 27 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.51 |
| HSL | 355.51º | 0.74% | 0.28% | - |
| HSV(B) | 355.51º | 0.85% | 0.49% | - |
| XYZ | 9.03 | 4.98 | 1.52 | - |
| YUV | 51.91 | 113.95 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 19 | 27 | 0 | 0.85 | 0.79 | 0.51 | 355.51 | 0.74 | 0.28 |
| Hex | 7E | 13 | 1B | 0 | 55 | 4F | 33 | 164 | 4A | 1C |
| Octal | 176 | 23 | 33 | 0 | 125 | 117 | 63 | 544 | 112 | 34 |
| Binary | 1111110 | 10011 | 11011 | 0 | 1010101 | 1001111 | 110011 | 101100100 | 1001010 | 11100 |
Color Harmonies of #7E131B
Complementary color
Monochromatic Colors of #7E131B
Black with #7E131B
Text Example
Text Example
White with #7E131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E131B; }
p { color: rgb(126,19,27); }
H1.HeaderClassName
{
color: #7E131B;
}
.AnyTagClassName
{
color: #7E131B;
}
</style>
background-color css
<style>
a { background-color: #7E131B; }
a { background-color: rgb(126,19,27); }
div.DivClassName
{
background-color: #7E131B;
}
.BgClassName
{
background-color: #7E131B;
}
</style>
border-color css
<style>
span { border-color: #7E131B; }
span { border-color: rgb(126,19,27); }
td.TdClassName
{
border-color: #7E131B;
}
.TagClassName
{
border-color: #7E131B;
}
</style>