#78343B

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

Shades of Merlot #78343B

Tints of Merlot #78343B

Color information

#78343B (or 0x78343B) is unknown color: approx Merlot. HEX triplet: 78, 34 and 3B. RGB value is (120,52,59). Sum of RGB (Red+Green+Blue) = 120+52+59=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #78343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78343B is #87CBC4. Grayscale: #494949. Windows color (decimal): -8899525 or 3880056. OLE color: 3880056.

HSL color Cylindrical-coordinate representation of color #78343B: hue angle of 353.82º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78343B is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1205259-
CMYK00.570.510.53
HSL353.82º39.53%33.73%-
HSV(B)353.82º56.67%47.06%-
XYZ9.766.764.93-
YUV73.13120.03161.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.95%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 59 (23.44% from 255) = 25.54%
R=51.95%
G=22.51%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120525900.570.510.53353.8239.5333.73
Hex78343B03933351622822
Octal170647307163655425042
Binary11110001101001110110111001110011110101101100010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78343B; }

 p { color: rgb(120,52,59); }

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

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

 a { background-color: rgb(120,52,59); }

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

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

 span { border-color: rgb(120,52,59); }

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