Shades of Red Berry #7D161E
Tints of Red Berry #7D161E
RGB
CMYK
RGB Variations
Color information
#7D161E (or 0x7D161E) is known color: Red Berry. HEX triplet: 7D, 16 and 1E. RGB value is (125,22,30). Sum of RGB (Red+Green+Blue) = 125+22+30=177 (23% of max value = 765). Red value is 125 (49.22% from 255 or 70.62% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 125 - color contains mainly: red. Hex color #7D161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D161E is #82E9E1. Grayscale: #353535. Windows color (decimal): -8579554 or 1971837. OLE color: 1971837.
HSL color Cylindrical-coordinate representation of color #7D161E: hue angle of 355.34º degrees, saturation: 0.7, 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 #7D161E is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 22 | 30 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.51 |
| HSL | 355.34º | 0.7% | 0.29% | - |
| HSV(B) | 355.34º | 0.82% | 0.49% | - |
| XYZ | 8.98 | 5.03 | 1.73 | - |
| YUV | 53.71 | 114.62 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 22 | 30 | 0 | 0.82 | 0.76 | 0.51 | 355.34 | 0.7 | 0.29 |
| Hex | 7D | 16 | 1E | 0 | 52 | 4C | 33 | 163 | 46 | 1D |
| Octal | 175 | 26 | 36 | 0 | 122 | 114 | 63 | 543 | 106 | 35 |
| Binary | 1111101 | 10110 | 11110 | 0 | 1010010 | 1001100 | 110011 | 101100011 | 1000110 | 11101 |
Color Harmonies of #7D161E
Complementary color
Monochromatic Colors of #7D161E
Black with #7D161E
Text Example
Text Example
White with #7D161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D161E; }
p { color: rgb(125,22,30); }
H1.HeaderClassName
{
color: #7D161E;
}
.AnyTagClassName
{
color: #7D161E;
}
</style>
background-color css
<style>
a { background-color: #7D161E; }
a { background-color: rgb(125,22,30); }
div.DivClassName
{
background-color: #7D161E;
}
.BgClassName
{
background-color: #7D161E;
}
</style>
border-color css
<style>
span { border-color: #7D161E; }
span { border-color: rgb(125,22,30); }
td.TdClassName
{
border-color: #7D161E;
}
.TagClassName
{
border-color: #7D161E;
}
</style>