Shades of Red Berry #7C191C
Tints of Red Berry #7C191C
RGB
CMYK
RGB Variations
Color information
#7C191C (or 0x7C191C) is known color: Red Berry. HEX triplet: 7C, 19 and 1C. RGB value is (124,25,28). Sum of RGB (Red+Green+Blue) = 124+25+28=177 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.06% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 124 - color contains mainly: red. Hex color #7C191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C191C is #83E6E3. Grayscale: #373737. Windows color (decimal): -8644324 or 1841532. OLE color: 1841532.
HSL color Cylindrical-coordinate representation of color #7C191C: hue angle of 358.18º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C191C is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 25 | 28 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.51 |
| HSL | 358.18º | 0.66% | 0.29% | - |
| HSV(B) | 358.18º | 0.8% | 0.49% | - |
| XYZ | 8.87 | 5.06 | 1.61 | - |
| YUV | 54.94 | 112.8 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 25 | 28 | 0 | 0.80 | 0.77 | 0.51 | 358.18 | 0.66 | 0.29 |
| Hex | 7C | 19 | 1C | 0 | 50 | 4D | 33 | 166 | 42 | 1D |
| Octal | 174 | 31 | 34 | 0 | 120 | 115 | 63 | 546 | 102 | 35 |
| Binary | 1111100 | 11001 | 11100 | 0 | 1010000 | 1001101 | 110011 | 101100110 | 1000010 | 11101 |
Color Harmonies of #7C191C
Complementary color
Monochromatic Colors of #7C191C
Black with #7C191C
Text Example
Text Example
White with #7C191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C191C; }
p { color: rgb(124,25,28); }
H1.HeaderClassName
{
color: #7C191C;
}
.AnyTagClassName
{
color: #7C191C;
}
</style>
background-color css
<style>
a { background-color: #7C191C; }
a { background-color: rgb(124,25,28); }
div.DivClassName
{
background-color: #7C191C;
}
.BgClassName
{
background-color: #7C191C;
}
</style>
border-color css
<style>
span { border-color: #7C191C; }
span { border-color: rgb(124,25,28); }
td.TdClassName
{
border-color: #7C191C;
}
.TagClassName
{
border-color: #7C191C;
}
</style>