Shades of Red Berry #7A1521
Tints of Red Berry #7A1521
RGB
CMYK
RGB Variations
Color information
#7A1521 (or 0x7A1521) is known color: Red Berry. HEX triplet: 7A, 15 and 21. RGB value is (122,21,33). Sum of RGB (Red+Green+Blue) = 122+21+33=176 (23% of max value = 765). Red value is 122 (48.05% from 255 or 69.32% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1521 is #85EADE. Grayscale: #343434. Windows color (decimal): -8776415 or 2168186. OLE color: 2168186.
HSL color Cylindrical-coordinate representation of color #7A1521: hue angle of 352.87º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A1521 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 21 | 33 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.52 |
| HSL | 352.87º | 0.71% | 0.28% | - |
| HSV(B) | 352.87º | 0.83% | 0.48% | - |
| XYZ | 8.57 | 4.78 | 1.91 | - |
| YUV | 52.57 | 116.96 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 21 | 33 | 0 | 0.83 | 0.73 | 0.52 | 352.87 | 0.71 | 0.28 |
| Hex | 7A | 15 | 21 | 0 | 53 | 49 | 34 | 161 | 47 | 1C |
| Octal | 172 | 25 | 41 | 0 | 123 | 111 | 64 | 541 | 107 | 34 |
| Binary | 1111010 | 10101 | 100001 | 0 | 1010011 | 1001001 | 110100 | 101100001 | 1000111 | 11100 |
Color Harmonies of #7A1521
Complementary color
Monochromatic Colors of #7A1521
Black with #7A1521
Text Example
Text Example
White with #7A1521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1521; }
p { color: rgb(122,21,33); }
H1.HeaderClassName
{
color: #7A1521;
}
.AnyTagClassName
{
color: #7A1521;
}
</style>
background-color css
<style>
a { background-color: #7A1521; }
a { background-color: rgb(122,21,33); }
div.DivClassName
{
background-color: #7A1521;
}
.BgClassName
{
background-color: #7A1521;
}
</style>
border-color css
<style>
span { border-color: #7A1521; }
span { border-color: rgb(122,21,33); }
td.TdClassName
{
border-color: #7A1521;
}
.TagClassName
{
border-color: #7A1521;
}
</style>