Shades of Tamarillo #702F32
Tints of Tamarillo #702F32
RGB
CMYK
RGB Variations
Color information
#702F32 (or 0x702F32) is known color: Tamarillo. HEX triplet: 70, 2F and 32. RGB value is (112,47,50). Sum of RGB (Red+Green+Blue) = 112+47+50=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #702F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F32 is #8FD0CD. Grayscale: #424242. Windows color (decimal): -9425102 or 3288944. OLE color: 3288944.
HSL color Cylindrical-coordinate representation of color #702F32: hue angle of 357.23º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #702F32 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 47 | 50 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.56 |
| HSL | 357.23º | 0.41% | 0.31% | - |
| HSV(B) | 357.23º | 0.58% | 0.44% | - |
| XYZ | 8.27 | 5.71 | 3.68 | - |
| YUV | 66.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 50 | 0 | 0.58 | 0.55 | 0.56 | 357.23 | 0.41 | 0.31 |
| Hex | 70 | 2F | 32 | 0 | 3A | 37 | 38 | 165 | 29 | 1F |
| Octal | 160 | 57 | 62 | 0 | 72 | 67 | 70 | 545 | 51 | 37 |
| Binary | 1110000 | 101111 | 110010 | 0 | 111010 | 110111 | 111000 | 101100101 | 101001 | 11111 |
Color Harmonies of #702F32
Complementary color
Monochromatic Colors of #702F32
Black with #702F32
Text Example
Text Example
White with #702F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702F32; }
p { color: rgb(112,47,50); }
H1.HeaderClassName
{
color: #702F32;
}
.AnyTagClassName
{
color: #702F32;
}
</style>
background-color css
<style>
a { background-color: #702F32; }
a { background-color: rgb(112,47,50); }
div.DivClassName
{
background-color: #702F32;
}
.BgClassName
{
background-color: #702F32;
}
</style>
border-color css
<style>
span { border-color: #702F32; }
span { border-color: rgb(112,47,50); }
td.TdClassName
{
border-color: #702F32;
}
.TagClassName
{
border-color: #702F32;
}
</style>