#70292B

Color #70292B Tamarillo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tamarillo #70292B

Tints of Tamarillo #70292B

Color information

#70292B (or 0x70292B) is unknown color: approx Tamarillo. HEX triplet: 70, 29 and 2B. RGB value is (112,41,43). Sum of RGB (Red+Green+Blue) = 112+41+43=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #70292B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70292B is #8FD6D4. Grayscale: #3E3E3E. Windows color (decimal): -9426645 or 2828656. OLE color: 2828656.

HSL color Cylindrical-coordinate representation of color #70292B: hue angle of 358.31º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70292B is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1124143-
CMYK00.630.620.56
HSL358.31º46.41%30%-
HSV(B)358.31º63.39%43.92%-
XYZ7.915.212.87-
YUV62.46117.02163.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 57.14%
GREEN value IS 41 (16.41% from 255) = 20.92%
BLUE value IS 43 (17.19% from 255) = 21.94%
R=57.14%
G=20.92%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112414300.630.620.56358.3146.4130
Hex70292B03F3E381662e1e
Octal160515307776705465636
Binary1110000101001101011011111111111011100010110011010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70292B; }

 p { color: rgb(112,41,43); }

 H1.HeaderClassName
 {
   color: #70292B;
 }
 .AnyTagClassName
 {
   color: #70292B;
 }
</style>
background-color css

<style>
 a { background-color: #70292B; }

 a { background-color: rgb(112,41,43); }

 div.DivClassName
 {
   background-color: #70292B;
 }
 .BgClassName
 {
   background-color: #70292B;
 }
</style>
border-color css

<style>
 span { border-color: #70292B; }

 span { border-color: rgb(112,41,43); }

 td.TdClassName
 {
   border-color: #70292B;
 }
 .TagClassName
 {
   border-color: #70292B;
 }
</style>