Shades of Red Berry #7D1322
Tints of Red Berry #7D1322
RGB
CMYK
RGB Variations
Color information
#7D1322 (or 0x7D1322) is known color: Red Berry. HEX triplet: 7D, 13 and 22. RGB value is (125,19,34). Sum of RGB (Red+Green+Blue) = 125+19+34=178 (23% of max value = 765). Red value is 125 (49.22% from 255 or 70.22% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1322 is #82ECDD. Grayscale: #343434. Windows color (decimal): -8580318 or 2233213. OLE color: 2233213.
HSL color Cylindrical-coordinate representation of color #7D1322: hue angle of 351.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 #7D1322 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 19 | 34 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.51 |
| HSL | 351.51º | 0.74% | 0.28% | - |
| HSV(B) | 351.51º | 0.85% | 0.49% | - |
| XYZ | 8.98 | 4.94 | 1.99 | - |
| YUV | 52.4 | 117.62 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 19 | 34 | 0 | 0.85 | 0.73 | 0.51 | 351.51 | 0.74 | 0.28 |
| Hex | 7D | 13 | 22 | 0 | 55 | 49 | 33 | 160 | 4A | 1C |
| Octal | 175 | 23 | 42 | 0 | 125 | 111 | 63 | 540 | 112 | 34 |
| Binary | 1111101 | 10011 | 100010 | 0 | 1010101 | 1001001 | 110011 | 101100000 | 1001010 | 11100 |
Color Harmonies of #7D1322
Complementary color
Monochromatic Colors of #7D1322
Black with #7D1322
Text Example
Text Example
White with #7D1322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1322; }
p { color: rgb(125,19,34); }
H1.HeaderClassName
{
color: #7D1322;
}
.AnyTagClassName
{
color: #7D1322;
}
</style>
background-color css
<style>
a { background-color: #7D1322; }
a { background-color: rgb(125,19,34); }
div.DivClassName
{
background-color: #7D1322;
}
.BgClassName
{
background-color: #7D1322;
}
</style>
border-color css
<style>
span { border-color: #7D1322; }
span { border-color: rgb(125,19,34); }
td.TdClassName
{
border-color: #7D1322;
}
.TagClassName
{
border-color: #7D1322;
}
</style>