Shades of Tamarillo #742C30
Tints of Tamarillo #742C30
RGB
CMYK
RGB Variations
Color information
#742C30 (or 0x742C30) is known color: Tamarillo. HEX triplet: 74, 2C and 30. RGB value is (116,44,48). Sum of RGB (Red+Green+Blue) = 116+44+48=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #742C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742C30 is #8BD3CF. Grayscale: #424242. Windows color (decimal): -9163728 or 3157108. OLE color: 3157108.
HSL color Cylindrical-coordinate representation of color #742C30: hue angle of 356.67º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #742C30 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 44 | 48 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.55 |
| HSL | 356.67º | 0.45% | 0.31% | - |
| HSV(B) | 356.67º | 0.62% | 0.45% | - |
| XYZ | 8.64 | 5.73 | 3.45 | - |
| YUV | 65.98 | 117.85 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 44 | 48 | 0 | 0.62 | 0.59 | 0.55 | 356.67 | 0.45 | 0.31 |
| Hex | 74 | 2C | 30 | 0 | 3E | 3B | 37 | 165 | 2D | 1F |
| Octal | 164 | 54 | 60 | 0 | 76 | 73 | 67 | 545 | 55 | 37 |
| Binary | 1110100 | 101100 | 110000 | 0 | 111110 | 111011 | 110111 | 101100101 | 101101 | 11111 |
Color Harmonies of #742C30
Complementary color
Monochromatic Colors of #742C30
Black with #742C30
Text Example
Text Example
White with #742C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742C30; }
p { color: rgb(116,44,48); }
H1.HeaderClassName
{
color: #742C30;
}
.AnyTagClassName
{
color: #742C30;
}
</style>
background-color css
<style>
a { background-color: #742C30; }
a { background-color: rgb(116,44,48); }
div.DivClassName
{
background-color: #742C30;
}
.BgClassName
{
background-color: #742C30;
}
</style>
border-color css
<style>
span { border-color: #742C30; }
span { border-color: rgb(116,44,48); }
td.TdClassName
{
border-color: #742C30;
}
.TagClassName
{
border-color: #742C30;
}
</style>