Shades of Red Berry #7C141C
Tints of Red Berry #7C141C
RGB
CMYK
RGB Variations
Color information
#7C141C (or 0x7C141C) is known color: Red Berry. HEX triplet: 7C, 14 and 1C. RGB value is (124,20,28). Sum of RGB (Red+Green+Blue) = 124+20+28=172 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.09% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 124 - color contains mainly: red. Hex color #7C141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C141C is #83EBE3. Grayscale: #343434. Windows color (decimal): -8645604 or 1840252. OLE color: 1840252.
HSL color Cylindrical-coordinate representation of color #7C141C: hue angle of 355.38º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C141C is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 20 | 28 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.51 |
| HSL | 355.38º | 0.72% | 0.28% | - |
| HSV(B) | 355.38º | 0.84% | 0.49% | - |
| XYZ | 8.77 | 4.87 | 1.58 | - |
| YUV | 52.01 | 114.46 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 20 | 28 | 0 | 0.84 | 0.77 | 0.51 | 355.38 | 0.72 | 0.28 |
| Hex | 7C | 14 | 1C | 0 | 54 | 4D | 33 | 163 | 48 | 1C |
| Octal | 174 | 24 | 34 | 0 | 124 | 115 | 63 | 543 | 110 | 34 |
| Binary | 1111100 | 10100 | 11100 | 0 | 1010100 | 1001101 | 110011 | 101100011 | 1001000 | 11100 |
Color Harmonies of #7C141C
Complementary color
Monochromatic Colors of #7C141C
Black with #7C141C
Text Example
Text Example
White with #7C141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C141C; }
p { color: rgb(124,20,28); }
H1.HeaderClassName
{
color: #7C141C;
}
.AnyTagClassName
{
color: #7C141C;
}
</style>
background-color css
<style>
a { background-color: #7C141C; }
a { background-color: rgb(124,20,28); }
div.DivClassName
{
background-color: #7C141C;
}
.BgClassName
{
background-color: #7C141C;
}
</style>
border-color css
<style>
span { border-color: #7C141C; }
span { border-color: rgb(124,20,28); }
td.TdClassName
{
border-color: #7C141C;
}
.TagClassName
{
border-color: #7C141C;
}
</style>