Shades of Red Berry #7C181D
Tints of Red Berry #7C181D
RGB
CMYK
RGB Variations
Color information
#7C181D (or 0x7C181D) is known color: Red Berry. HEX triplet: 7C, 18 and 1D. RGB value is (124,24,29). Sum of RGB (Red+Green+Blue) = 124+24+29=177 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.06% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 124 - color contains mainly: red. Hex color #7C181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C181D is #83E7E2. Grayscale: #363636. Windows color (decimal): -8644579 or 1906812. OLE color: 1906812.
HSL color Cylindrical-coordinate representation of color #7C181D: hue angle of 357º 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 #7C181D is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 24 | 29 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.51 |
| HSL | 357º | 0.68% | 0.29% | - |
| HSV(B) | 357º | 0.81% | 0.49% | - |
| XYZ | 8.86 | 5.03 | 1.67 | - |
| YUV | 54.47 | 113.63 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 29 | 0 | 0.81 | 0.77 | 0.51 | 357 | 0.68 | 0.29 |
| Hex | 7C | 18 | 1D | 0 | 51 | 4D | 33 | 165 | 44 | 1D |
| Octal | 174 | 30 | 35 | 0 | 121 | 115 | 63 | 545 | 104 | 35 |
| Binary | 1111100 | 11000 | 11101 | 0 | 1010001 | 1001101 | 110011 | 101100101 | 1000100 | 11101 |
Color Harmonies of #7C181D
Complementary color
Monochromatic Colors of #7C181D
Black with #7C181D
Text Example
Text Example
White with #7C181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C181D; }
p { color: rgb(124,24,29); }
H1.HeaderClassName
{
color: #7C181D;
}
.AnyTagClassName
{
color: #7C181D;
}
</style>
background-color css
<style>
a { background-color: #7C181D; }
a { background-color: rgb(124,24,29); }
div.DivClassName
{
background-color: #7C181D;
}
.BgClassName
{
background-color: #7C181D;
}
</style>
border-color css
<style>
span { border-color: #7C181D; }
span { border-color: rgb(124,24,29); }
td.TdClassName
{
border-color: #7C181D;
}
.TagClassName
{
border-color: #7C181D;
}
</style>