#743536

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

Shades of Merlot #743536

Tints of Merlot #743536

Color information

#743536 (or 0x743536) is unknown color: approx Merlot. HEX triplet: 74, 35 and 36. RGB value is (116,53,54). Sum of RGB (Red+Green+Blue) = 116+53+54=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #743536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743536 is #8BCAC9. Grayscale: #484848. Windows color (decimal): -9161418 or 3552628. OLE color: 3552628.

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

Color convert

RGB1165354-
CMYK00.540.530.55
HSL359.05º37.28%33.14%-
HSV(B)359.05º54.31%45.49%-
XYZ9.146.534.27-
YUV71.95117.87159.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.02%
GREEN value IS 53 (21.09% from 255) = 23.77%
BLUE value IS 54 (21.48% from 255) = 24.22%
R=52.02%
G=23.77%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116535400.540.530.55359.0537.2833.14
Hex74353603635371672521
Octal164656606665675474541
Binary11101001101011101100110110110101110111101100111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743536; }

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

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

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

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

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

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

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

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