Shades of Red Berry #7E1722
Tints of Red Berry #7E1722
RGB
CMYK
RGB Variations
Color information
#7E1722 (or 0x7E1722) is known color: Red Berry. HEX triplet: 7E, 17 and 22. RGB value is (126,23,34). Sum of RGB (Red+Green+Blue) = 126+23+34=183 (24% of max value = 765). Red value is 126 (49.61% from 255 or 68.85% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1722 is #81E8DD. Grayscale: #373737. Windows color (decimal): -8513758 or 2234238. OLE color: 2234238.
HSL color Cylindrical-coordinate representation of color #7E1722: hue angle of 353.59º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E1722 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 23 | 34 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.51 |
| HSL | 353.59º | 0.69% | 0.29% | - |
| HSV(B) | 353.59º | 0.82% | 0.49% | - |
| XYZ | 9.2 | 5.16 | 2.03 | - |
| YUV | 55.05 | 116.12 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 23 | 34 | 0 | 0.82 | 0.73 | 0.51 | 353.59 | 0.69 | 0.29 |
| Hex | 7E | 17 | 22 | 0 | 52 | 49 | 33 | 162 | 45 | 1D |
| Octal | 176 | 27 | 42 | 0 | 122 | 111 | 63 | 542 | 105 | 35 |
| Binary | 1111110 | 10111 | 100010 | 0 | 1010010 | 1001001 | 110011 | 101100010 | 1000101 | 11101 |
Color Harmonies of #7E1722
Complementary color
Monochromatic Colors of #7E1722
Black with #7E1722
Text Example
Text Example
White with #7E1722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1722; }
p { color: rgb(126,23,34); }
H1.HeaderClassName
{
color: #7E1722;
}
.AnyTagClassName
{
color: #7E1722;
}
</style>
background-color css
<style>
a { background-color: #7E1722; }
a { background-color: rgb(126,23,34); }
div.DivClassName
{
background-color: #7E1722;
}
.BgClassName
{
background-color: #7E1722;
}
</style>
border-color css
<style>
span { border-color: #7E1722; }
span { border-color: rgb(126,23,34); }
td.TdClassName
{
border-color: #7E1722;
}
.TagClassName
{
border-color: #7E1722;
}
</style>