Shades of Red Berry #7A1718
Tints of Red Berry #7A1718
RGB
CMYK
RGB Variations
Color information
#7A1718 (or 0x7A1718) is known color: Red Berry. HEX triplet: 7A, 17 and 18. RGB value is (122,23,24). Sum of RGB (Red+Green+Blue) = 122+23+24=169 (22% of max value = 765). Red value is 122 (48.05% from 255 or 72.19% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1718 is #85E8E7. Grayscale: #343434. Windows color (decimal): -8775912 or 1578874. OLE color: 1578874.
HSL color Cylindrical-coordinate representation of color #7A1718: hue angle of 359.39º 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 #7A1718 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 23 | 24 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.52 |
| HSL | 359.39º | 0.68% | 0.28% | - |
| HSV(B) | 359.39º | 0.81% | 0.48% | - |
| XYZ | 8.5 | 4.82 | 1.35 | - |
| YUV | 52.72 | 111.8 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 24 | 0 | 0.81 | 0.80 | 0.52 | 359.39 | 0.68 | 0.28 |
| Hex | 7A | 17 | 18 | 0 | 51 | 50 | 34 | 167 | 44 | 1C |
| Octal | 172 | 27 | 30 | 0 | 121 | 120 | 64 | 547 | 104 | 34 |
| Binary | 1111010 | 10111 | 11000 | 0 | 1010001 | 1010000 | 110100 | 101100111 | 1000100 | 11100 |
Color Harmonies of #7A1718
Complementary color
Monochromatic Colors of #7A1718
Black with #7A1718
Text Example
Text Example
White with #7A1718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1718; }
p { color: rgb(122,23,24); }
H1.HeaderClassName
{
color: #7A1718;
}
.AnyTagClassName
{
color: #7A1718;
}
</style>
background-color css
<style>
a { background-color: #7A1718; }
a { background-color: rgb(122,23,24); }
div.DivClassName
{
background-color: #7A1718;
}
.BgClassName
{
background-color: #7A1718;
}
</style>
border-color css
<style>
span { border-color: #7A1718; }
span { border-color: rgb(122,23,24); }
td.TdClassName
{
border-color: #7A1718;
}
.TagClassName
{
border-color: #7A1718;
}
</style>