#783241

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

Shades of Merlot #783241

Tints of Merlot #783241

Color information

#783241 (or 0x783241) is unknown color: approx Merlot. HEX triplet: 78, 32 and 41. RGB value is (120,50,65). Sum of RGB (Red+Green+Blue) = 120+50+65=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #783241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783241 is #87CDBE. Grayscale: #484848. Windows color (decimal): -8900031 or 4272760. OLE color: 4272760.

HSL color Cylindrical-coordinate representation of color #783241: hue angle of 347.14º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #783241 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB1205065-
CMYK00.580.460.53
HSL347.14º41.18%33.33%-
HSV(B)347.14º58.33%47.06%-
XYZ9.846.665.77-
YUV72.64123.69161.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.06%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 65 (25.78% from 255) = 27.66%
R=51.06%
G=21.28%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120506500.580.460.53347.1441.1833.33
Hex78324103A2E3515b2921
Octal1706210107256655335141
Binary111100011001010000010111010101110110101101011011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783241; }

 p { color: rgb(120,50,65); }

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

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

 a { background-color: rgb(120,50,65); }

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

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

 span { border-color: rgb(120,50,65); }

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