#783440

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

Shades of Merlot #783440

Tints of Merlot #783440

Color information

#783440 (or 0x783440) is unknown color: approx Merlot. HEX triplet: 78, 34 and 40. RGB value is (120,52,64). Sum of RGB (Red+Green+Blue) = 120+52+64=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #783440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783440 is #87CBBF. Grayscale: #494949. Windows color (decimal): -8899520 or 4207736. OLE color: 4207736.

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

Color convert

RGB1205264-
CMYK00.570.470.53
HSL349.41º39.53%33.73%-
HSV(B)349.41º56.67%47.06%-
XYZ9.96.825.64-
YUV73.7122.53161.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 52 (20.70% from 255) = 22.03%
BLUE value IS 64 (25.39% from 255) = 27.12%
R=50.85%
G=22.03%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120526400.570.470.53349.4139.5333.73
Hex7834400392F3515d2822
Octal1706410007157655355042
Binary111100011010010000000111001101111110101101011101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783440; }

 p { color: rgb(120,52,64); }

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

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

 a { background-color: rgb(120,52,64); }

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

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

 span { border-color: rgb(120,52,64); }

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