Shades of Tamarillo #742E2F
Tints of Tamarillo #742E2F
RGB
CMYK
RGB Variations
Color information
#742E2F (or 0x742E2F) is known color: Tamarillo. HEX triplet: 74, 2E and 2F. RGB value is (116,46,47). Sum of RGB (Red+Green+Blue) = 116+46+47=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #742E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742E2F is #8BD1D0. Grayscale: #434343. Windows color (decimal): -9163217 or 3092084. OLE color: 3092084.
HSL color Cylindrical-coordinate representation of color #742E2F: hue angle of 359.14º 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 #742E2F is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 46 | 47 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.55 |
| HSL | 359.14º | 0.43% | 0.32% | - |
| HSV(B) | 359.14º | 0.6% | 0.45% | - |
| XYZ | 8.69 | 5.87 | 3.36 | - |
| YUV | 67.04 | 116.69 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 46 | 47 | 0 | 0.60 | 0.59 | 0.55 | 359.14 | 0.43 | 0.32 |
| Hex | 74 | 2E | 2F | 0 | 3C | 3B | 37 | 167 | 2B | 20 |
| Octal | 164 | 56 | 57 | 0 | 74 | 73 | 67 | 547 | 53 | 40 |
| Binary | 1110100 | 101110 | 101111 | 0 | 111100 | 111011 | 110111 | 101100111 | 101011 | 100000 |
Color Harmonies of #742E2F
Complementary color
Monochromatic Colors of #742E2F
Black with #742E2F
Text Example
Text Example
White with #742E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742E2F; }
p { color: rgb(116,46,47); }
H1.HeaderClassName
{
color: #742E2F;
}
.AnyTagClassName
{
color: #742E2F;
}
</style>
background-color css
<style>
a { background-color: #742E2F; }
a { background-color: rgb(116,46,47); }
div.DivClassName
{
background-color: #742E2F;
}
.BgClassName
{
background-color: #742E2F;
}
</style>
border-color css
<style>
span { border-color: #742E2F; }
span { border-color: rgb(116,46,47); }
td.TdClassName
{
border-color: #742E2F;
}
.TagClassName
{
border-color: #742E2F;
}
</style>