Shades of Red Berry #7C1528
Tints of Red Berry #7C1528
RGB
CMYK
RGB Variations
Color information
#7C1528 (or 0x7C1528) is known color: Red Berry. HEX triplet: 7C, 15 and 28. RGB value is (124,21,40). Sum of RGB (Red+Green+Blue) = 124+21+40=185 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.03% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1528 is #83EAD7. Grayscale: #353535. Windows color (decimal): -8645336 or 2626940. OLE color: 2626940.
HSL color Cylindrical-coordinate representation of color #7C1528: hue angle of 348.93º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C1528 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 21 | 40 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.51 |
| HSL | 348.93º | 0.71% | 0.28% | - |
| HSV(B) | 348.93º | 0.83% | 0.49% | - |
| XYZ | 8.96 | 4.97 | 2.5 | - |
| YUV | 53.96 | 120.12 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 21 | 40 | 0 | 0.83 | 0.68 | 0.51 | 348.93 | 0.71 | 0.28 |
| Hex | 7C | 15 | 28 | 0 | 53 | 44 | 33 | 15D | 47 | 1C |
| Octal | 174 | 25 | 50 | 0 | 123 | 104 | 63 | 535 | 107 | 34 |
| Binary | 1111100 | 10101 | 101000 | 0 | 1010011 | 1000100 | 110011 | 101011101 | 1000111 | 11100 |
Color Harmonies of #7C1528
Complementary color
Monochromatic Colors of #7C1528
Black with #7C1528
Text Example
Text Example
White with #7C1528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1528; }
p { color: rgb(124,21,40); }
H1.HeaderClassName
{
color: #7C1528;
}
.AnyTagClassName
{
color: #7C1528;
}
</style>
background-color css
<style>
a { background-color: #7C1528; }
a { background-color: rgb(124,21,40); }
div.DivClassName
{
background-color: #7C1528;
}
.BgClassName
{
background-color: #7C1528;
}
</style>
border-color css
<style>
span { border-color: #7C1528; }
span { border-color: rgb(124,21,40); }
td.TdClassName
{
border-color: #7C1528;
}
.TagClassName
{
border-color: #7C1528;
}
</style>