#78323D

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

Shades of Merlot #78323D

Tints of Merlot #78323D

Color information

#78323D (or 0x78323D) is unknown color: approx Merlot. HEX triplet: 78, 32 and 3D. RGB value is (120,50,61). Sum of RGB (Red+Green+Blue) = 120+50+61=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #78323D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78323D is #87CDC2. Grayscale: #484848. Windows color (decimal): -8900035 or 4010616. OLE color: 4010616.

HSL color Cylindrical-coordinate representation of color #78323D: hue angle of 350.57º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #78323D is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB1205061-
CMYK00.580.490.53
HSL350.57º41.18%33.33%-
HSV(B)350.57º58.33%47.06%-
XYZ9.736.615.18-
YUV72.18121.69162.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.95%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 61 (24.22% from 255) = 26.41%
R=51.95%
G=21.65%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120506100.580.490.53350.5741.1833.33
Hex78323D03A313515f2921
Octal170627507261655375141
Binary11110001100101111010111010110001110101101011111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78323D; }

 p { color: rgb(120,50,61); }

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

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

 a { background-color: rgb(120,50,61); }

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

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

 span { border-color: rgb(120,50,61); }

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