Shades of Tamarillo #742D31
Tints of Tamarillo #742D31
RGB
CMYK
RGB Variations
Color information
#742D31 (or 0x742D31) is known color: Tamarillo. HEX triplet: 74, 2D and 31. RGB value is (116,45,49). Sum of RGB (Red+Green+Blue) = 116+45+49=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #742D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742D31 is #8BD2CE. Grayscale: #424242. Windows color (decimal): -9163471 or 3222900. OLE color: 3222900.
HSL color Cylindrical-coordinate representation of color #742D31: hue angle of 356.62º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #742D31 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 45 | 49 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.55 |
| HSL | 356.62º | 0.44% | 0.32% | - |
| HSV(B) | 356.62º | 0.61% | 0.45% | - |
| XYZ | 8.7 | 5.81 | 3.57 | - |
| YUV | 66.69 | 118.02 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 49 | 0 | 0.61 | 0.58 | 0.55 | 356.62 | 0.44 | 0.32 |
| Hex | 74 | 2D | 31 | 0 | 3D | 3A | 37 | 165 | 2C | 20 |
| Octal | 164 | 55 | 61 | 0 | 75 | 72 | 67 | 545 | 54 | 40 |
| Binary | 1110100 | 101101 | 110001 | 0 | 111101 | 111010 | 110111 | 101100101 | 101100 | 100000 |
Color Harmonies of #742D31
Complementary color
Monochromatic Colors of #742D31
Black with #742D31
Text Example
Text Example
White with #742D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742D31; }
p { color: rgb(116,45,49); }
H1.HeaderClassName
{
color: #742D31;
}
.AnyTagClassName
{
color: #742D31;
}
</style>
background-color css
<style>
a { background-color: #742D31; }
a { background-color: rgb(116,45,49); }
div.DivClassName
{
background-color: #742D31;
}
.BgClassName
{
background-color: #742D31;
}
</style>
border-color css
<style>
span { border-color: #742D31; }
span { border-color: rgb(116,45,49); }
td.TdClassName
{
border-color: #742D31;
}
.TagClassName
{
border-color: #742D31;
}
</style>