Shades of Tamarillo #742832
Tints of Tamarillo #742832
RGB
CMYK
RGB Variations
Color information
#742832 (or 0x742832) is known color: Tamarillo. HEX triplet: 74, 28 and 32. RGB value is (116,40,50). Sum of RGB (Red+Green+Blue) = 116+40+50=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #742832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742832 is #8BD7CD. Grayscale: #3F3F3F. Windows color (decimal): -9164750 or 3287156. OLE color: 3287156.
HSL color Cylindrical-coordinate representation of color #742832: hue angle of 352.11º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #742832 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 40 | 50 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.55 |
| HSL | 352.11º | 0.49% | 0.31% | - |
| HSV(B) | 352.11º | 0.66% | 0.45% | - |
| XYZ | 8.54 | 5.46 | 3.62 | - |
| YUV | 63.86 | 120.18 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 40 | 50 | 0 | 0.66 | 0.57 | 0.55 | 352.11 | 0.49 | 0.31 |
| Hex | 74 | 28 | 32 | 0 | 42 | 39 | 37 | 160 | 31 | 1F |
| Octal | 164 | 50 | 62 | 0 | 102 | 71 | 67 | 540 | 61 | 37 |
| Binary | 1110100 | 101000 | 110010 | 0 | 1000010 | 111001 | 110111 | 101100000 | 110001 | 11111 |
Color Harmonies of #742832
Complementary color
Monochromatic Colors of #742832
Black with #742832
Text Example
Text Example
White with #742832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742832; }
p { color: rgb(116,40,50); }
H1.HeaderClassName
{
color: #742832;
}
.AnyTagClassName
{
color: #742832;
}
</style>
background-color css
<style>
a { background-color: #742832; }
a { background-color: rgb(116,40,50); }
div.DivClassName
{
background-color: #742832;
}
.BgClassName
{
background-color: #742832;
}
</style>
border-color css
<style>
span { border-color: #742832; }
span { border-color: rgb(116,40,50); }
td.TdClassName
{
border-color: #742832;
}
.TagClassName
{
border-color: #742832;
}
</style>