#743339

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

Shades of Merlot #743339

Tints of Merlot #743339

Color information

#743339 (or 0x743339) is unknown color: approx Merlot. HEX triplet: 74, 33 and 39. RGB value is (116,51,57). Sum of RGB (Red+Green+Blue) = 116+51+57=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #743339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743339 is #8BCCC6. Grayscale: #474747. Windows color (decimal): -9161927 or 3748724. OLE color: 3748724.

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

Color convert

RGB1165157-
CMYK00.560.510.55
HSL354.46º38.92%32.75%-
HSV(B)354.46º56.03%45.49%-
XYZ9.126.384.62-
YUV71.12120.03160.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.79%
GREEN value IS 51 (20.31% from 255) = 22.77%
BLUE value IS 57 (22.66% from 255) = 25.45%
R=51.79%
G=22.77%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116515700.560.510.55354.4638.9232.75
Hex74333903833371622721
Octal164637107063675424741
Binary11101001100111110010111000110011110111101100010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743339; }

 p { color: rgb(116,51,57); }

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

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

 a { background-color: rgb(116,51,57); }

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

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

 span { border-color: rgb(116,51,57); }

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