#76313F

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

Shades of Merlot #76313F

Tints of Merlot #76313F

Color information

#76313F (or 0x76313F) is unknown color: approx Merlot. HEX triplet: 76, 31 and 3F. RGB value is (118,49,63). Sum of RGB (Red+Green+Blue) = 118+49+63=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76313F is #89CEC0. Grayscale: #474747. Windows color (decimal): -9031361 or 4141430. OLE color: 4141430.

HSL color Cylindrical-coordinate representation of color #76313F: hue angle of 347.83º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76313F is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1184963-
CMYK00.580.470.54
HSL347.83º41.32%32.75%-
HSV(B)347.83º58.47%46.27%-
XYZ9.476.415.44-
YUV71.23123.36161.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.30%
GREEN value IS 49 (19.53% from 255) = 21.30%
BLUE value IS 63 (25% from 255) = 27.39%
R=51.30%
G=21.30%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118496300.580.470.54347.8341.3232.75
Hex76313F03A2F3615c2921
Octal166617707257665345141
Binary11101101100011111110111010101111110110101011100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76313F; }

 p { color: rgb(118,49,63); }

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

<style>
 a { background-color: #76313F; }

 a { background-color: rgb(118,49,63); }

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

<style>
 span { border-color: #76313F; }

 span { border-color: rgb(118,49,63); }

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