#743132

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

Shades of Tamarillo #743132

Tints of Tamarillo #743132

Color information

#743132 (or 0x743132) is unknown color: approx Tamarillo. HEX triplet: 74, 31 and 32. RGB value is (116,49,50). Sum of RGB (Red+Green+Blue) = 116+49+50=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #743132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743132 is #8BCECD. Grayscale: #454545. Windows color (decimal): -9162446 or 3289460. OLE color: 3289460.

HSL color Cylindrical-coordinate representation of color #743132: hue angle of 359.1º 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 #743132 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1164950-
CMYK00.580.570.55
HSL359.1º40.61%32.35%-
HSV(B)359.1º57.76%45.49%-
XYZ8.886.143.73-
YUV69.15117.2161.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.95%
GREEN value IS 49 (19.53% from 255) = 22.79%
BLUE value IS 50 (19.92% from 255) = 23.26%
R=53.95%
G=22.79%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116495000.580.570.55359.140.6132.35
Hex74313203A39371672920
Octal164616207271675475140
Binary11101001100011100100111010111001110111101100111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743132; }

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

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

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

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

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

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

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

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