Shades of Tamarillo #702F30
Tints of Tamarillo #702F30
RGB
CMYK
RGB Variations
Color information
#702F30 (or 0x702F30) is known color: Tamarillo. HEX triplet: 70, 2F and 30. RGB value is (112,47,48). Sum of RGB (Red+Green+Blue) = 112+47+48=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #702F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F30 is #8FD0CF. Grayscale: #424242. Windows color (decimal): -9425104 or 3157872. OLE color: 3157872.
HSL color Cylindrical-coordinate representation of color #702F30: hue angle of 359.08º 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 #702F30 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 47 | 48 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.56 |
| HSL | 359.08º | 0.41% | 0.31% | - |
| HSV(B) | 359.08º | 0.58% | 0.44% | - |
| XYZ | 8.23 | 5.69 | 3.46 | - |
| YUV | 66.55 | 117.53 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 48 | 0 | 0.58 | 0.57 | 0.56 | 359.08 | 0.41 | 0.31 |
| Hex | 70 | 2F | 30 | 0 | 3A | 39 | 38 | 167 | 29 | 1F |
| Octal | 160 | 57 | 60 | 0 | 72 | 71 | 70 | 547 | 51 | 37 |
| Binary | 1110000 | 101111 | 110000 | 0 | 111010 | 111001 | 111000 | 101100111 | 101001 | 11111 |
Color Harmonies of #702F30
Complementary color
Monochromatic Colors of #702F30
Black with #702F30
Text Example
Text Example
White with #702F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702F30; }
p { color: rgb(112,47,48); }
H1.HeaderClassName
{
color: #702F30;
}
.AnyTagClassName
{
color: #702F30;
}
</style>
background-color css
<style>
a { background-color: #702F30; }
a { background-color: rgb(112,47,48); }
div.DivClassName
{
background-color: #702F30;
}
.BgClassName
{
background-color: #702F30;
}
</style>
border-color css
<style>
span { border-color: #702F30; }
span { border-color: rgb(112,47,48); }
td.TdClassName
{
border-color: #702F30;
}
.TagClassName
{
border-color: #702F30;
}
</style>