Shades of Tamarillo #70282B
Tints of Tamarillo #70282B
RGB
CMYK
RGB Variations
Color information
#70282B (or 0x70282B) is known color: Tamarillo. HEX triplet: 70, 28 and 2B. RGB value is (112,40,43). Sum of RGB (Red+Green+Blue) = 112+40+43=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #70282B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70282B is #8FD7D4. Grayscale: #3D3D3D. Windows color (decimal): -9426901 or 2828400. OLE color: 2828400.
HSL color Cylindrical-coordinate representation of color #70282B: hue angle of 357.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70282B is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 40 | 43 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.56 |
| HSL | 357.5º | 0.47% | 0.3% | - |
| HSV(B) | 357.5º | 0.64% | 0.44% | - |
| XYZ | 7.88 | 5.14 | 2.86 | - |
| YUV | 61.87 | 117.35 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 40 | 43 | 0 | 0.64 | 0.62 | 0.56 | 357.5 | 0.47 | 0.3 |
| Hex | 70 | 28 | 2B | 0 | 40 | 3E | 38 | 166 | 2F | 1E |
| Octal | 160 | 50 | 53 | 0 | 100 | 76 | 70 | 546 | 57 | 36 |
| Binary | 1110000 | 101000 | 101011 | 0 | 1000000 | 111110 | 111000 | 101100110 | 101111 | 11110 |
Color Harmonies of #70282B
Complementary color
Monochromatic Colors of #70282B
Black with #70282B
Text Example
Text Example
White with #70282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70282B; }
p { color: rgb(112,40,43); }
H1.HeaderClassName
{
color: #70282B;
}
.AnyTagClassName
{
color: #70282B;
}
</style>
background-color css
<style>
a { background-color: #70282B; }
a { background-color: rgb(112,40,43); }
div.DivClassName
{
background-color: #70282B;
}
.BgClassName
{
background-color: #70282B;
}
</style>
border-color css
<style>
span { border-color: #70282B; }
span { border-color: rgb(112,40,43); }
td.TdClassName
{
border-color: #70282B;
}
.TagClassName
{
border-color: #70282B;
}
</style>