Shades of Red Berry #7C191F
Tints of Red Berry #7C191F
RGB
CMYK
RGB Variations
Color information
#7C191F (or 0x7C191F) is known color: Red Berry. HEX triplet: 7C, 19 and 1F. RGB value is (124,25,31). Sum of RGB (Red+Green+Blue) = 124+25+31=180 (23% of max value = 765). Red value is 124 (48.83% from 255 or 68.89% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 124 - color contains mainly: red. Hex color #7C191F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C191F is #83E6E0. Grayscale: #373737. Windows color (decimal): -8644321 or 2038140. OLE color: 2038140.
HSL color Cylindrical-coordinate representation of color #7C191F: hue angle of 356.36º 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 #7C191F is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 25 | 31 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.51 |
| HSL | 356.36º | 0.66% | 0.29% | - |
| HSV(B) | 356.36º | 0.8% | 0.49% | - |
| XYZ | 8.91 | 5.08 | 1.81 | - |
| YUV | 55.29 | 114.3 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 25 | 31 | 0 | 0.80 | 0.75 | 0.51 | 356.36 | 0.66 | 0.29 |
| Hex | 7C | 19 | 1F | 0 | 50 | 4B | 33 | 164 | 42 | 1D |
| Octal | 174 | 31 | 37 | 0 | 120 | 113 | 63 | 544 | 102 | 35 |
| Binary | 1111100 | 11001 | 11111 | 0 | 1010000 | 1001011 | 110011 | 101100100 | 1000010 | 11101 |
Color Harmonies of #7C191F
Complementary color
Monochromatic Colors of #7C191F
Black with #7C191F
Text Example
Text Example
White with #7C191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C191F; }
p { color: rgb(124,25,31); }
H1.HeaderClassName
{
color: #7C191F;
}
.AnyTagClassName
{
color: #7C191F;
}
</style>
background-color css
<style>
a { background-color: #7C191F; }
a { background-color: rgb(124,25,31); }
div.DivClassName
{
background-color: #7C191F;
}
.BgClassName
{
background-color: #7C191F;
}
</style>
border-color css
<style>
span { border-color: #7C191F; }
span { border-color: rgb(124,25,31); }
td.TdClassName
{
border-color: #7C191F;
}
.TagClassName
{
border-color: #7C191F;
}
</style>