Shades of Tamarillo #712D31
Tints of Tamarillo #712D31
RGB
CMYK
RGB Variations
Color information
#712D31 (or 0x712D31) is known color: Tamarillo. HEX triplet: 71, 2D and 31. RGB value is (113,45,49). Sum of RGB (Red+Green+Blue) = 113+45+49=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #712D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712D31 is #8ED2CE. Grayscale: #414141. Windows color (decimal): -9360079 or 3222897. OLE color: 3222897.
HSL color Cylindrical-coordinate representation of color #712D31: hue angle of 356.47º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #712D31 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 45 | 49 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.56 |
| HSL | 356.47º | 0.43% | 0.31% | - |
| HSV(B) | 356.47º | 0.6% | 0.44% | - |
| XYZ | 8.3 | 5.61 | 3.55 | - |
| YUV | 65.79 | 118.53 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 49 | 0 | 0.60 | 0.57 | 0.56 | 356.47 | 0.43 | 0.31 |
| Hex | 71 | 2D | 31 | 0 | 3C | 39 | 38 | 164 | 2B | 1F |
| Octal | 161 | 55 | 61 | 0 | 74 | 71 | 70 | 544 | 53 | 37 |
| Binary | 1110001 | 101101 | 110001 | 0 | 111100 | 111001 | 111000 | 101100100 | 101011 | 11111 |
Color Harmonies of #712D31
Complementary color
Monochromatic Colors of #712D31
Black with #712D31
Text Example
Text Example
White with #712D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712D31; }
p { color: rgb(113,45,49); }
H1.HeaderClassName
{
color: #712D31;
}
.AnyTagClassName
{
color: #712D31;
}
</style>
background-color css
<style>
a { background-color: #712D31; }
a { background-color: rgb(113,45,49); }
div.DivClassName
{
background-color: #712D31;
}
.BgClassName
{
background-color: #712D31;
}
</style>
border-color css
<style>
span { border-color: #712D31; }
span { border-color: rgb(113,45,49); }
td.TdClassName
{
border-color: #712D31;
}
.TagClassName
{
border-color: #712D31;
}
</style>