Shades of Red Berry #79172A
Tints of Red Berry #79172A
RGB
CMYK
RGB Variations
Color information
#79172A (or 0x79172A) is known color: Red Berry. HEX triplet: 79, 17 and 2A. RGB value is (121,23,42). Sum of RGB (Red+Green+Blue) = 121+23+42=186 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.05% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 121 - color contains mainly: red. Hex color #79172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79172A is #86E8D5. Grayscale: #363636. Windows color (decimal): -8841430 or 2758521. OLE color: 2758521.
HSL color Cylindrical-coordinate representation of color #79172A: hue angle of 348.37º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #79172A is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 23 | 42 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.53 |
| HSL | 348.37º | 0.68% | 0.28% | - |
| HSV(B) | 348.37º | 0.81% | 0.47% | - |
| XYZ | 8.61 | 4.84 | 2.67 | - |
| YUV | 54.47 | 120.97 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 23 | 42 | 0 | 0.81 | 0.65 | 0.53 | 348.37 | 0.68 | 0.28 |
| Hex | 79 | 17 | 2A | 0 | 51 | 41 | 35 | 15C | 44 | 1C |
| Octal | 171 | 27 | 52 | 0 | 121 | 101 | 65 | 534 | 104 | 34 |
| Binary | 1111001 | 10111 | 101010 | 0 | 1010001 | 1000001 | 110101 | 101011100 | 1000100 | 11100 |
Color Harmonies of #79172A
Complementary color
Monochromatic Colors of #79172A
Black with #79172A
Text Example
Text Example
White with #79172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79172A; }
p { color: rgb(121,23,42); }
H1.HeaderClassName
{
color: #79172A;
}
.AnyTagClassName
{
color: #79172A;
}
</style>
background-color css
<style>
a { background-color: #79172A; }
a { background-color: rgb(121,23,42); }
div.DivClassName
{
background-color: #79172A;
}
.BgClassName
{
background-color: #79172A;
}
</style>
border-color css
<style>
span { border-color: #79172A; }
span { border-color: rgb(121,23,42); }
td.TdClassName
{
border-color: #79172A;
}
.TagClassName
{
border-color: #79172A;
}
</style>