#78323B

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

Shades of Merlot #78323B

Tints of Merlot #78323B

Color information

#78323B (or 0x78323B) is unknown color: approx Merlot. HEX triplet: 78, 32 and 3B. RGB value is (120,50,59). Sum of RGB (Red+Green+Blue) = 120+50+59=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #78323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78323B is #87CDC4. Grayscale: #474747. Windows color (decimal): -8900037 or 3879544. OLE color: 3879544.

HSL color Cylindrical-coordinate representation of color #78323B: hue angle of 352.29º 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 #78323B is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1205059-
CMYK00.580.510.53
HSL352.29º41.18%33.33%-
HSV(B)352.29º58.33%47.06%-
XYZ9.686.594.9-
YUV71.96120.69162.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.40%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 59 (23.44% from 255) = 25.76%
R=52.40%
G=21.83%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120505900.580.510.53352.2941.1833.33
Hex78323B03A33351602921
Octal170627307263655405141
Binary11110001100101110110111010110011110101101100000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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