Shades of Red Berry #7A1728
Tints of Red Berry #7A1728
RGB
CMYK
RGB Variations
Color information
#7A1728 (or 0x7A1728) is known color: Red Berry. HEX triplet: 7A, 17 and 28. RGB value is (122,23,40). Sum of RGB (Red+Green+Blue) = 122+23+40=185 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.95% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1728 is #85E8D7. Grayscale: #363636. Windows color (decimal): -8775896 or 2627450. OLE color: 2627450.
HSL color Cylindrical-coordinate representation of color #7A1728: hue angle of 349.7º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A1728 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 23 | 40 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.52 |
| HSL | 349.7º | 0.68% | 0.28% | - |
| HSV(B) | 349.7º | 0.81% | 0.48% | - |
| XYZ | 8.72 | 4.9 | 2.49 | - |
| YUV | 54.54 | 119.8 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 40 | 0 | 0.81 | 0.67 | 0.52 | 349.7 | 0.68 | 0.28 |
| Hex | 7A | 17 | 28 | 0 | 51 | 43 | 34 | 15E | 44 | 1C |
| Octal | 172 | 27 | 50 | 0 | 121 | 103 | 64 | 536 | 104 | 34 |
| Binary | 1111010 | 10111 | 101000 | 0 | 1010001 | 1000011 | 110100 | 101011110 | 1000100 | 11100 |
Color Harmonies of #7A1728
Complementary color
Monochromatic Colors of #7A1728
Black with #7A1728
Text Example
Text Example
White with #7A1728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1728; }
p { color: rgb(122,23,40); }
H1.HeaderClassName
{
color: #7A1728;
}
.AnyTagClassName
{
color: #7A1728;
}
</style>
background-color css
<style>
a { background-color: #7A1728; }
a { background-color: rgb(122,23,40); }
div.DivClassName
{
background-color: #7A1728;
}
.BgClassName
{
background-color: #7A1728;
}
</style>
border-color css
<style>
span { border-color: #7A1728; }
span { border-color: rgb(122,23,40); }
td.TdClassName
{
border-color: #7A1728;
}
.TagClassName
{
border-color: #7A1728;
}
</style>