#74323F

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

Shades of Merlot #74323F

Tints of Merlot #74323F

Color information

#74323F (or 0x74323F) is unknown color: approx Merlot. HEX triplet: 74, 32 and 3F. RGB value is (116,50,63). Sum of RGB (Red+Green+Blue) = 116+50+63=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74323F is #8BCDC0. Grayscale: #474747. Windows color (decimal): -9162177 or 4141684. OLE color: 4141684.

HSL color Cylindrical-coordinate representation of color #74323F: hue angle of 348.18º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74323F is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB1165063-
CMYK00.570.460.55
HSL348.18º39.76%32.55%-
HSV(B)348.18º56.9%45.49%-
XYZ9.246.355.44-
YUV71.22123.37159.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.66%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 63 (25% from 255) = 27.51%
R=50.66%
G=21.83%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116506300.570.460.55348.1839.7632.55
Hex74323F0392E3715c2821
Octal164627707156675345041
Binary11101001100101111110111001101110110111101011100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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