Shades of Red Berry #7C132C
Tints of Red Berry #7C132C
RGB
CMYK
RGB Variations
Color information
#7C132C (or 0x7C132C) is known color: Red Berry. HEX triplet: 7C, 13 and 2C. RGB value is (124,19,44). Sum of RGB (Red+Green+Blue) = 124+19+44=187 (24% of max value = 765). Red value is 124 (48.83% from 255 or 66.31% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 124 - color contains mainly: red. Hex color #7C132C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C132C is #83ECD3. Grayscale: #353535. Windows color (decimal): -8645844 or 2888572. OLE color: 2888572.
HSL color Cylindrical-coordinate representation of color #7C132C: hue angle of 345.71º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C132C is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 19 | 44 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.51 |
| HSL | 345.71º | 0.73% | 0.28% | - |
| HSV(B) | 345.71º | 0.85% | 0.49% | - |
| XYZ | 9 | 4.93 | 2.86 | - |
| YUV | 53.25 | 122.79 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 19 | 44 | 0 | 0.85 | 0.65 | 0.51 | 345.71 | 0.73 | 0.28 |
| Hex | 7C | 13 | 2C | 0 | 55 | 41 | 33 | 15A | 49 | 1C |
| Octal | 174 | 23 | 54 | 0 | 125 | 101 | 63 | 532 | 111 | 34 |
| Binary | 1111100 | 10011 | 101100 | 0 | 1010101 | 1000001 | 110011 | 101011010 | 1001001 | 11100 |
Color Harmonies of #7C132C
Complementary color
Monochromatic Colors of #7C132C
Black with #7C132C
Text Example
Text Example
White with #7C132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C132C; }
p { color: rgb(124,19,44); }
H1.HeaderClassName
{
color: #7C132C;
}
.AnyTagClassName
{
color: #7C132C;
}
</style>
background-color css
<style>
a { background-color: #7C132C; }
a { background-color: rgb(124,19,44); }
div.DivClassName
{
background-color: #7C132C;
}
.BgClassName
{
background-color: #7C132C;
}
</style>
border-color css
<style>
span { border-color: #7C132C; }
span { border-color: rgb(124,19,44); }
td.TdClassName
{
border-color: #7C132C;
}
.TagClassName
{
border-color: #7C132C;
}
</style>