#78353A

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

Shades of Merlot #78353A

Tints of Merlot #78353A

Color information

#78353A (or 0x78353A) is unknown color: approx Merlot. HEX triplet: 78, 35 and 3A. RGB value is (120,53,58). Sum of RGB (Red+Green+Blue) = 120+53+58=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #78353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78353A is #87CAC5. Grayscale: #494949. Windows color (decimal): -8899270 or 3814776. OLE color: 3814776.

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

Color convert

RGB1205358-
CMYK00.560.520.53
HSL355.52º38.73%33.92%-
HSV(B)355.52º55.83%47.06%-
XYZ9.786.844.81-
YUV73.6119.2161.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.95%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 58 (23.05% from 255) = 25.11%
R=51.95%
G=22.94%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120535800.560.520.53355.5238.7333.92
Hex78353A03834351642722
Octal170657207064655444742
Binary11110001101011110100111000110100110101101100100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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