Shades of Red Berry #7C1729
Tints of Red Berry #7C1729
RGB
CMYK
RGB Variations
Color information
#7C1729 (or 0x7C1729) is known color: Red Berry. HEX triplet: 7C, 17 and 29. RGB value is (124,23,41). Sum of RGB (Red+Green+Blue) = 124+23+41=188 (24% of max value = 765). Red value is 124 (48.83% from 255 or 65.96% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1729 is #83E8D6. Grayscale: #373737. Windows color (decimal): -8644823 or 2692988. OLE color: 2692988.
HSL color Cylindrical-coordinate representation of color #7C1729: hue angle of 349.31º degrees, saturation: 0.69, 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 #7C1729 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 23 | 41 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.51 |
| HSL | 349.31º | 0.69% | 0.29% | - |
| HSV(B) | 349.31º | 0.81% | 0.49% | - |
| XYZ | 9.02 | 5.06 | 2.6 | - |
| YUV | 55.25 | 119.96 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 23 | 41 | 0 | 0.81 | 0.67 | 0.51 | 349.31 | 0.69 | 0.29 |
| Hex | 7C | 17 | 29 | 0 | 51 | 43 | 33 | 15D | 45 | 1D |
| Octal | 174 | 27 | 51 | 0 | 121 | 103 | 63 | 535 | 105 | 35 |
| Binary | 1111100 | 10111 | 101001 | 0 | 1010001 | 1000011 | 110011 | 101011101 | 1000101 | 11101 |
Color Harmonies of #7C1729
Complementary color
Monochromatic Colors of #7C1729
Black with #7C1729
Text Example
Text Example
White with #7C1729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1729; }
p { color: rgb(124,23,41); }
H1.HeaderClassName
{
color: #7C1729;
}
.AnyTagClassName
{
color: #7C1729;
}
</style>
background-color css
<style>
a { background-color: #7C1729; }
a { background-color: rgb(124,23,41); }
div.DivClassName
{
background-color: #7C1729;
}
.BgClassName
{
background-color: #7C1729;
}
</style>
border-color css
<style>
span { border-color: #7C1729; }
span { border-color: rgb(124,23,41); }
td.TdClassName
{
border-color: #7C1729;
}
.TagClassName
{
border-color: #7C1729;
}
</style>