Shades of Tamarillo #702B34
Tints of Tamarillo #702B34
RGB
CMYK
RGB Variations
Color information
#702B34 (or 0x702B34) is known color: Tamarillo. HEX triplet: 70, 2B and 34. RGB value is (112,43,52). Sum of RGB (Red+Green+Blue) = 112+43+52=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #702B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702B34 is #8FD4CB. Grayscale: #404040. Windows color (decimal): -9426124 or 3418992. OLE color: 3418992.
HSL color Cylindrical-coordinate representation of color #702B34: hue angle of 352.17º 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 #702B34 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 43 | 52 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.56 |
| HSL | 352.17º | 0.45% | 0.3% | - |
| HSV(B) | 352.17º | 0.62% | 0.44% | - |
| XYZ | 8.17 | 5.42 | 3.86 | - |
| YUV | 64.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 43 | 52 | 0 | 0.62 | 0.54 | 0.56 | 352.17 | 0.45 | 0.3 |
| Hex | 70 | 2B | 34 | 0 | 3E | 36 | 38 | 160 | 2D | 1E |
| Octal | 160 | 53 | 64 | 0 | 76 | 66 | 70 | 540 | 55 | 36 |
| Binary | 1110000 | 101011 | 110100 | 0 | 111110 | 110110 | 111000 | 101100000 | 101101 | 11110 |
Color Harmonies of #702B34
Complementary color
Monochromatic Colors of #702B34
Black with #702B34
Text Example
Text Example
White with #702B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702B34; }
p { color: rgb(112,43,52); }
H1.HeaderClassName
{
color: #702B34;
}
.AnyTagClassName
{
color: #702B34;
}
</style>
background-color css
<style>
a { background-color: #702B34; }
a { background-color: rgb(112,43,52); }
div.DivClassName
{
background-color: #702B34;
}
.BgClassName
{
background-color: #702B34;
}
</style>
border-color css
<style>
span { border-color: #702B34; }
span { border-color: rgb(112,43,52); }
td.TdClassName
{
border-color: #702B34;
}
.TagClassName
{
border-color: #702B34;
}
</style>