#743134

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

Shades of Tamarillo #743134

Tints of Tamarillo #743134

Color information

#743134 (or 0x743134) is unknown color: approx Tamarillo. HEX triplet: 74, 31 and 34. RGB value is (116,49,52). Sum of RGB (Red+Green+Blue) = 116+49+52=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #743134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743134 is #8BCECB. Grayscale: #454545. Windows color (decimal): -9162444 or 3420532. OLE color: 3420532.

HSL color Cylindrical-coordinate representation of color #743134: hue angle of 357.31º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #743134 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB1164952-
CMYK00.580.550.55
HSL357.31º40.61%32.35%-
HSV(B)357.31º57.76%45.49%-
XYZ8.926.163.97-
YUV69.38118.2161.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.46%
GREEN value IS 49 (19.53% from 255) = 22.58%
BLUE value IS 52 (20.70% from 255) = 23.96%
R=53.46%
G=22.58%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116495200.580.550.55357.3140.6132.35
Hex74313403A37371652920
Octal164616407267675455140
Binary11101001100011101000111010110111110111101100101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743134; }

 p { color: rgb(116,49,52); }

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

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

 a { background-color: rgb(116,49,52); }

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

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

 span { border-color: rgb(116,49,52); }

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