#74313E

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

Shades of Merlot #74313E

Tints of Merlot #74313E

Color information

#74313E (or 0x74313E) is unknown color: approx Merlot. HEX triplet: 74, 31 and 3E. RGB value is (116,49,62). Sum of RGB (Red+Green+Blue) = 116+49+62=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74313E is #8BCEC1. Grayscale: #464646. Windows color (decimal): -9162434 or 4075892. OLE color: 4075892.

HSL color Cylindrical-coordinate representation of color #74313E: hue angle of 348.36º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74313E is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB1164962-
CMYK00.580.470.55
HSL348.36º40.61%32.35%-
HSV(B)348.36º57.76%45.49%-
XYZ9.176.265.28-
YUV70.52123.2160.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.10%
GREEN value IS 49 (19.53% from 255) = 21.59%
BLUE value IS 62 (24.61% from 255) = 27.31%
R=51.10%
G=21.59%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116496200.580.470.55348.3640.6132.35
Hex74313E03A2F3715c2920
Octal164617607257675345140
Binary11101001100011111100111010101111110111101011100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,49,62); }

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

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

 a { background-color: rgb(116,49,62); }

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

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

 span { border-color: rgb(116,49,62); }

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