Shades of Tamarillo #702A2D
Tints of Tamarillo #702A2D
RGB
CMYK
RGB Variations
Color information
#702A2D (or 0x702A2D) is known color: Tamarillo. HEX triplet: 70, 2A and 2D. RGB value is (112,42,45). Sum of RGB (Red+Green+Blue) = 112+42+45=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #702A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702A2D is #8FD5D2. Grayscale: #3F3F3F. Windows color (decimal): -9426387 or 2959984. OLE color: 2959984.
HSL color Cylindrical-coordinate representation of color #702A2D: hue angle of 357.43º 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 #702A2D is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 42 | 45 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.56 |
| HSL | 357.43º | 0.45% | 0.3% | - |
| HSV(B) | 357.43º | 0.63% | 0.44% | - |
| XYZ | 7.98 | 5.29 | 3.08 | - |
| YUV | 63.27 | 117.69 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 45 | 0 | 0.62 | 0.60 | 0.56 | 357.43 | 0.45 | 0.3 |
| Hex | 70 | 2A | 2D | 0 | 3E | 3C | 38 | 165 | 2D | 1E |
| Octal | 160 | 52 | 55 | 0 | 76 | 74 | 70 | 545 | 55 | 36 |
| Binary | 1110000 | 101010 | 101101 | 0 | 111110 | 111100 | 111000 | 101100101 | 101101 | 11110 |
Color Harmonies of #702A2D
Complementary color
Monochromatic Colors of #702A2D
Black with #702A2D
Text Example
Text Example
White with #702A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702A2D; }
p { color: rgb(112,42,45); }
H1.HeaderClassName
{
color: #702A2D;
}
.AnyTagClassName
{
color: #702A2D;
}
</style>
background-color css
<style>
a { background-color: #702A2D; }
a { background-color: rgb(112,42,45); }
div.DivClassName
{
background-color: #702A2D;
}
.BgClassName
{
background-color: #702A2D;
}
</style>
border-color css
<style>
span { border-color: #702A2D; }
span { border-color: rgb(112,42,45); }
td.TdClassName
{
border-color: #702A2D;
}
.TagClassName
{
border-color: #702A2D;
}
</style>