#743234

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

Shades of Merlot #743234

Tints of Merlot #743234

Color information

#743234 (or 0x743234) is unknown color: approx Merlot. HEX triplet: 74, 32 and 34. RGB value is (116,50,52). Sum of RGB (Red+Green+Blue) = 116+50+52=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #743234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743234 is #8BCDCB. Grayscale: #464646. Windows color (decimal): -9162188 or 3420788. OLE color: 3420788.

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

Color convert

RGB1165052-
CMYK00.570.550.55
HSL358.18º39.76%32.55%-
HSV(B)358.18º56.9%45.49%-
XYZ8.966.243.98-
YUV69.96117.87160.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.21%
GREEN value IS 50 (19.92% from 255) = 22.94%
BLUE value IS 52 (20.70% from 255) = 23.85%
R=53.21%
G=22.94%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116505200.570.550.55358.1839.7632.55
Hex74323403937371662821
Octal164626407167675465041
Binary11101001100101101000111001110111110111101100110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743234; }

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

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

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

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

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

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

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

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