Shades of Tamarillo #712D33
Tints of Tamarillo #712D33
RGB
CMYK
RGB Variations
Color information
#712D33 (or 0x712D33) is known color: Tamarillo. HEX triplet: 71, 2D and 33. RGB value is (113,45,51). Sum of RGB (Red+Green+Blue) = 113+45+51=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #712D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712D33 is #8ED2CC. Grayscale: #424242. Windows color (decimal): -9360077 or 3353969. OLE color: 3353969.
HSL color Cylindrical-coordinate representation of color #712D33: hue angle of 354.71º 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 #712D33 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 45 | 51 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.56 |
| HSL | 354.71º | 0.43% | 0.31% | - |
| HSV(B) | 354.71º | 0.6% | 0.44% | - |
| XYZ | 8.35 | 5.63 | 3.78 | - |
| YUV | 66.02 | 119.53 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 51 | 0 | 0.60 | 0.55 | 0.56 | 354.71 | 0.43 | 0.31 |
| Hex | 71 | 2D | 33 | 0 | 3C | 37 | 38 | 163 | 2B | 1F |
| Octal | 161 | 55 | 63 | 0 | 74 | 67 | 70 | 543 | 53 | 37 |
| Binary | 1110001 | 101101 | 110011 | 0 | 111100 | 110111 | 111000 | 101100011 | 101011 | 11111 |
Color Harmonies of #712D33
Complementary color
Monochromatic Colors of #712D33
Black with #712D33
Text Example
Text Example
White with #712D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712D33; }
p { color: rgb(113,45,51); }
H1.HeaderClassName
{
color: #712D33;
}
.AnyTagClassName
{
color: #712D33;
}
</style>
background-color css
<style>
a { background-color: #712D33; }
a { background-color: rgb(113,45,51); }
div.DivClassName
{
background-color: #712D33;
}
.BgClassName
{
background-color: #712D33;
}
</style>
border-color css
<style>
span { border-color: #712D33; }
span { border-color: rgb(113,45,51); }
td.TdClassName
{
border-color: #712D33;
}
.TagClassName
{
border-color: #712D33;
}
</style>