#78353E

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

Shades of Merlot #78353E

Tints of Merlot #78353E

Color information

#78353E (or 0x78353E) is unknown color: approx Merlot. HEX triplet: 78, 35 and 3E. RGB value is (120,53,62). Sum of RGB (Red+Green+Blue) = 120+53+62=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #78353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78353E is #87CAC1. Grayscale: #4A4A4A. Windows color (decimal): -8899266 or 4076920. OLE color: 4076920.

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

Color convert

RGB1205362-
CMYK00.560.480.53
HSL351.94º38.73%33.92%-
HSV(B)351.94º55.83%47.06%-
XYZ9.896.895.37-
YUV74.06121.2160.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.06%
GREEN value IS 53 (21.09% from 255) = 22.55%
BLUE value IS 62 (24.61% from 255) = 26.38%
R=51.06%
G=22.55%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120536200.560.480.53351.9438.7333.92
Hex78353E03830351602722
Octal170657607060655404742
Binary11110001101011111100111000110000110101101100000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78353E; }

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

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

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

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

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

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

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

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