Shades of Tamarillo #712932
Tints of Tamarillo #712932
RGB
CMYK
RGB Variations
Color information
#712932 (or 0x712932) is known color: Tamarillo. HEX triplet: 71, 29 and 32. RGB value is (113,41,50). Sum of RGB (Red+Green+Blue) = 113+41+50=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #712932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712932 is #8ED6CD. Grayscale: #3F3F3F. Windows color (decimal): -9361102 or 3287409. OLE color: 3287409.
HSL color Cylindrical-coordinate representation of color #712932: hue angle of 352.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #712932 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 41 | 50 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.56 |
| HSL | 352.5º | 0.47% | 0.3% | - |
| HSV(B) | 352.5º | 0.64% | 0.44% | - |
| XYZ | 8.18 | 5.33 | 3.61 | - |
| YUV | 63.55 | 120.35 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 50 | 0 | 0.64 | 0.56 | 0.56 | 352.5 | 0.47 | 0.3 |
| Hex | 71 | 29 | 32 | 0 | 40 | 38 | 38 | 160 | 2F | 1E |
| Octal | 161 | 51 | 62 | 0 | 100 | 70 | 70 | 540 | 57 | 36 |
| Binary | 1110001 | 101001 | 110010 | 0 | 1000000 | 111000 | 111000 | 101100000 | 101111 | 11110 |
Color Harmonies of #712932
Complementary color
Monochromatic Colors of #712932
Black with #712932
Text Example
Text Example
White with #712932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712932; }
p { color: rgb(113,41,50); }
H1.HeaderClassName
{
color: #712932;
}
.AnyTagClassName
{
color: #712932;
}
</style>
background-color css
<style>
a { background-color: #712932; }
a { background-color: rgb(113,41,50); }
div.DivClassName
{
background-color: #712932;
}
.BgClassName
{
background-color: #712932;
}
</style>
border-color css
<style>
span { border-color: #712932; }
span { border-color: rgb(113,41,50); }
td.TdClassName
{
border-color: #712932;
}
.TagClassName
{
border-color: #712932;
}
</style>