#74383F

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

Shades of Merlot #74383F

Tints of Merlot #74383F

Color information

#74383F (or 0x74383F) is unknown color: approx Merlot. HEX triplet: 74, 38 and 3F. RGB value is (116,56,63). Sum of RGB (Red+Green+Blue) = 116+56+63=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #74383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74383F is #8BC7C0. Grayscale: #4A4A4A. Windows color (decimal): -9160641 or 4143220. OLE color: 4143220.

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

Color convert

RGB1165663-
CMYK00.520.460.55
HSL353º34.88%33.73%-
HSV(B)353º51.72%45.49%-
XYZ9.516.95.53-
YUV74.74121.38157.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.36%
GREEN value IS 56 (22.27% from 255) = 23.83%
BLUE value IS 63 (25% from 255) = 26.81%
R=49.36%
G=23.83%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116566300.520.460.5535334.8833.73
Hex74383F0342E371612322
Octal164707706456675414342
Binary11101001110001111110110100101110110111101100001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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