Shades of Tamarillo #702C31
Tints of Tamarillo #702C31
RGB
CMYK
RGB Variations
Color information
#702C31 (or 0x702C31) is known color: Tamarillo. HEX triplet: 70, 2C and 31. RGB value is (112,44,49). Sum of RGB (Red+Green+Blue) = 112+44+49=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #702C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702C31 is #8FD3CE. Grayscale: #404040. Windows color (decimal): -9425871 or 3222640. OLE color: 3222640.
HSL color Cylindrical-coordinate representation of color #702C31: hue angle of 355.59º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #702C31 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 44 | 49 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.56 |
| HSL | 355.59º | 0.44% | 0.31% | - |
| HSV(B) | 355.59º | 0.61% | 0.44% | - |
| XYZ | 8.14 | 5.47 | 3.53 | - |
| YUV | 64.9 | 119.03 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 49 | 0 | 0.61 | 0.56 | 0.56 | 355.59 | 0.44 | 0.31 |
| Hex | 70 | 2C | 31 | 0 | 3D | 38 | 38 | 164 | 2C | 1F |
| Octal | 160 | 54 | 61 | 0 | 75 | 70 | 70 | 544 | 54 | 37 |
| Binary | 1110000 | 101100 | 110001 | 0 | 111101 | 111000 | 111000 | 101100100 | 101100 | 11111 |
Color Harmonies of #702C31
Complementary color
Monochromatic Colors of #702C31
Black with #702C31
Text Example
Text Example
White with #702C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702C31; }
p { color: rgb(112,44,49); }
H1.HeaderClassName
{
color: #702C31;
}
.AnyTagClassName
{
color: #702C31;
}
</style>
background-color css
<style>
a { background-color: #702C31; }
a { background-color: rgb(112,44,49); }
div.DivClassName
{
background-color: #702C31;
}
.BgClassName
{
background-color: #702C31;
}
</style>
border-color css
<style>
span { border-color: #702C31; }
span { border-color: rgb(112,44,49); }
td.TdClassName
{
border-color: #702C31;
}
.TagClassName
{
border-color: #702C31;
}
</style>