Shades of Red Berry #7C1217
Tints of Red Berry #7C1217
RGB
CMYK
RGB Variations
Color information
#7C1217 (or 0x7C1217) is known color: Red Berry. HEX triplet: 7C, 12 and 17. RGB value is (124,18,23). Sum of RGB (Red+Green+Blue) = 124+18+23=165 (21% of max value = 765). Red value is 124 (48.83% from 255 or 75.15% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1217 is #83EDE8. Grayscale: #323232. Windows color (decimal): -8646121 or 1512060. OLE color: 1512060.
HSL color Cylindrical-coordinate representation of color #7C1217: hue angle of 357.17º degrees, saturation: 0.75, 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 #7C1217 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 18 | 23 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.51 |
| HSL | 357.17º | 0.75% | 0.28% | - |
| HSV(B) | 357.17º | 0.85% | 0.49% | - |
| XYZ | 8.68 | 4.78 | 1.28 | - |
| YUV | 50.26 | 112.62 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 18 | 23 | 0 | 0.85 | 0.81 | 0.51 | 357.17 | 0.75 | 0.28 |
| Hex | 7C | 12 | 17 | 0 | 55 | 51 | 33 | 165 | 4B | 1C |
| Octal | 174 | 22 | 27 | 0 | 125 | 121 | 63 | 545 | 113 | 34 |
| Binary | 1111100 | 10010 | 10111 | 0 | 1010101 | 1010001 | 110011 | 101100101 | 1001011 | 11100 |
Color Harmonies of #7C1217
Complementary color
Monochromatic Colors of #7C1217
Black with #7C1217
Text Example
Text Example
White with #7C1217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1217; }
p { color: rgb(124,18,23); }
H1.HeaderClassName
{
color: #7C1217;
}
.AnyTagClassName
{
color: #7C1217;
}
</style>
background-color css
<style>
a { background-color: #7C1217; }
a { background-color: rgb(124,18,23); }
div.DivClassName
{
background-color: #7C1217;
}
.BgClassName
{
background-color: #7C1217;
}
</style>
border-color css
<style>
span { border-color: #7C1217; }
span { border-color: rgb(124,18,23); }
td.TdClassName
{
border-color: #7C1217;
}
.TagClassName
{
border-color: #7C1217;
}
</style>