#78323A

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

Shades of Merlot #78323A

Tints of Merlot #78323A

Color information

#78323A (or 0x78323A) is unknown color: approx Merlot. HEX triplet: 78, 32 and 3A. RGB value is (120,50,58). Sum of RGB (Red+Green+Blue) = 120+50+58=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #78323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78323A is #87CDC5. Grayscale: #474747. Windows color (decimal): -8900038 or 3814008. OLE color: 3814008.

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

Color convert

RGB1205058-
CMYK00.580.520.53
HSL353.14º41.18%33.33%-
HSV(B)353.14º58.33%47.06%-
XYZ9.656.584.76-
YUV71.84120.19162.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.63%
GREEN value IS 50 (19.92% from 255) = 21.93%
BLUE value IS 58 (23.05% from 255) = 25.44%
R=52.63%
G=21.93%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120505800.580.520.53353.1441.1833.33
Hex78323A03A34351612921
Octal170627207264655415141
Binary11110001100101110100111010110100110101101100001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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