Shades of Tamarillo #792E30
Tints of Tamarillo #792E30
RGB
CMYK
RGB Variations
Color information
#792E30 (or 0x792E30) is known color: Tamarillo. HEX triplet: 79, 2E and 30. RGB value is (121,46,48). Sum of RGB (Red+Green+Blue) = 121+46+48=215 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.28% from 215); Green value is 46 (18.36% from 255 or 21.40% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 121 - color contains mainly: red. Hex color #792E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792E30 is #86D1CF. Grayscale: #444444. Windows color (decimal): -8835536 or 3157625. OLE color: 3157625.
HSL color Cylindrical-coordinate representation of color #792E30: hue angle of 358.4º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #792E30 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 46 | 48 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.53 |
| HSL | 358.4º | 0.45% | 0.33% | - |
| HSV(B) | 358.4º | 0.62% | 0.47% | - |
| XYZ | 9.4 | 6.23 | 3.5 | - |
| YUV | 68.65 | 116.35 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 46 | 48 | 0 | 0.62 | 0.60 | 0.53 | 358.4 | 0.45 | 0.33 |
| Hex | 79 | 2E | 30 | 0 | 3E | 3C | 35 | 166 | 2D | 21 |
| Octal | 171 | 56 | 60 | 0 | 76 | 74 | 65 | 546 | 55 | 41 |
| Binary | 1111001 | 101110 | 110000 | 0 | 111110 | 111100 | 110101 | 101100110 | 101101 | 100001 |
Color Harmonies of #792E30
Complementary color
Monochromatic Colors of #792E30
Black with #792E30
Text Example
Text Example
White with #792E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792E30; }
p { color: rgb(121,46,48); }
H1.HeaderClassName
{
color: #792E30;
}
.AnyTagClassName
{
color: #792E30;
}
</style>
background-color css
<style>
a { background-color: #792E30; }
a { background-color: rgb(121,46,48); }
div.DivClassName
{
background-color: #792E30;
}
.BgClassName
{
background-color: #792E30;
}
</style>
border-color css
<style>
span { border-color: #792E30; }
span { border-color: rgb(121,46,48); }
td.TdClassName
{
border-color: #792E30;
}
.TagClassName
{
border-color: #792E30;
}
</style>