Shades of Red Berry #7C132A
Tints of Red Berry #7C132A
RGB
CMYK
RGB Variations
Color information
#7C132A (or 0x7C132A) is known color: Red Berry. HEX triplet: 7C, 13 and 2A. RGB value is (124,19,42). Sum of RGB (Red+Green+Blue) = 124+19+42=185 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.03% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 124 - color contains mainly: red. Hex color #7C132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C132A is #83ECD5. Grayscale: #353535. Windows color (decimal): -8645846 or 2757500. OLE color: 2757500.
HSL color Cylindrical-coordinate representation of color #7C132A: hue angle of 346.86º 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 #7C132A is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 19 | 42 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.51 |
| HSL | 346.86º | 0.73% | 0.28% | - |
| HSV(B) | 346.86º | 0.85% | 0.49% | - |
| XYZ | 8.96 | 4.92 | 2.67 | - |
| YUV | 53.02 | 121.79 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 19 | 42 | 0 | 0.85 | 0.66 | 0.51 | 346.86 | 0.73 | 0.28 |
| Hex | 7C | 13 | 2A | 0 | 55 | 42 | 33 | 15B | 49 | 1C |
| Octal | 174 | 23 | 52 | 0 | 125 | 102 | 63 | 533 | 111 | 34 |
| Binary | 1111100 | 10011 | 101010 | 0 | 1010101 | 1000010 | 110011 | 101011011 | 1001001 | 11100 |
Color Harmonies of #7C132A
Complementary color
Monochromatic Colors of #7C132A
Black with #7C132A
Text Example
Text Example
White with #7C132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C132A; }
p { color: rgb(124,19,42); }
H1.HeaderClassName
{
color: #7C132A;
}
.AnyTagClassName
{
color: #7C132A;
}
</style>
background-color css
<style>
a { background-color: #7C132A; }
a { background-color: rgb(124,19,42); }
div.DivClassName
{
background-color: #7C132A;
}
.BgClassName
{
background-color: #7C132A;
}
</style>
border-color css
<style>
span { border-color: #7C132A; }
span { border-color: rgb(124,19,42); }
td.TdClassName
{
border-color: #7C132A;
}
.TagClassName
{
border-color: #7C132A;
}
</style>