Shades of Tamarillo #74292C
Tints of Tamarillo #74292C
RGB
CMYK
RGB Variations
Color information
#74292C (or 0x74292C) is known color: Tamarillo. HEX triplet: 74, 29 and 2C. RGB value is (116,41,44). Sum of RGB (Red+Green+Blue) = 116+41+44=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #74292C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74292C is #8BD6D3. Grayscale: #3F3F3F. Windows color (decimal): -9164500 or 2894196. OLE color: 2894196.
HSL color Cylindrical-coordinate representation of color #74292C: hue angle of 357.6º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74292C is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 41 | 44 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.55 |
| HSL | 357.6º | 0.48% | 0.31% | - |
| HSV(B) | 357.6º | 0.65% | 0.45% | - |
| XYZ | 8.45 | 5.48 | 3 | - |
| YUV | 63.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 44 | 0 | 0.65 | 0.62 | 0.55 | 357.6 | 0.48 | 0.31 |
| Hex | 74 | 29 | 2C | 0 | 41 | 3E | 37 | 166 | 30 | 1F |
| Octal | 164 | 51 | 54 | 0 | 101 | 76 | 67 | 546 | 60 | 37 |
| Binary | 1110100 | 101001 | 101100 | 0 | 1000001 | 111110 | 110111 | 101100110 | 110000 | 11111 |
Color Harmonies of #74292C
Complementary color
Monochromatic Colors of #74292C
Black with #74292C
Text Example
Text Example
White with #74292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74292C; }
p { color: rgb(116,41,44); }
H1.HeaderClassName
{
color: #74292C;
}
.AnyTagClassName
{
color: #74292C;
}
</style>
background-color css
<style>
a { background-color: #74292C; }
a { background-color: rgb(116,41,44); }
div.DivClassName
{
background-color: #74292C;
}
.BgClassName
{
background-color: #74292C;
}
</style>
border-color css
<style>
span { border-color: #74292C; }
span { border-color: rgb(116,41,44); }
td.TdClassName
{
border-color: #74292C;
}
.TagClassName
{
border-color: #74292C;
}
</style>