Shades of Tamarillo #712A32
Tints of Tamarillo #712A32
RGB
CMYK
RGB Variations
Color information
#712A32 (or 0x712A32) is known color: Tamarillo. HEX triplet: 71, 2A and 32. RGB value is (113,42,50). Sum of RGB (Red+Green+Blue) = 113+42+50=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #712A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712A32 is #8ED5CD. Grayscale: #404040. Windows color (decimal): -9360846 or 3287665. OLE color: 3287665.
HSL color Cylindrical-coordinate representation of color #712A32: hue angle of 353.24º 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 #712A32 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 42 | 50 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.56 |
| HSL | 353.24º | 0.46% | 0.3% | - |
| HSV(B) | 353.24º | 0.63% | 0.44% | - |
| XYZ | 8.21 | 5.4 | 3.63 | - |
| YUV | 64.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 50 | 0 | 0.63 | 0.56 | 0.56 | 353.24 | 0.46 | 0.3 |
| Hex | 71 | 2A | 32 | 0 | 3F | 38 | 38 | 161 | 2E | 1E |
| Octal | 161 | 52 | 62 | 0 | 77 | 70 | 70 | 541 | 56 | 36 |
| Binary | 1110001 | 101010 | 110010 | 0 | 111111 | 111000 | 111000 | 101100001 | 101110 | 11110 |
Color Harmonies of #712A32
Complementary color
Monochromatic Colors of #712A32
Black with #712A32
Text Example
Text Example
White with #712A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712A32; }
p { color: rgb(113,42,50); }
H1.HeaderClassName
{
color: #712A32;
}
.AnyTagClassName
{
color: #712A32;
}
</style>
background-color css
<style>
a { background-color: #712A32; }
a { background-color: rgb(113,42,50); }
div.DivClassName
{
background-color: #712A32;
}
.BgClassName
{
background-color: #712A32;
}
</style>
border-color css
<style>
span { border-color: #712A32; }
span { border-color: rgb(113,42,50); }
td.TdClassName
{
border-color: #712A32;
}
.TagClassName
{
border-color: #712A32;
}
</style>