#78363F

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

Shades of Merlot #78363F

Tints of Merlot #78363F

Color information

#78363F (or 0x78363F) is unknown color: approx Merlot. HEX triplet: 78, 36 and 3F. RGB value is (120,54,63). Sum of RGB (Red+Green+Blue) = 120+54+63=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #78363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78363F is #87C9C0. Grayscale: #4A4A4A. Windows color (decimal): -8899009 or 4142712. OLE color: 4142712.

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

Color convert

RGB1205463-
CMYK00.550.480.53
HSL351.82º37.93%34.12%-
HSV(B)351.82º55%47.06%-
XYZ9.966.995.53-
YUV74.76121.37160.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.63%
GREEN value IS 54 (21.48% from 255) = 22.78%
BLUE value IS 63 (25% from 255) = 26.58%
R=50.63%
G=22.78%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120546300.550.480.53351.8237.9334.12
Hex78363F03730351602622
Octal170667706760655404642
Binary11110001101101111110110111110000110101101100000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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