Shades of Tamarillo #702E30
Tints of Tamarillo #702E30
RGB
CMYK
RGB Variations
Color information
#702E30 (or 0x702E30) is known color: Tamarillo. HEX triplet: 70, 2E and 30. RGB value is (112,46,48). Sum of RGB (Red+Green+Blue) = 112+46+48=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #702E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E30 is #8FD1CF. Grayscale: #424242. Windows color (decimal): -9425360 or 3157616. OLE color: 3157616.
HSL color Cylindrical-coordinate representation of color #702E30: hue angle of 358.18º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #702E30 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 48 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.56 |
| HSL | 358.18º | 0.42% | 0.31% | - |
| HSV(B) | 358.18º | 0.59% | 0.44% | - |
| XYZ | 8.19 | 5.61 | 3.45 | - |
| YUV | 65.96 | 117.87 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 48 | 0 | 0.59 | 0.57 | 0.56 | 358.18 | 0.42 | 0.31 |
| Hex | 70 | 2E | 30 | 0 | 3B | 39 | 38 | 166 | 2A | 1F |
| Octal | 160 | 56 | 60 | 0 | 73 | 71 | 70 | 546 | 52 | 37 |
| Binary | 1110000 | 101110 | 110000 | 0 | 111011 | 111001 | 111000 | 101100110 | 101010 | 11111 |
Color Harmonies of #702E30
Complementary color
Monochromatic Colors of #702E30
Black with #702E30
Text Example
Text Example
White with #702E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E30; }
p { color: rgb(112,46,48); }
H1.HeaderClassName
{
color: #702E30;
}
.AnyTagClassName
{
color: #702E30;
}
</style>
background-color css
<style>
a { background-color: #702E30; }
a { background-color: rgb(112,46,48); }
div.DivClassName
{
background-color: #702E30;
}
.BgClassName
{
background-color: #702E30;
}
</style>
border-color css
<style>
span { border-color: #702E30; }
span { border-color: rgb(112,46,48); }
td.TdClassName
{
border-color: #702E30;
}
.TagClassName
{
border-color: #702E30;
}
</style>