Shades of Red Berry #7C1829
Tints of Red Berry #7C1829
RGB
CMYK
RGB Variations
Color information
#7C1829 (or 0x7C1829) is known color: Red Berry. HEX triplet: 7C, 18 and 29. RGB value is (124,24,41). Sum of RGB (Red+Green+Blue) = 124+24+41=189 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.61% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1829 is #83E7D6. Grayscale: #373737. Windows color (decimal): -8644567 or 2693244. OLE color: 2693244.
HSL color Cylindrical-coordinate representation of color #7C1829: hue angle of 349.8º 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 #7C1829 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 24 | 41 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.51 |
| HSL | 349.8º | 0.68% | 0.29% | - |
| HSV(B) | 349.8º | 0.81% | 0.49% | - |
| XYZ | 9.04 | 5.1 | 2.61 | - |
| YUV | 55.84 | 119.63 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 41 | 0 | 0.81 | 0.67 | 0.51 | 349.8 | 0.68 | 0.29 |
| Hex | 7C | 18 | 29 | 0 | 51 | 43 | 33 | 15E | 44 | 1D |
| Octal | 174 | 30 | 51 | 0 | 121 | 103 | 63 | 536 | 104 | 35 |
| Binary | 1111100 | 11000 | 101001 | 0 | 1010001 | 1000011 | 110011 | 101011110 | 1000100 | 11101 |
Color Harmonies of #7C1829
Complementary color
Monochromatic Colors of #7C1829
Black with #7C1829
Text Example
Text Example
White with #7C1829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1829; }
p { color: rgb(124,24,41); }
H1.HeaderClassName
{
color: #7C1829;
}
.AnyTagClassName
{
color: #7C1829;
}
</style>
background-color css
<style>
a { background-color: #7C1829; }
a { background-color: rgb(124,24,41); }
div.DivClassName
{
background-color: #7C1829;
}
.BgClassName
{
background-color: #7C1829;
}
</style>
border-color css
<style>
span { border-color: #7C1829; }
span { border-color: rgb(124,24,41); }
td.TdClassName
{
border-color: #7C1829;
}
.TagClassName
{
border-color: #7C1829;
}
</style>