Shades of Tamarillo #792C31
Tints of Tamarillo #792C31
RGB
CMYK
RGB Variations
Color information
#792C31 (or 0x792C31) is known color: Tamarillo. HEX triplet: 79, 2C and 31. RGB value is (121,44,49). Sum of RGB (Red+Green+Blue) = 121+44+49=214 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.54% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 121 - color contains mainly: red. Hex color #792C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792C31 is #86D3CE. Grayscale: #434343. Windows color (decimal): -8836047 or 3222649. OLE color: 3222649.
HSL color Cylindrical-coordinate representation of color #792C31: hue angle of 356.1º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #792C31 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 44 | 49 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.53 |
| HSL | 356.1º | 0.47% | 0.32% | - |
| HSV(B) | 356.1º | 0.64% | 0.47% | - |
| XYZ | 9.34 | 6.09 | 3.59 | - |
| YUV | 67.59 | 117.51 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 44 | 49 | 0 | 0.64 | 0.60 | 0.53 | 356.1 | 0.47 | 0.32 |
| Hex | 79 | 2C | 31 | 0 | 40 | 3C | 35 | 164 | 2F | 20 |
| Octal | 171 | 54 | 61 | 0 | 100 | 74 | 65 | 544 | 57 | 40 |
| Binary | 1111001 | 101100 | 110001 | 0 | 1000000 | 111100 | 110101 | 101100100 | 101111 | 100000 |
Color Harmonies of #792C31
Complementary color
Monochromatic Colors of #792C31
Black with #792C31
Text Example
Text Example
White with #792C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792C31; }
p { color: rgb(121,44,49); }
H1.HeaderClassName
{
color: #792C31;
}
.AnyTagClassName
{
color: #792C31;
}
</style>
background-color css
<style>
a { background-color: #792C31; }
a { background-color: rgb(121,44,49); }
div.DivClassName
{
background-color: #792C31;
}
.BgClassName
{
background-color: #792C31;
}
</style>
border-color css
<style>
span { border-color: #792C31; }
span { border-color: rgb(121,44,49); }
td.TdClassName
{
border-color: #792C31;
}
.TagClassName
{
border-color: #792C31;
}
</style>