#783541

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

Shades of Merlot #783541

Tints of Merlot #783541

Color information

#783541 (or 0x783541) is unknown color: approx Merlot. HEX triplet: 78, 35 and 41. RGB value is (120,53,65). Sum of RGB (Red+Green+Blue) = 120+53+65=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #783541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783541 is #87CABE. Grayscale: #4A4A4A. Windows color (decimal): -8899263 or 4273528. OLE color: 4273528.

HSL color Cylindrical-coordinate representation of color #783541: hue angle of 349.25º 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 #783541 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB1205365-
CMYK00.560.460.53
HSL349.25º38.73%33.92%-
HSV(B)349.25º55.83%47.06%-
XYZ9.976.925.81-
YUV74.4122.7160.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.42%
GREEN value IS 53 (21.09% from 255) = 22.27%
BLUE value IS 65 (25.78% from 255) = 27.31%
R=50.42%
G=22.27%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120536500.560.460.53349.2538.7333.92
Hex7835410382E3515d2722
Octal1706510107056655354742
Binary111100011010110000010111000101110110101101011101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783541; }

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

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

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

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

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

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

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

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