Shades of Tamarillo #74292D
Tints of Tamarillo #74292D
RGB
CMYK
RGB Variations
Color information
#74292D (or 0x74292D) is known color: Tamarillo. HEX triplet: 74, 29 and 2D. RGB value is (116,41,45). Sum of RGB (Red+Green+Blue) = 116+41+45=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #74292D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74292D is #8BD6D2. Grayscale: #3F3F3F. Windows color (decimal): -9164499 or 2959732. OLE color: 2959732.
HSL color Cylindrical-coordinate representation of color #74292D: hue angle of 356.8º 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 #74292D is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 41 | 45 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.55 |
| HSL | 356.8º | 0.48% | 0.31% | - |
| HSV(B) | 356.8º | 0.65% | 0.45% | - |
| XYZ | 8.47 | 5.49 | 3.1 | - |
| YUV | 63.88 | 117.35 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 45 | 0 | 0.65 | 0.61 | 0.55 | 356.8 | 0.48 | 0.31 |
| Hex | 74 | 29 | 2D | 0 | 41 | 3D | 37 | 165 | 30 | 1F |
| Octal | 164 | 51 | 55 | 0 | 101 | 75 | 67 | 545 | 60 | 37 |
| Binary | 1110100 | 101001 | 101101 | 0 | 1000001 | 111101 | 110111 | 101100101 | 110000 | 11111 |
Color Harmonies of #74292D
Complementary color
Monochromatic Colors of #74292D
Black with #74292D
Text Example
Text Example
White with #74292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74292D; }
p { color: rgb(116,41,45); }
H1.HeaderClassName
{
color: #74292D;
}
.AnyTagClassName
{
color: #74292D;
}
</style>
background-color css
<style>
a { background-color: #74292D; }
a { background-color: rgb(116,41,45); }
div.DivClassName
{
background-color: #74292D;
}
.BgClassName
{
background-color: #74292D;
}
</style>
border-color css
<style>
span { border-color: #74292D; }
span { border-color: rgb(116,41,45); }
td.TdClassName
{
border-color: #74292D;
}
.TagClassName
{
border-color: #74292D;
}
</style>