#743235

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

Shades of Merlot #743235

Tints of Merlot #743235

Color information

#743235 (or 0x743235) is unknown color: approx Merlot. HEX triplet: 74, 32 and 35. RGB value is (116,50,53). Sum of RGB (Red+Green+Blue) = 116+50+53=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #743235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743235 is #8BCDCA. Grayscale: #464646. Windows color (decimal): -9162187 or 3486324. OLE color: 3486324.

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

Color convert

RGB1165053-
CMYK00.570.540.55
HSL357.27º39.76%32.55%-
HSV(B)357.27º56.9%45.49%-
XYZ8.996.254.1-
YUV70.08118.37160.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.97%
GREEN value IS 50 (19.92% from 255) = 22.83%
BLUE value IS 53 (21.09% from 255) = 24.20%
R=52.97%
G=22.83%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116505300.570.540.55357.2739.7632.55
Hex74323503936371652821
Octal164626507166675455041
Binary11101001100101101010111001110110110111101100101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743235; }

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

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

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

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

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

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

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

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