Shades of Red Berry #7C1319
Tints of Red Berry #7C1319
RGB
CMYK
RGB Variations
Color information
#7C1319 (or 0x7C1319) is known color: Red Berry. HEX triplet: 7C, 13 and 19. RGB value is (124,19,25). Sum of RGB (Red+Green+Blue) = 124+19+25=168 (22% of max value = 765). Red value is 124 (48.83% from 255 or 73.81% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1319 is #83ECE6. Grayscale: #333333. Windows color (decimal): -8645863 or 1643388. OLE color: 1643388.
HSL color Cylindrical-coordinate representation of color #7C1319: hue angle of 356.57º 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 #7C1319 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 19 | 25 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.51 |
| HSL | 356.57º | 0.73% | 0.28% | - |
| HSV(B) | 356.57º | 0.85% | 0.49% | - |
| XYZ | 8.72 | 4.82 | 1.39 | - |
| YUV | 51.08 | 113.29 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 19 | 25 | 0 | 0.85 | 0.80 | 0.51 | 356.57 | 0.73 | 0.28 |
| Hex | 7C | 13 | 19 | 0 | 55 | 50 | 33 | 165 | 49 | 1C |
| Octal | 174 | 23 | 31 | 0 | 125 | 120 | 63 | 545 | 111 | 34 |
| Binary | 1111100 | 10011 | 11001 | 0 | 1010101 | 1010000 | 110011 | 101100101 | 1001001 | 11100 |
Color Harmonies of #7C1319
Complementary color
Monochromatic Colors of #7C1319
Black with #7C1319
Text Example
Text Example
White with #7C1319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1319; }
p { color: rgb(124,19,25); }
H1.HeaderClassName
{
color: #7C1319;
}
.AnyTagClassName
{
color: #7C1319;
}
</style>
background-color css
<style>
a { background-color: #7C1319; }
a { background-color: rgb(124,19,25); }
div.DivClassName
{
background-color: #7C1319;
}
.BgClassName
{
background-color: #7C1319;
}
</style>
border-color css
<style>
span { border-color: #7C1319; }
span { border-color: rgb(124,19,25); }
td.TdClassName
{
border-color: #7C1319;
}
.TagClassName
{
border-color: #7C1319;
}
</style>