Shades of Red Berry #7C2021
Tints of Red Berry #7C2021
RGB
CMYK
RGB Variations
Color information
#7C2021 (or 0x7C2021) is known color: Red Berry. HEX triplet: 7C, 20 and 21. RGB value is (124,32,33). Sum of RGB (Red+Green+Blue) = 124+32+33=189 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.61% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2021 is #83DFDE. Grayscale: #3B3B3B. Windows color (decimal): -8642527 or 2171004. OLE color: 2171004.
HSL color Cylindrical-coordinate representation of color #7C2021: hue angle of 359.35º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C2021 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 32 | 33 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.51 |
| HSL | 359.35º | 0.59% | 0.31% | - |
| HSV(B) | 359.35º | 0.74% | 0.49% | - |
| XYZ | 9.1 | 5.43 | 2.01 | - |
| YUV | 59.62 | 112.98 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 32 | 33 | 0 | 0.74 | 0.73 | 0.51 | 359.35 | 0.59 | 0.31 |
| Hex | 7C | 20 | 21 | 0 | 4A | 49 | 33 | 167 | 3B | 1F |
| Octal | 174 | 40 | 41 | 0 | 112 | 111 | 63 | 547 | 73 | 37 |
| Binary | 1111100 | 100000 | 100001 | 0 | 1001010 | 1001001 | 110011 | 101100111 | 111011 | 11111 |
Color Harmonies of #7C2021
Complementary color
Monochromatic Colors of #7C2021
Black with #7C2021
Text Example
Text Example
White with #7C2021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2021; }
p { color: rgb(124,32,33); }
H1.HeaderClassName
{
color: #7C2021;
}
.AnyTagClassName
{
color: #7C2021;
}
</style>
background-color css
<style>
a { background-color: #7C2021; }
a { background-color: rgb(124,32,33); }
div.DivClassName
{
background-color: #7C2021;
}
.BgClassName
{
background-color: #7C2021;
}
</style>
border-color css
<style>
span { border-color: #7C2021; }
span { border-color: rgb(124,32,33); }
td.TdClassName
{
border-color: #7C2021;
}
.TagClassName
{
border-color: #7C2021;
}
</style>