Shades of Red Berry #7A1228
Tints of Red Berry #7A1228
RGB
CMYK
RGB Variations
Color information
#7A1228 (or 0x7A1228) is known color: Red Berry. HEX triplet: 7A, 12 and 28. RGB value is (122,18,40). Sum of RGB (Red+Green+Blue) = 122+18+40=180 (23% of max value = 765). Red value is 122 (48.05% from 255 or 67.78% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1228 is #85EDD7. Grayscale: #333333. Windows color (decimal): -8777176 or 2626170. OLE color: 2626170.
HSL color Cylindrical-coordinate representation of color #7A1228: hue angle of 347.31º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1228 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 18 | 40 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.52 |
| HSL | 347.31º | 0.74% | 0.27% | - |
| HSV(B) | 347.31º | 0.85% | 0.48% | - |
| XYZ | 8.63 | 4.72 | 2.46 | - |
| YUV | 51.6 | 121.46 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 18 | 40 | 0 | 0.85 | 0.67 | 0.52 | 347.31 | 0.74 | 0.27 |
| Hex | 7A | 12 | 28 | 0 | 55 | 43 | 34 | 15B | 4A | 1B |
| Octal | 172 | 22 | 50 | 0 | 125 | 103 | 64 | 533 | 112 | 33 |
| Binary | 1111010 | 10010 | 101000 | 0 | 1010101 | 1000011 | 110100 | 101011011 | 1001010 | 11011 |
Color Harmonies of #7A1228
Complementary color
Monochromatic Colors of #7A1228
Black with #7A1228
Text Example
Text Example
White with #7A1228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1228; }
p { color: rgb(122,18,40); }
H1.HeaderClassName
{
color: #7A1228;
}
.AnyTagClassName
{
color: #7A1228;
}
</style>
background-color css
<style>
a { background-color: #7A1228; }
a { background-color: rgb(122,18,40); }
div.DivClassName
{
background-color: #7A1228;
}
.BgClassName
{
background-color: #7A1228;
}
</style>
border-color css
<style>
span { border-color: #7A1228; }
span { border-color: rgb(122,18,40); }
td.TdClassName
{
border-color: #7A1228;
}
.TagClassName
{
border-color: #7A1228;
}
</style>