#783542

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

Shades of Merlot #783542

Tints of Merlot #783542

Color information

#783542 (or 0x783542) is unknown color: approx Merlot. HEX triplet: 78, 35 and 42. RGB value is (120,53,66). Sum of RGB (Red+Green+Blue) = 120+53+66=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #783542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783542 is #87CABD. Grayscale: #4A4A4A. Windows color (decimal): -8899262 or 4339064. OLE color: 4339064.

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

Color convert

RGB1205366-
CMYK00.560.450.53
HSL348.36º38.73%33.92%-
HSV(B)348.36º55.83%47.06%-
XYZ106.935.97-
YUV74.51123.2160.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.21%
GREEN value IS 53 (21.09% from 255) = 22.18%
BLUE value IS 66 (26.17% from 255) = 27.62%
R=50.21%
G=22.18%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120536600.560.450.53348.3638.7333.92
Hex7835420382D3515c2722
Octal1706510207055655344742
Binary111100011010110000100111000101101110101101011100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783542; }

 p { color: rgb(120,53,66); }

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

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

 a { background-color: rgb(120,53,66); }

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

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

 span { border-color: rgb(120,53,66); }

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