Shades of Tamarillo #742E34
Tints of Tamarillo #742E34
RGB
CMYK
RGB Variations
Color information
#742E34 (or 0x742E34) is known color: Tamarillo. HEX triplet: 74, 2E and 34. RGB value is (116,46,52). Sum of RGB (Red+Green+Blue) = 116+46+52=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #742E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742E34 is #8BD1CB. Grayscale: #434343. Windows color (decimal): -9163212 or 3419764. OLE color: 3419764.
HSL color Cylindrical-coordinate representation of color #742E34: hue angle of 354.86º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #742E34 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 46 | 52 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.55 |
| HSL | 354.86º | 0.43% | 0.32% | - |
| HSV(B) | 354.86º | 0.6% | 0.45% | - |
| XYZ | 8.8 | 5.91 | 3.93 | - |
| YUV | 67.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 46 | 52 | 0 | 0.60 | 0.55 | 0.55 | 354.86 | 0.43 | 0.32 |
| Hex | 74 | 2E | 34 | 0 | 3C | 37 | 37 | 163 | 2B | 20 |
| Octal | 164 | 56 | 64 | 0 | 74 | 67 | 67 | 543 | 53 | 40 |
| Binary | 1110100 | 101110 | 110100 | 0 | 111100 | 110111 | 110111 | 101100011 | 101011 | 100000 |
Color Harmonies of #742E34
Complementary color
Monochromatic Colors of #742E34
Black with #742E34
Text Example
Text Example
White with #742E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742E34; }
p { color: rgb(116,46,52); }
H1.HeaderClassName
{
color: #742E34;
}
.AnyTagClassName
{
color: #742E34;
}
</style>
background-color css
<style>
a { background-color: #742E34; }
a { background-color: rgb(116,46,52); }
div.DivClassName
{
background-color: #742E34;
}
.BgClassName
{
background-color: #742E34;
}
</style>
border-color css
<style>
span { border-color: #742E34; }
span { border-color: rgb(116,46,52); }
td.TdClassName
{
border-color: #742E34;
}
.TagClassName
{
border-color: #742E34;
}
</style>