Shades of Tamarillo #702B2F
Tints of Tamarillo #702B2F
RGB
CMYK
RGB Variations
Color information
#702B2F (or 0x702B2F) is known color: Tamarillo. HEX triplet: 70, 2B and 2F. RGB value is (112,43,47). Sum of RGB (Red+Green+Blue) = 112+43+47=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #702B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702B2F is #8FD4D0. Grayscale: #404040. Windows color (decimal): -9426129 or 3091312. OLE color: 3091312.
HSL color Cylindrical-coordinate representation of color #702B2F: hue angle of 356.52º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #702B2F is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 43 | 47 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.56 |
| HSL | 356.52º | 0.45% | 0.3% | - |
| HSV(B) | 356.52º | 0.62% | 0.44% | - |
| XYZ | 8.06 | 5.38 | 3.3 | - |
| YUV | 64.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 43 | 47 | 0 | 0.62 | 0.58 | 0.56 | 356.52 | 0.45 | 0.3 |
| Hex | 70 | 2B | 2F | 0 | 3E | 3A | 38 | 165 | 2D | 1E |
| Octal | 160 | 53 | 57 | 0 | 76 | 72 | 70 | 545 | 55 | 36 |
| Binary | 1110000 | 101011 | 101111 | 0 | 111110 | 111010 | 111000 | 101100101 | 101101 | 11110 |
Color Harmonies of #702B2F
Complementary color
Monochromatic Colors of #702B2F
Black with #702B2F
Text Example
Text Example
White with #702B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702B2F; }
p { color: rgb(112,43,47); }
H1.HeaderClassName
{
color: #702B2F;
}
.AnyTagClassName
{
color: #702B2F;
}
</style>
background-color css
<style>
a { background-color: #702B2F; }
a { background-color: rgb(112,43,47); }
div.DivClassName
{
background-color: #702B2F;
}
.BgClassName
{
background-color: #702B2F;
}
</style>
border-color css
<style>
span { border-color: #702B2F; }
span { border-color: rgb(112,43,47); }
td.TdClassName
{
border-color: #702B2F;
}
.TagClassName
{
border-color: #702B2F;
}
</style>