Shades of Red Berry #7C1323
Tints of Red Berry #7C1323
RGB
CMYK
RGB Variations
Color information
#7C1323 (or 0x7C1323) is known color: Red Berry. HEX triplet: 7C, 13 and 23. RGB value is (124,19,35). Sum of RGB (Red+Green+Blue) = 124+19+35=178 (23% of max value = 765). Red value is 124 (48.83% from 255 or 69.66% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 35 (14.06% from 255 or 19.66% from 178); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1323 is #83ECDC. Grayscale: #343434. Windows color (decimal): -8645853 or 2298748. OLE color: 2298748.
HSL color Cylindrical-coordinate representation of color #7C1323: hue angle of 350.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 #7C1323 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 19 | 35 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.51 |
| HSL | 350.86º | 0.73% | 0.28% | - |
| HSV(B) | 350.86º | 0.85% | 0.49% | - |
| XYZ | 8.85 | 4.87 | 2.06 | - |
| YUV | 52.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 19 | 35 | 0 | 0.85 | 0.72 | 0.51 | 350.86 | 0.73 | 0.28 |
| Hex | 7C | 13 | 23 | 0 | 55 | 48 | 33 | 15F | 49 | 1C |
| Octal | 174 | 23 | 43 | 0 | 125 | 110 | 63 | 537 | 111 | 34 |
| Binary | 1111100 | 10011 | 100011 | 0 | 1010101 | 1001000 | 110011 | 101011111 | 1001001 | 11100 |
Color Harmonies of #7C1323
Complementary color
Monochromatic Colors of #7C1323
Black with #7C1323
Text Example
Text Example
White with #7C1323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1323; }
p { color: rgb(124,19,35); }
H1.HeaderClassName
{
color: #7C1323;
}
.AnyTagClassName
{
color: #7C1323;
}
</style>
background-color css
<style>
a { background-color: #7C1323; }
a { background-color: rgb(124,19,35); }
div.DivClassName
{
background-color: #7C1323;
}
.BgClassName
{
background-color: #7C1323;
}
</style>
border-color css
<style>
span { border-color: #7C1323; }
span { border-color: rgb(124,19,35); }
td.TdClassName
{
border-color: #7C1323;
}
.TagClassName
{
border-color: #7C1323;
}
</style>