Shades of Tamarillo #742729
Tints of Tamarillo #742729
RGB
CMYK
RGB Variations
Color information
#742729 (or 0x742729) is known color: Tamarillo. HEX triplet: 74, 27 and 29. RGB value is (116,39,41). Sum of RGB (Red+Green+Blue) = 116+39+41=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #742729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742729 is #8BD8D6. Grayscale: #3E3E3E. Windows color (decimal): -9165015 or 2697076. OLE color: 2697076.
HSL color Cylindrical-coordinate representation of color #742729: hue angle of 358.44º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #742729 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 39 | 41 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.55 |
| HSL | 358.44º | 0.5% | 0.3% | - |
| HSV(B) | 358.44º | 0.66% | 0.45% | - |
| XYZ | 8.33 | 5.32 | 2.69 | - |
| YUV | 62.25 | 116.01 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 39 | 41 | 0 | 0.66 | 0.65 | 0.55 | 358.44 | 0.5 | 0.3 |
| Hex | 74 | 27 | 29 | 0 | 42 | 41 | 37 | 166 | 32 | 1E |
| Octal | 164 | 47 | 51 | 0 | 102 | 101 | 67 | 546 | 62 | 36 |
| Binary | 1110100 | 100111 | 101001 | 0 | 1000010 | 1000001 | 110111 | 101100110 | 110010 | 11110 |
Color Harmonies of #742729
Complementary color
Monochromatic Colors of #742729
Black with #742729
Text Example
Text Example
White with #742729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742729; }
p { color: rgb(116,39,41); }
H1.HeaderClassName
{
color: #742729;
}
.AnyTagClassName
{
color: #742729;
}
</style>
background-color css
<style>
a { background-color: #742729; }
a { background-color: rgb(116,39,41); }
div.DivClassName
{
background-color: #742729;
}
.BgClassName
{
background-color: #742729;
}
</style>
border-color css
<style>
span { border-color: #742729; }
span { border-color: rgb(116,39,41); }
td.TdClassName
{
border-color: #742729;
}
.TagClassName
{
border-color: #742729;
}
</style>