Shades of Red Berry #7C1617
Tints of Red Berry #7C1617
RGB
CMYK
RGB Variations
Color information
#7C1617 (or 0x7C1617) is known color: Red Berry. HEX triplet: 7C, 16 and 17. RGB value is (124,22,23). Sum of RGB (Red+Green+Blue) = 124+22+23=169 (22% of max value = 765). Red value is 124 (48.83% from 255 or 73.37% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1617 is #83E9E8. Grayscale: #343434. Windows color (decimal): -8645097 or 1513084. OLE color: 1513084.
HSL color Cylindrical-coordinate representation of color #7C1617: hue angle of 359.41º 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 #7C1617 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 22 | 23 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.51 |
| HSL | 359.41º | 0.7% | 0.29% | - |
| HSV(B) | 359.41º | 0.82% | 0.49% | - |
| XYZ | 8.75 | 4.92 | 1.3 | - |
| YUV | 52.61 | 111.29 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 22 | 23 | 0 | 0.82 | 0.81 | 0.51 | 359.41 | 0.7 | 0.29 |
| Hex | 7C | 16 | 17 | 0 | 52 | 51 | 33 | 167 | 46 | 1D |
| Octal | 174 | 26 | 27 | 0 | 122 | 121 | 63 | 547 | 106 | 35 |
| Binary | 1111100 | 10110 | 10111 | 0 | 1010010 | 1010001 | 110011 | 101100111 | 1000110 | 11101 |
Color Harmonies of #7C1617
Complementary color
Monochromatic Colors of #7C1617
Black with #7C1617
Text Example
Text Example
White with #7C1617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1617; }
p { color: rgb(124,22,23); }
H1.HeaderClassName
{
color: #7C1617;
}
.AnyTagClassName
{
color: #7C1617;
}
</style>
background-color css
<style>
a { background-color: #7C1617; }
a { background-color: rgb(124,22,23); }
div.DivClassName
{
background-color: #7C1617;
}
.BgClassName
{
background-color: #7C1617;
}
</style>
border-color css
<style>
span { border-color: #7C1617; }
span { border-color: rgb(124,22,23); }
td.TdClassName
{
border-color: #7C1617;
}
.TagClassName
{
border-color: #7C1617;
}
</style>