Shades of Tamarillo #7A2F31
Tints of Tamarillo #7A2F31
RGB
CMYK
RGB Variations
Color information
#7A2F31 (or 0x7A2F31) is known color: Tamarillo. HEX triplet: 7A, 2F and 31. RGB value is (122,47,49). Sum of RGB (Red+Green+Blue) = 122+47+49=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2F31 is #85D0CE. Grayscale: #454545. Windows color (decimal): -8769743 or 3223418. OLE color: 3223418.
HSL color Cylindrical-coordinate representation of color #7A2F31: hue angle of 358.4º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A2F31 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 47 | 49 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.52 |
| HSL | 358.4º | 0.44% | 0.33% | - |
| HSV(B) | 358.4º | 0.61% | 0.48% | - |
| XYZ | 9.6 | 6.39 | 3.63 | - |
| YUV | 69.65 | 116.35 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 47 | 49 | 0 | 0.61 | 0.60 | 0.52 | 358.4 | 0.44 | 0.33 |
| Hex | 7A | 2F | 31 | 0 | 3D | 3C | 34 | 166 | 2C | 21 |
| Octal | 172 | 57 | 61 | 0 | 75 | 74 | 64 | 546 | 54 | 41 |
| Binary | 1111010 | 101111 | 110001 | 0 | 111101 | 111100 | 110100 | 101100110 | 101100 | 100001 |
Color Harmonies of #7A2F31
Complementary color
Monochromatic Colors of #7A2F31
Black with #7A2F31
Text Example
Text Example
White with #7A2F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2F31; }
p { color: rgb(122,47,49); }
H1.HeaderClassName
{
color: #7A2F31;
}
.AnyTagClassName
{
color: #7A2F31;
}
</style>
background-color css
<style>
a { background-color: #7A2F31; }
a { background-color: rgb(122,47,49); }
div.DivClassName
{
background-color: #7A2F31;
}
.BgClassName
{
background-color: #7A2F31;
}
</style>
border-color css
<style>
span { border-color: #7A2F31; }
span { border-color: rgb(122,47,49); }
td.TdClassName
{
border-color: #7A2F31;
}
.TagClassName
{
border-color: #7A2F31;
}
</style>