#76353A

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

Shades of Merlot #76353A

Tints of Merlot #76353A

Color information

#76353A (or 0x76353A) is unknown color: approx Merlot. HEX triplet: 76, 35 and 3A. RGB value is (118,53,58). Sum of RGB (Red+Green+Blue) = 118+53+58=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76353A is #89CAC5. Grayscale: #494949. Windows color (decimal): -9030342 or 3814774. OLE color: 3814774.

HSL color Cylindrical-coordinate representation of color #76353A: hue angle of 355.38º 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 #76353A is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB1185358-
CMYK00.550.510.54
HSL355.38º38.01%33.53%-
HSV(B)355.38º55.08%46.27%-
XYZ9.516.74.8-
YUV73119.53160.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.53%
GREEN value IS 53 (21.09% from 255) = 23.14%
BLUE value IS 58 (23.05% from 255) = 25.33%
R=51.53%
G=23.14%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118535800.550.510.54355.3838.0133.53
Hex76353A03733361632622
Octal166657206763665434642
Binary11101101101011110100110111110011110110101100011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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