#76353E

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

Shades of Merlot #76353E

Tints of Merlot #76353E

Color information

#76353E (or 0x76353E) is unknown color: approx Merlot. HEX triplet: 76, 35 and 3E. RGB value is (118,53,62). Sum of RGB (Red+Green+Blue) = 118+53+62=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76353E is #89CAC1. Grayscale: #494949. Windows color (decimal): -9030338 or 4076918. OLE color: 4076918.

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

Color convert

RGB1185362-
CMYK00.550.470.54
HSL351.69º38.01%33.53%-
HSV(B)351.69º55.08%46.27%-
XYZ9.616.755.35-
YUV73.46121.53159.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.64%
GREEN value IS 53 (21.09% from 255) = 22.75%
BLUE value IS 62 (24.61% from 255) = 26.61%
R=50.64%
G=22.75%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118536200.550.470.54351.6938.0133.53
Hex76353E0372F361602622
Octal166657606757665404642
Binary11101101101011111100110111101111110110101100000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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