#78353F

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

Shades of Merlot #78353F

Tints of Merlot #78353F

Color information

#78353F (or 0x78353F) is unknown color: approx Merlot. HEX triplet: 78, 35 and 3F. RGB value is (120,53,63). Sum of RGB (Red+Green+Blue) = 120+53+63=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #78353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78353F is #87CAC0. Grayscale: #4A4A4A. Windows color (decimal): -8899265 or 4142456. OLE color: 4142456.

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

Color convert

RGB1205363-
CMYK00.560.480.53
HSL351.04º38.73%33.92%-
HSV(B)351.04º55.83%47.06%-
XYZ9.926.95.51-
YUV74.17121.7160.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 53 (21.09% from 255) = 22.46%
BLUE value IS 63 (25% from 255) = 26.69%
R=50.85%
G=22.46%
B=26.69%

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
Decimal120536300.560.480.53351.0438.7333.92
Hex78353F038303515f2722
Octal170657707060655374742
Binary11110001101011111110111000110000110101101011111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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