#743742

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

Shades of Merlot #743742

Tints of Merlot #743742

Color information

#743742 (or 0x743742) is unknown color: approx Merlot. HEX triplet: 74, 37 and 42. RGB value is (116,55,66). Sum of RGB (Red+Green+Blue) = 116+55+66=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #743742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743742 is #8BC8BD. Grayscale: #4A4A4A. Windows color (decimal): -9160894 or 4339572. OLE color: 4339572.

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

Color convert

RGB1165566-
CMYK00.530.430.55
HSL349.18º35.67%33.53%-
HSV(B)349.18º52.59%45.49%-
XYZ9.556.845.97-
YUV74.49123.21157.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.95%
GREEN value IS 55 (21.88% from 255) = 23.21%
BLUE value IS 66 (26.17% from 255) = 27.85%
R=48.95%
G=23.21%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116556600.530.430.55349.1835.6733.53
Hex7437420352B3715d2422
Octal1646710206553675354442
Binary111010011011110000100110101101011110111101011101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743742; }

 p { color: rgb(116,55,66); }

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

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

 a { background-color: rgb(116,55,66); }

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

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

 span { border-color: rgb(116,55,66); }

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