Shades of Tamarillo #79282C
Tints of Tamarillo #79282C
RGB
CMYK
RGB Variations
Color information
#79282C (or 0x79282C) is known color: Tamarillo. HEX triplet: 79, 28 and 2C. RGB value is (121,40,44). Sum of RGB (Red+Green+Blue) = 121+40+44=205 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.02% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 121 - color contains mainly: red. Hex color #79282C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79282C is #86D7D3. Grayscale: #404040. Windows color (decimal): -8837076 or 2893945. OLE color: 2893945.
HSL color Cylindrical-coordinate representation of color #79282C: hue angle of 357.04º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #79282C is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 40 | 44 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.53 |
| HSL | 357.04º | 0.5% | 0.32% | - |
| HSV(B) | 357.04º | 0.67% | 0.47% | - |
| XYZ | 9.1 | 5.76 | 3.02 | - |
| YUV | 64.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 40 | 44 | 0 | 0.67 | 0.64 | 0.53 | 357.04 | 0.5 | 0.32 |
| Hex | 79 | 28 | 2C | 0 | 43 | 40 | 35 | 165 | 32 | 20 |
| Octal | 171 | 50 | 54 | 0 | 103 | 100 | 65 | 545 | 62 | 40 |
| Binary | 1111001 | 101000 | 101100 | 0 | 1000011 | 1000000 | 110101 | 101100101 | 110010 | 100000 |
Color Harmonies of #79282C
Complementary color
Monochromatic Colors of #79282C
Black with #79282C
Text Example
Text Example
White with #79282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79282C; }
p { color: rgb(121,40,44); }
H1.HeaderClassName
{
color: #79282C;
}
.AnyTagClassName
{
color: #79282C;
}
</style>
background-color css
<style>
a { background-color: #79282C; }
a { background-color: rgb(121,40,44); }
div.DivClassName
{
background-color: #79282C;
}
.BgClassName
{
background-color: #79282C;
}
</style>
border-color css
<style>
span { border-color: #79282C; }
span { border-color: rgb(121,40,44); }
td.TdClassName
{
border-color: #79282C;
}
.TagClassName
{
border-color: #79282C;
}
</style>