#743334

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

Shades of Merlot #743334

Tints of Merlot #743334

Color information

#743334 (or 0x743334) is unknown color: approx Merlot. HEX triplet: 74, 33 and 34. RGB value is (116,51,52). Sum of RGB (Red+Green+Blue) = 116+51+52=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #743334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743334 is #8BCCCB. Grayscale: #464646. Windows color (decimal): -9161932 or 3421044. OLE color: 3421044.

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

Color convert

RGB1165152-
CMYK00.560.550.55
HSL359.08º38.92%32.75%-
HSV(B)359.08º56.03%45.49%-
XYZ9.016.334-
YUV70.55117.53160.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.97%
GREEN value IS 51 (20.31% from 255) = 23.29%
BLUE value IS 52 (20.70% from 255) = 23.74%
R=52.97%
G=23.29%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116515200.560.550.55359.0838.9232.75
Hex74333403837371672721
Octal164636407067675474741
Binary11101001100111101000111000110111110111101100111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743334; }

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

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

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

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

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

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

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

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