Shades of Tamarillo #712D30
Tints of Tamarillo #712D30
RGB
CMYK
RGB Variations
Color information
#712D30 (or 0x712D30) is known color: Tamarillo. HEX triplet: 71, 2D and 30. RGB value is (113,45,48). Sum of RGB (Red+Green+Blue) = 113+45+48=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #712D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712D30 is #8ED2CF. Grayscale: #414141. Windows color (decimal): -9360080 or 3157361. OLE color: 3157361.
HSL color Cylindrical-coordinate representation of color #712D30: hue angle of 357.35º 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 #712D30 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 45 | 48 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.56 |
| HSL | 357.35º | 0.43% | 0.31% | - |
| HSV(B) | 357.35º | 0.6% | 0.44% | - |
| XYZ | 8.28 | 5.6 | 3.44 | - |
| YUV | 65.67 | 118.03 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 48 | 0 | 0.60 | 0.58 | 0.56 | 357.35 | 0.43 | 0.31 |
| Hex | 71 | 2D | 30 | 0 | 3C | 3A | 38 | 165 | 2B | 1F |
| Octal | 161 | 55 | 60 | 0 | 74 | 72 | 70 | 545 | 53 | 37 |
| Binary | 1110001 | 101101 | 110000 | 0 | 111100 | 111010 | 111000 | 101100101 | 101011 | 11111 |
Color Harmonies of #712D30
Complementary color
Monochromatic Colors of #712D30
Black with #712D30
Text Example
Text Example
White with #712D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712D30; }
p { color: rgb(113,45,48); }
H1.HeaderClassName
{
color: #712D30;
}
.AnyTagClassName
{
color: #712D30;
}
</style>
background-color css
<style>
a { background-color: #712D30; }
a { background-color: rgb(113,45,48); }
div.DivClassName
{
background-color: #712D30;
}
.BgClassName
{
background-color: #712D30;
}
</style>
border-color css
<style>
span { border-color: #712D30; }
span { border-color: rgb(113,45,48); }
td.TdClassName
{
border-color: #712D30;
}
.TagClassName
{
border-color: #712D30;
}
</style>