Shades of Tamarillo #702A2C
Tints of Tamarillo #702A2C
RGB
CMYK
RGB Variations
Color information
#702A2C (or 0x702A2C) is known color: Tamarillo. HEX triplet: 70, 2A and 2C. RGB value is (112,42,44). Sum of RGB (Red+Green+Blue) = 112+42+44=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #702A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702A2C is #8FD5D3. Grayscale: #3F3F3F. Windows color (decimal): -9426388 or 2894448. OLE color: 2894448.
HSL color Cylindrical-coordinate representation of color #702A2C: hue angle of 358.29º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #702A2C is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 42 | 44 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.56 |
| HSL | 358.29º | 0.45% | 0.3% | - |
| HSV(B) | 358.29º | 0.63% | 0.44% | - |
| XYZ | 7.96 | 5.28 | 2.98 | - |
| YUV | 63.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 44 | 0 | 0.62 | 0.61 | 0.56 | 358.29 | 0.45 | 0.3 |
| Hex | 70 | 2A | 2C | 0 | 3E | 3D | 38 | 166 | 2D | 1E |
| Octal | 160 | 52 | 54 | 0 | 76 | 75 | 70 | 546 | 55 | 36 |
| Binary | 1110000 | 101010 | 101100 | 0 | 111110 | 111101 | 111000 | 101100110 | 101101 | 11110 |
Color Harmonies of #702A2C
Complementary color
Monochromatic Colors of #702A2C
Black with #702A2C
Text Example
Text Example
White with #702A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702A2C; }
p { color: rgb(112,42,44); }
H1.HeaderClassName
{
color: #702A2C;
}
.AnyTagClassName
{
color: #702A2C;
}
</style>
background-color css
<style>
a { background-color: #702A2C; }
a { background-color: rgb(112,42,44); }
div.DivClassName
{
background-color: #702A2C;
}
.BgClassName
{
background-color: #702A2C;
}
</style>
border-color css
<style>
span { border-color: #702A2C; }
span { border-color: rgb(112,42,44); }
td.TdClassName
{
border-color: #702A2C;
}
.TagClassName
{
border-color: #702A2C;
}
</style>