Shades of Tamarillo #712A2C
Tints of Tamarillo #712A2C
RGB
CMYK
RGB Variations
Color information
#712A2C (or 0x712A2C) is known color: Tamarillo. HEX triplet: 71, 2A and 2C. RGB value is (113,42,44). Sum of RGB (Red+Green+Blue) = 113+42+44=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #712A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712A2C is #8ED5D3. Grayscale: #3F3F3F. Windows color (decimal): -9360852 or 2894449. OLE color: 2894449.
HSL color Cylindrical-coordinate representation of color #712A2C: hue angle of 358.31º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #712A2C is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 42 | 44 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.56 |
| HSL | 358.31º | 0.46% | 0.3% | - |
| HSV(B) | 358.31º | 0.63% | 0.44% | - |
| XYZ | 8.09 | 5.35 | 2.99 | - |
| YUV | 63.46 | 117.02 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 44 | 0 | 0.63 | 0.61 | 0.56 | 358.31 | 0.46 | 0.3 |
| Hex | 71 | 2A | 2C | 0 | 3F | 3D | 38 | 166 | 2E | 1E |
| Octal | 161 | 52 | 54 | 0 | 77 | 75 | 70 | 546 | 56 | 36 |
| Binary | 1110001 | 101010 | 101100 | 0 | 111111 | 111101 | 111000 | 101100110 | 101110 | 11110 |
Color Harmonies of #712A2C
Complementary color
Monochromatic Colors of #712A2C
Black with #712A2C
Text Example
Text Example
White with #712A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712A2C; }
p { color: rgb(113,42,44); }
H1.HeaderClassName
{
color: #712A2C;
}
.AnyTagClassName
{
color: #712A2C;
}
</style>
background-color css
<style>
a { background-color: #712A2C; }
a { background-color: rgb(113,42,44); }
div.DivClassName
{
background-color: #712A2C;
}
.BgClassName
{
background-color: #712A2C;
}
</style>
border-color css
<style>
span { border-color: #712A2C; }
span { border-color: rgb(113,42,44); }
td.TdClassName
{
border-color: #712A2C;
}
.TagClassName
{
border-color: #712A2C;
}
</style>