Shades of Tamarillo #702D30
Tints of Tamarillo #702D30
RGB
CMYK
RGB Variations
Color information
#702D30 (or 0x702D30) is known color: Tamarillo. HEX triplet: 70, 2D and 30. RGB value is (112,45,48). Sum of RGB (Red+Green+Blue) = 112+45+48=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #702D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702D30 is #8FD2CF. Grayscale: #414141. Windows color (decimal): -9425616 or 3157360. OLE color: 3157360.
HSL color Cylindrical-coordinate representation of color #702D30: hue angle of 357.31º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #702D30 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 45 | 48 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.56 |
| HSL | 357.31º | 0.43% | 0.31% | - |
| HSV(B) | 357.31º | 0.6% | 0.44% | - |
| XYZ | 8.15 | 5.53 | 3.43 | - |
| YUV | 65.38 | 118.2 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 45 | 48 | 0 | 0.60 | 0.57 | 0.56 | 357.31 | 0.43 | 0.31 |
| Hex | 70 | 2D | 30 | 0 | 3C | 39 | 38 | 165 | 2B | 1F |
| Octal | 160 | 55 | 60 | 0 | 74 | 71 | 70 | 545 | 53 | 37 |
| Binary | 1110000 | 101101 | 110000 | 0 | 111100 | 111001 | 111000 | 101100101 | 101011 | 11111 |
Color Harmonies of #702D30
Complementary color
Monochromatic Colors of #702D30
Black with #702D30
Text Example
Text Example
White with #702D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702D30; }
p { color: rgb(112,45,48); }
H1.HeaderClassName
{
color: #702D30;
}
.AnyTagClassName
{
color: #702D30;
}
</style>
background-color css
<style>
a { background-color: #702D30; }
a { background-color: rgb(112,45,48); }
div.DivClassName
{
background-color: #702D30;
}
.BgClassName
{
background-color: #702D30;
}
</style>
border-color css
<style>
span { border-color: #702D30; }
span { border-color: rgb(112,45,48); }
td.TdClassName
{
border-color: #702D30;
}
.TagClassName
{
border-color: #702D30;
}
</style>