#702E33

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

Shades of Tamarillo #702E33

Tints of Tamarillo #702E33

Color information

#702E33 (or 0x702E33) is unknown color: approx Tamarillo. HEX triplet: 70, 2E and 33. RGB value is (112,46,51). Sum of RGB (Red+Green+Blue) = 112+46+51=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #702E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E33 is #8FD1CC. Grayscale: #424242. Windows color (decimal): -9425357 or 3354224. OLE color: 3354224.

HSL color Cylindrical-coordinate representation of color #702E33: hue angle of 355.45º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #702E33 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB1124651-
CMYK00.590.540.56
HSL355.45º41.77%30.98%-
HSV(B)355.45º58.93%43.92%-
XYZ8.265.643.78-
YUV66.3119.37160.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.59%
GREEN value IS 46 (18.36% from 255) = 22.01%
BLUE value IS 51 (20.31% from 255) = 24.40%
R=53.59%
G=22.01%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112465100.590.540.56355.4541.7730.98
Hex702E3303B36381632a1f
Octal160566307366705435237
Binary1110000101110110011011101111011011100010110001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702E33; }

 p { color: rgb(112,46,51); }

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

<style>
 a { background-color: #702E33; }

 a { background-color: rgb(112,46,51); }

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

<style>
 span { border-color: #702E33; }

 span { border-color: rgb(112,46,51); }

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