#74303E

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

Shades of Merlot #74303E

Tints of Merlot #74303E

Color information

#74303E (or 0x74303E) is unknown color: approx Merlot. HEX triplet: 74, 30 and 3E. RGB value is (116,48,62). Sum of RGB (Red+Green+Blue) = 116+48+62=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #74303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74303E is #8BCFC1. Grayscale: #454545. Windows color (decimal): -9162690 or 4075636. OLE color: 4075636.

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

Color convert

RGB1164862-
CMYK00.590.470.55
HSL347.65º41.46%32.16%-
HSV(B)347.65º58.62%45.49%-
XYZ9.136.175.27-
YUV69.93123.53160.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.33%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 62 (24.61% from 255) = 27.43%
R=51.33%
G=21.24%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116486200.590.470.55347.6541.4632.16
Hex74303E03B2F3715c2920
Octal164607607357675345140
Binary11101001100001111100111011101111110111101011100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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