#74343B

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

Shades of Merlot #74343B

Tints of Merlot #74343B

Color information

#74343B (or 0x74343B) is unknown color: approx Merlot. HEX triplet: 74, 34 and 3B. RGB value is (116,52,59). Sum of RGB (Red+Green+Blue) = 116+52+59=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74343B is #8BCBC4. Grayscale: #474747. Windows color (decimal): -9161669 or 3880052. OLE color: 3880052.

HSL color Cylindrical-coordinate representation of color #74343B: hue angle of 353.44º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74343B is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB1165259-
CMYK00.550.490.55
HSL353.44º38.1%32.94%-
HSV(B)353.44º55.17%45.49%-
XYZ9.226.484.9-
YUV71.93120.7159.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.10%
GREEN value IS 52 (20.70% from 255) = 22.91%
BLUE value IS 59 (23.44% from 255) = 25.99%
R=51.10%
G=22.91%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116525900.550.490.55353.4438.132.94
Hex74343B03731371612621
Octal164647306761675414641
Binary11101001101001110110110111110001110111101100001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74343B; }

 p { color: rgb(116,52,59); }

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

<style>
 a { background-color: #74343B; }

 a { background-color: rgb(116,52,59); }

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

<style>
 span { border-color: #74343B; }

 span { border-color: rgb(116,52,59); }

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