Shades of Tamarillo #7A292F
Tints of Tamarillo #7A292F
RGB
CMYK
RGB Variations
Color information
#7A292F (or 0x7A292F) is known color: Tamarillo. HEX triplet: 7A, 29 and 2F. RGB value is (122,41,47). Sum of RGB (Red+Green+Blue) = 122+41+47=210 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.10% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 122 - color contains mainly: red. Hex color #7A292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A292F is #85D6D0. Grayscale: #414141. Windows color (decimal): -8771281 or 3090810. OLE color: 3090810.
HSL color Cylindrical-coordinate representation of color #7A292F: hue angle of 355.56º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A292F is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 41 | 47 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.52 |
| HSL | 355.56º | 0.5% | 0.32% | - |
| HSV(B) | 355.56º | 0.66% | 0.48% | - |
| XYZ | 9.33 | 5.93 | 3.34 | - |
| YUV | 65.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 41 | 47 | 0 | 0.66 | 0.61 | 0.52 | 355.56 | 0.5 | 0.32 |
| Hex | 7A | 29 | 2F | 0 | 42 | 3D | 34 | 164 | 32 | 20 |
| Octal | 172 | 51 | 57 | 0 | 102 | 75 | 64 | 544 | 62 | 40 |
| Binary | 1111010 | 101001 | 101111 | 0 | 1000010 | 111101 | 110100 | 101100100 | 110010 | 100000 |
Color Harmonies of #7A292F
Complementary color
Monochromatic Colors of #7A292F
Black with #7A292F
Text Example
Text Example
White with #7A292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A292F; }
p { color: rgb(122,41,47); }
H1.HeaderClassName
{
color: #7A292F;
}
.AnyTagClassName
{
color: #7A292F;
}
</style>
background-color css
<style>
a { background-color: #7A292F; }
a { background-color: rgb(122,41,47); }
div.DivClassName
{
background-color: #7A292F;
}
.BgClassName
{
background-color: #7A292F;
}
</style>
border-color css
<style>
span { border-color: #7A292F; }
span { border-color: rgb(122,41,47); }
td.TdClassName
{
border-color: #7A292F;
}
.TagClassName
{
border-color: #7A292F;
}
</style>