Shades of Red Berry #7A172B
Tints of Red Berry #7A172B
RGB
CMYK
RGB Variations
Color information
#7A172B (or 0x7A172B) is known color: Red Berry. HEX triplet: 7A, 17 and 2B. RGB value is (122,23,43). Sum of RGB (Red+Green+Blue) = 122+23+43=188 (24% of max value = 765). Red value is 122 (48.05% from 255 or 64.89% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 122 - color contains mainly: red. Hex color #7A172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A172B is #85E8D4. Grayscale: #363636. Windows color (decimal): -8775893 or 2824058. OLE color: 2824058.
HSL color Cylindrical-coordinate representation of color #7A172B: hue angle of 347.88º 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 #7A172B is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 23 | 43 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.52 |
| HSL | 347.88º | 0.68% | 0.28% | - |
| HSV(B) | 347.88º | 0.81% | 0.48% | - |
| XYZ | 8.77 | 4.92 | 2.77 | - |
| YUV | 54.88 | 121.3 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 43 | 0 | 0.81 | 0.65 | 0.52 | 347.88 | 0.68 | 0.28 |
| Hex | 7A | 17 | 2B | 0 | 51 | 41 | 34 | 15C | 44 | 1C |
| Octal | 172 | 27 | 53 | 0 | 121 | 101 | 64 | 534 | 104 | 34 |
| Binary | 1111010 | 10111 | 101011 | 0 | 1010001 | 1000001 | 110100 | 101011100 | 1000100 | 11100 |
Color Harmonies of #7A172B
Complementary color
Monochromatic Colors of #7A172B
Black with #7A172B
Text Example
Text Example
White with #7A172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A172B; }
p { color: rgb(122,23,43); }
H1.HeaderClassName
{
color: #7A172B;
}
.AnyTagClassName
{
color: #7A172B;
}
</style>
background-color css
<style>
a { background-color: #7A172B; }
a { background-color: rgb(122,23,43); }
div.DivClassName
{
background-color: #7A172B;
}
.BgClassName
{
background-color: #7A172B;
}
</style>
border-color css
<style>
span { border-color: #7A172B; }
span { border-color: rgb(122,23,43); }
td.TdClassName
{
border-color: #7A172B;
}
.TagClassName
{
border-color: #7A172B;
}
</style>