Shades of Tamarillo #712A33
Tints of Tamarillo #712A33
RGB
CMYK
RGB Variations
Color information
#712A33 (or 0x712A33) is known color: Tamarillo. HEX triplet: 71, 2A and 33. RGB value is (113,42,51). Sum of RGB (Red+Green+Blue) = 113+42+51=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 42 (16.80% from 255 or 20.39% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #712A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712A33 is #8ED5CC. Grayscale: #404040. Windows color (decimal): -9360845 or 3353201. OLE color: 3353201.
HSL color Cylindrical-coordinate representation of color #712A33: hue angle of 352.39º 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 #712A33 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 42 | 51 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.56 |
| HSL | 352.39º | 0.46% | 0.3% | - |
| HSV(B) | 352.39º | 0.63% | 0.44% | - |
| XYZ | 8.24 | 5.41 | 3.74 | - |
| YUV | 64.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 51 | 0 | 0.63 | 0.55 | 0.56 | 352.39 | 0.46 | 0.3 |
| Hex | 71 | 2A | 33 | 0 | 3F | 37 | 38 | 160 | 2E | 1E |
| Octal | 161 | 52 | 63 | 0 | 77 | 67 | 70 | 540 | 56 | 36 |
| Binary | 1110001 | 101010 | 110011 | 0 | 111111 | 110111 | 111000 | 101100000 | 101110 | 11110 |
Color Harmonies of #712A33
Complementary color
Monochromatic Colors of #712A33
Black with #712A33
Text Example
Text Example
White with #712A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712A33; }
p { color: rgb(113,42,51); }
H1.HeaderClassName
{
color: #712A33;
}
.AnyTagClassName
{
color: #712A33;
}
</style>
background-color css
<style>
a { background-color: #712A33; }
a { background-color: rgb(113,42,51); }
div.DivClassName
{
background-color: #712A33;
}
.BgClassName
{
background-color: #712A33;
}
</style>
border-color css
<style>
span { border-color: #712A33; }
span { border-color: rgb(113,42,51); }
td.TdClassName
{
border-color: #712A33;
}
.TagClassName
{
border-color: #712A33;
}
</style>