Shades of Red Berry #7C1621
Tints of Red Berry #7C1621
RGB
CMYK
RGB Variations
Color information
#7C1621 (or 0x7C1621) is known color: Red Berry. HEX triplet: 7C, 16 and 21. RGB value is (124,22,33). Sum of RGB (Red+Green+Blue) = 124+22+33=179 (23% of max value = 765). Red value is 124 (48.83% from 255 or 69.27% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1621 is #83E9DE. Grayscale: #353535. Windows color (decimal): -8645087 or 2168444. OLE color: 2168444.
HSL color Cylindrical-coordinate representation of color #7C1621: hue angle of 353.53º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C1621 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 22 | 33 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.51 |
| HSL | 353.53º | 0.7% | 0.29% | - |
| HSV(B) | 353.53º | 0.82% | 0.49% | - |
| XYZ | 8.87 | 4.97 | 1.93 | - |
| YUV | 53.75 | 116.29 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 22 | 33 | 0 | 0.82 | 0.73 | 0.51 | 353.53 | 0.7 | 0.29 |
| Hex | 7C | 16 | 21 | 0 | 52 | 49 | 33 | 162 | 46 | 1D |
| Octal | 174 | 26 | 41 | 0 | 122 | 111 | 63 | 542 | 106 | 35 |
| Binary | 1111100 | 10110 | 100001 | 0 | 1010010 | 1001001 | 110011 | 101100010 | 1000110 | 11101 |
Color Harmonies of #7C1621
Complementary color
Monochromatic Colors of #7C1621
Black with #7C1621
Text Example
Text Example
White with #7C1621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1621; }
p { color: rgb(124,22,33); }
H1.HeaderClassName
{
color: #7C1621;
}
.AnyTagClassName
{
color: #7C1621;
}
</style>
background-color css
<style>
a { background-color: #7C1621; }
a { background-color: rgb(124,22,33); }
div.DivClassName
{
background-color: #7C1621;
}
.BgClassName
{
background-color: #7C1621;
}
</style>
border-color css
<style>
span { border-color: #7C1621; }
span { border-color: rgb(124,22,33); }
td.TdClassName
{
border-color: #7C1621;
}
.TagClassName
{
border-color: #7C1621;
}
</style>