#702A34

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

Shades of Tamarillo #702A34

Tints of Tamarillo #702A34

Color information

#702A34 (or 0x702A34) is unknown color: approx Tamarillo. HEX triplet: 70, 2A and 34. RGB value is (112,42,52). Sum of RGB (Red+Green+Blue) = 112+42+52=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 42 (16.80% from 255 or 20.39% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #702A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702A34 is #8FD5CB. Grayscale: #404040. Windows color (decimal): -9426380 or 3418736. OLE color: 3418736.

HSL color Cylindrical-coordinate representation of color #702A34: hue angle of 351.43º 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 #702A34 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB1124252-
CMYK00.620.540.56
HSL351.43º45.45%30.2%-
HSV(B)351.43º62.5%43.92%-
XYZ8.135.353.85-
YUV64.07121.19162.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.37%
GREEN value IS 42 (16.80% from 255) = 20.39%
BLUE value IS 52 (20.70% from 255) = 25.24%
R=54.37%
G=20.39%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112425200.620.540.56351.4345.4530.2
Hex702A3403E363815f2d1e
Octal160526407666705375536
Binary1110000101010110100011111011011011100010101111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,42,52); }

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

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

 a { background-color: rgb(112,42,52); }

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

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

 span { border-color: rgb(112,42,52); }

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