Shades of Red Berry #7A1C21
Tints of Red Berry #7A1C21
RGB
CMYK
RGB Variations
Color information
#7A1C21 (or 0x7A1C21) is known color: Red Berry. HEX triplet: 7A, 1C and 21. RGB value is (122,28,33). Sum of RGB (Red+Green+Blue) = 122+28+33=183 (24% of max value = 765). Red value is 122 (48.05% from 255 or 66.67% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1C21 is #85E3DE. Grayscale: #383838. Windows color (decimal): -8774623 or 2169978. OLE color: 2169978.
HSL color Cylindrical-coordinate representation of color #7A1C21: hue angle of 356.81º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A1C21 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 28 | 33 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.52 |
| HSL | 356.81º | 0.63% | 0.29% | - |
| HSV(B) | 356.81º | 0.77% | 0.48% | - |
| XYZ | 8.72 | 5.08 | 1.96 | - |
| YUV | 56.68 | 114.64 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 28 | 33 | 0 | 0.77 | 0.73 | 0.52 | 356.81 | 0.63 | 0.29 |
| Hex | 7A | 1C | 21 | 0 | 4D | 49 | 34 | 165 | 3F | 1D |
| Octal | 172 | 34 | 41 | 0 | 115 | 111 | 64 | 545 | 77 | 35 |
| Binary | 1111010 | 11100 | 100001 | 0 | 1001101 | 1001001 | 110100 | 101100101 | 111111 | 11101 |
Color Harmonies of #7A1C21
Complementary color
Monochromatic Colors of #7A1C21
Black with #7A1C21
Text Example
Text Example
White with #7A1C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1C21; }
p { color: rgb(122,28,33); }
H1.HeaderClassName
{
color: #7A1C21;
}
.AnyTagClassName
{
color: #7A1C21;
}
</style>
background-color css
<style>
a { background-color: #7A1C21; }
a { background-color: rgb(122,28,33); }
div.DivClassName
{
background-color: #7A1C21;
}
.BgClassName
{
background-color: #7A1C21;
}
</style>
border-color css
<style>
span { border-color: #7A1C21; }
span { border-color: rgb(122,28,33); }
td.TdClassName
{
border-color: #7A1C21;
}
.TagClassName
{
border-color: #7A1C21;
}
</style>