#76363D

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

Shades of Merlot #76363D

Tints of Merlot #76363D

Color information

#76363D (or 0x76363D) is unknown color: approx Merlot. HEX triplet: 76, 36 and 3D. RGB value is (118,54,61). Sum of RGB (Red+Green+Blue) = 118+54+61=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76363D is #89C9C2. Grayscale: #494949. Windows color (decimal): -9030083 or 4011638. OLE color: 4011638.

HSL color Cylindrical-coordinate representation of color #76363D: hue angle of 353.44º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76363D is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB1185461-
CMYK00.540.480.54
HSL353.44º37.21%33.73%-
HSV(B)353.44º54.24%46.27%-
XYZ9.636.835.22-
YUV73.93120.7159.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.64%
GREEN value IS 54 (21.48% from 255) = 23.18%
BLUE value IS 61 (24.22% from 255) = 26.18%
R=50.64%
G=23.18%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118546100.540.480.54353.4437.2133.73
Hex76363D03630361612522
Octal166667506660665414542
Binary11101101101101111010110110110000110110101100001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,54,61); }

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

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

 a { background-color: rgb(118,54,61); }

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

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

 span { border-color: rgb(118,54,61); }

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