Shades of Red Berry #7C1317
Tints of Red Berry #7C1317
RGB
CMYK
RGB Variations
Color information
#7C1317 (or 0x7C1317) is known color: Red Berry. HEX triplet: 7C, 13 and 17. RGB value is (124,19,23). Sum of RGB (Red+Green+Blue) = 124+19+23=166 (21% of max value = 765). Red value is 124 (48.83% from 255 or 74.70% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1317 is #83ECE8. Grayscale: #323232. Windows color (decimal): -8645865 or 1512316. OLE color: 1512316.
HSL color Cylindrical-coordinate representation of color #7C1317: hue angle of 357.71º degrees, saturation: 0.73, 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 #7C1317 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 19 | 23 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.51 |
| HSL | 357.71º | 0.73% | 0.28% | - |
| HSV(B) | 357.71º | 0.85% | 0.49% | - |
| XYZ | 8.7 | 4.81 | 1.28 | - |
| YUV | 50.85 | 112.29 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 19 | 23 | 0 | 0.85 | 0.81 | 0.51 | 357.71 | 0.73 | 0.28 |
| Hex | 7C | 13 | 17 | 0 | 55 | 51 | 33 | 166 | 49 | 1C |
| Octal | 174 | 23 | 27 | 0 | 125 | 121 | 63 | 546 | 111 | 34 |
| Binary | 1111100 | 10011 | 10111 | 0 | 1010101 | 1010001 | 110011 | 101100110 | 1001001 | 11100 |
Color Harmonies of #7C1317
Complementary color
Monochromatic Colors of #7C1317
Black with #7C1317
Text Example
Text Example
White with #7C1317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1317; }
p { color: rgb(124,19,23); }
H1.HeaderClassName
{
color: #7C1317;
}
.AnyTagClassName
{
color: #7C1317;
}
</style>
background-color css
<style>
a { background-color: #7C1317; }
a { background-color: rgb(124,19,23); }
div.DivClassName
{
background-color: #7C1317;
}
.BgClassName
{
background-color: #7C1317;
}
</style>
border-color css
<style>
span { border-color: #7C1317; }
span { border-color: rgb(124,19,23); }
td.TdClassName
{
border-color: #7C1317;
}
.TagClassName
{
border-color: #7C1317;
}
</style>