#74383D

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

Shades of Merlot #74383D

Tints of Merlot #74383D

Color information

#74383D (or 0x74383D) is unknown color: approx Merlot. HEX triplet: 74, 38 and 3D. RGB value is (116,56,61). Sum of RGB (Red+Green+Blue) = 116+56+61=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #74383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74383D is #8BC7C2. Grayscale: #4A4A4A. Windows color (decimal): -9160643 or 4012148. OLE color: 4012148.

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

Color convert

RGB1165661-
CMYK00.520.470.55
HSL355º34.88%33.73%-
HSV(B)355º51.72%45.49%-
XYZ9.466.885.24-
YUV74.51120.38157.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.79%
GREEN value IS 56 (22.27% from 255) = 24.03%
BLUE value IS 61 (24.22% from 255) = 26.18%
R=49.79%
G=24.03%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116566100.520.470.5535534.8833.73
Hex74383D0342F371632322
Octal164707506457675434342
Binary11101001110001111010110100101111110111101100011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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