Shades of Red Berry #7C1719
Tints of Red Berry #7C1719
RGB
CMYK
RGB Variations
Color information
#7C1719 (or 0x7C1719) is known color: Red Berry. HEX triplet: 7C, 17 and 19. RGB value is (124,23,25). Sum of RGB (Red+Green+Blue) = 124+23+25=172 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.09% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1719 is #83E8E6. Grayscale: #353535. Windows color (decimal): -8644839 or 1644412. OLE color: 1644412.
HSL color Cylindrical-coordinate representation of color #7C1719: hue angle of 358.81º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C1719 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 23 | 25 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.51 |
| HSL | 358.81º | 0.69% | 0.29% | - |
| HSV(B) | 358.81º | 0.81% | 0.49% | - |
| XYZ | 8.79 | 4.97 | 1.42 | - |
| YUV | 53.43 | 111.96 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 23 | 25 | 0 | 0.81 | 0.80 | 0.51 | 358.81 | 0.69 | 0.29 |
| Hex | 7C | 17 | 19 | 0 | 51 | 50 | 33 | 167 | 45 | 1D |
| Octal | 174 | 27 | 31 | 0 | 121 | 120 | 63 | 547 | 105 | 35 |
| Binary | 1111100 | 10111 | 11001 | 0 | 1010001 | 1010000 | 110011 | 101100111 | 1000101 | 11101 |
Color Harmonies of #7C1719
Complementary color
Monochromatic Colors of #7C1719
Black with #7C1719
Text Example
Text Example
White with #7C1719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1719; }
p { color: rgb(124,23,25); }
H1.HeaderClassName
{
color: #7C1719;
}
.AnyTagClassName
{
color: #7C1719;
}
</style>
background-color css
<style>
a { background-color: #7C1719; }
a { background-color: rgb(124,23,25); }
div.DivClassName
{
background-color: #7C1719;
}
.BgClassName
{
background-color: #7C1719;
}
</style>
border-color css
<style>
span { border-color: #7C1719; }
span { border-color: rgb(124,23,25); }
td.TdClassName
{
border-color: #7C1719;
}
.TagClassName
{
border-color: #7C1719;
}
</style>