#74353D

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

Shades of Merlot #74353D

Tints of Merlot #74353D

Color information

#74353D (or 0x74353D) is unknown color: approx Merlot. HEX triplet: 74, 35 and 3D. RGB value is (116,53,61). Sum of RGB (Red+Green+Blue) = 116+53+61=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #74353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74353D is #8BCAC2. Grayscale: #484848. Windows color (decimal): -9161411 or 4011380. OLE color: 4011380.

HSL color Cylindrical-coordinate representation of color #74353D: hue angle of 352.38º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74353D is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB1165361-
CMYK00.540.470.55
HSL352.38º37.28%33.14%-
HSV(B)352.38º54.31%45.49%-
XYZ9.326.65.2-
YUV72.75121.37158.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.43%
GREEN value IS 53 (21.09% from 255) = 23.04%
BLUE value IS 61 (24.22% from 255) = 26.52%
R=50.43%
G=23.04%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116536100.540.470.55352.3837.2833.14
Hex74353D0362F371602521
Octal164657506657675404541
Binary11101001101011111010110110101111110111101100000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,53,61); }

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

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

 a { background-color: rgb(116,53,61); }

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

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

 span { border-color: rgb(116,53,61); }

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