#76353D

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

Shades of Merlot #76353D

Tints of Merlot #76353D

Color information

#76353D (or 0x76353D) is unknown color: approx Merlot. HEX triplet: 76, 35 and 3D. RGB value is (118,53,61). Sum of RGB (Red+Green+Blue) = 118+53+61=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76353D is #89CAC2. Grayscale: #494949. Windows color (decimal): -9030339 or 4011382. OLE color: 4011382.

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

Color convert

RGB1185361-
CMYK00.550.480.54
HSL352.62º38.01%33.53%-
HSV(B)352.62º55.08%46.27%-
XYZ9.596.735.21-
YUV73.35121.03159.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.86%
GREEN value IS 53 (21.09% from 255) = 22.84%
BLUE value IS 61 (24.22% from 255) = 26.29%
R=50.86%
G=22.84%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118536100.550.480.54352.6238.0133.53
Hex76353D03730361612622
Octal166657506760665414642
Binary11101101101011111010110111110000110110101100001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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