Shades of Tamarillo #702829
Tints of Tamarillo #702829
RGB
CMYK
RGB Variations
Color information
#702829 (or 0x702829) is known color: Tamarillo. HEX triplet: 70, 28 and 29. RGB value is (112,40,41). Sum of RGB (Red+Green+Blue) = 112+40+41=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #702829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702829 is #8FD7D6. Grayscale: #3D3D3D. Windows color (decimal): -9426903 or 2697328. OLE color: 2697328.
HSL color Cylindrical-coordinate representation of color #702829: hue angle of 359.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #702829 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 40 | 41 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.56 |
| HSL | 359.17º | 0.47% | 0.3% | - |
| HSV(B) | 359.17º | 0.64% | 0.44% | - |
| XYZ | 7.84 | 5.12 | 2.67 | - |
| YUV | 61.64 | 116.35 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 40 | 41 | 0 | 0.64 | 0.63 | 0.56 | 359.17 | 0.47 | 0.3 |
| Hex | 70 | 28 | 29 | 0 | 40 | 3F | 38 | 167 | 2F | 1E |
| Octal | 160 | 50 | 51 | 0 | 100 | 77 | 70 | 547 | 57 | 36 |
| Binary | 1110000 | 101000 | 101001 | 0 | 1000000 | 111111 | 111000 | 101100111 | 101111 | 11110 |
Color Harmonies of #702829
Complementary color
Monochromatic Colors of #702829
Black with #702829
Text Example
Text Example
White with #702829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702829; }
p { color: rgb(112,40,41); }
H1.HeaderClassName
{
color: #702829;
}
.AnyTagClassName
{
color: #702829;
}
</style>
background-color css
<style>
a { background-color: #702829; }
a { background-color: rgb(112,40,41); }
div.DivClassName
{
background-color: #702829;
}
.BgClassName
{
background-color: #702829;
}
</style>
border-color css
<style>
span { border-color: #702829; }
span { border-color: rgb(112,40,41); }
td.TdClassName
{
border-color: #702829;
}
.TagClassName
{
border-color: #702829;
}
</style>