#76343D

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

Shades of Merlot #76343D

Tints of Merlot #76343D

Color information

#76343D (or 0x76343D) is unknown color: approx Merlot. HEX triplet: 76, 34 and 3D. RGB value is (118,52,61). Sum of RGB (Red+Green+Blue) = 118+52+61=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76343D is #89CBC2. Grayscale: #484848. Windows color (decimal): -9030595 or 4011126. OLE color: 4011126.

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

Color convert

RGB1185261-
CMYK00.560.480.54
HSL351.82º38.82%33.33%-
HSV(B)351.82º55.93%46.27%-
XYZ9.546.645.19-
YUV72.76121.37160.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.08%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 61 (24.22% from 255) = 26.41%
R=51.08%
G=22.51%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118526100.560.480.54351.8238.8233.33
Hex76343D03830361602721
Octal166647507060665404741
Binary11101101101001111010111000110000110110101100000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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