Shades of Red Berry #7A1628
Tints of Red Berry #7A1628
RGB
CMYK
RGB Variations
Color information
#7A1628 (or 0x7A1628) is known color: Red Berry. HEX triplet: 7A, 16 and 28. RGB value is (122,22,40). Sum of RGB (Red+Green+Blue) = 122+22+40=184 (24% of max value = 765). Red value is 122 (48.05% from 255 or 66.30% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1628 is #85E9D7. Grayscale: #353535. Windows color (decimal): -8776152 or 2627194. OLE color: 2627194.
HSL color Cylindrical-coordinate representation of color #7A1628: hue angle of 349.2º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A1628 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 40 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.52 |
| HSL | 349.2º | 0.69% | 0.28% | - |
| HSV(B) | 349.2º | 0.82% | 0.48% | - |
| XYZ | 8.7 | 4.86 | 2.49 | - |
| YUV | 53.95 | 120.13 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 40 | 0 | 0.82 | 0.67 | 0.52 | 349.2 | 0.69 | 0.28 |
| Hex | 7A | 16 | 28 | 0 | 52 | 43 | 34 | 15D | 45 | 1C |
| Octal | 172 | 26 | 50 | 0 | 122 | 103 | 64 | 535 | 105 | 34 |
| Binary | 1111010 | 10110 | 101000 | 0 | 1010010 | 1000011 | 110100 | 101011101 | 1000101 | 11100 |
Color Harmonies of #7A1628
Complementary color
Monochromatic Colors of #7A1628
Black with #7A1628
Text Example
Text Example
White with #7A1628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1628; }
p { color: rgb(122,22,40); }
H1.HeaderClassName
{
color: #7A1628;
}
.AnyTagClassName
{
color: #7A1628;
}
</style>
background-color css
<style>
a { background-color: #7A1628; }
a { background-color: rgb(122,22,40); }
div.DivClassName
{
background-color: #7A1628;
}
.BgClassName
{
background-color: #7A1628;
}
</style>
border-color css
<style>
span { border-color: #7A1628; }
span { border-color: rgb(122,22,40); }
td.TdClassName
{
border-color: #7A1628;
}
.TagClassName
{
border-color: #7A1628;
}
</style>