Shades of Red Berry #7C181F
Tints of Red Berry #7C181F
RGB
CMYK
RGB Variations
Color information
#7C181F (or 0x7C181F) is known color: Red Berry. HEX triplet: 7C, 18 and 1F. RGB value is (124,24,31). Sum of RGB (Red+Green+Blue) = 124+24+31=179 (23% of max value = 765). Red value is 124 (48.83% from 255 or 69.27% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 124 - color contains mainly: red. Hex color #7C181F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C181F is #83E7E0. Grayscale: #363636. Windows color (decimal): -8644577 or 2037884. OLE color: 2037884.
HSL color Cylindrical-coordinate representation of color #7C181F: hue angle of 355.8º degrees, saturation: 0.68, 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 #7C181F is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 24 | 31 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.51 |
| HSL | 355.8º | 0.68% | 0.29% | - |
| HSV(B) | 355.8º | 0.81% | 0.49% | - |
| XYZ | 8.89 | 5.04 | 1.8 | - |
| YUV | 54.7 | 114.63 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 31 | 0 | 0.81 | 0.75 | 0.51 | 355.8 | 0.68 | 0.29 |
| Hex | 7C | 18 | 1F | 0 | 51 | 4B | 33 | 164 | 44 | 1D |
| Octal | 174 | 30 | 37 | 0 | 121 | 113 | 63 | 544 | 104 | 35 |
| Binary | 1111100 | 11000 | 11111 | 0 | 1010001 | 1001011 | 110011 | 101100100 | 1000100 | 11101 |
Color Harmonies of #7C181F
Complementary color
Monochromatic Colors of #7C181F
Black with #7C181F
Text Example
Text Example
White with #7C181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C181F; }
p { color: rgb(124,24,31); }
H1.HeaderClassName
{
color: #7C181F;
}
.AnyTagClassName
{
color: #7C181F;
}
</style>
background-color css
<style>
a { background-color: #7C181F; }
a { background-color: rgb(124,24,31); }
div.DivClassName
{
background-color: #7C181F;
}
.BgClassName
{
background-color: #7C181F;
}
</style>
border-color css
<style>
span { border-color: #7C181F; }
span { border-color: rgb(124,24,31); }
td.TdClassName
{
border-color: #7C181F;
}
.TagClassName
{
border-color: #7C181F;
}
</style>