#74303F

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

Shades of Merlot #74303F

Tints of Merlot #74303F

Color information

#74303F (or 0x74303F) is unknown color: approx Merlot. HEX triplet: 74, 30 and 3F. RGB value is (116,48,63). Sum of RGB (Red+Green+Blue) = 116+48+63=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74303F is #8BCFC0. Grayscale: #464646. Windows color (decimal): -9162689 or 4141172. OLE color: 4141172.

HSL color Cylindrical-coordinate representation of color #74303F: hue angle of 346.76º 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 #74303F is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB1164863-
CMYK00.590.460.55
HSL346.76º41.46%32.16%-
HSV(B)346.76º58.62%45.49%-
XYZ9.166.195.41-
YUV70.04124.03160.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.10%
GREEN value IS 48 (19.14% from 255) = 21.15%
BLUE value IS 63 (25% from 255) = 27.75%
R=51.10%
G=21.15%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116486300.590.460.55346.7641.4632.16
Hex74303F03B2E3715b2920
Octal164607707356675335140
Binary11101001100001111110111011101110110111101011011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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