#743337

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

Shades of Merlot #743337

Tints of Merlot #743337

Color information

#743337 (or 0x743337) is unknown color: approx Merlot. HEX triplet: 74, 33 and 37. RGB value is (116,51,55). Sum of RGB (Red+Green+Blue) = 116+51+55=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 55 (21.88% from 255 or 24.77% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #743337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743337 is #8BCCC8. Grayscale: #464646. Windows color (decimal): -9161929 or 3617652. OLE color: 3617652.

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

Color convert

RGB1165155-
CMYK00.560.530.55
HSL356.31º38.92%32.75%-
HSV(B)356.31º56.03%45.49%-
XYZ9.086.364.36-
YUV70.89119.03160.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.25%
GREEN value IS 51 (20.31% from 255) = 22.97%
BLUE value IS 55 (21.88% from 255) = 24.77%
R=52.25%
G=22.97%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116515500.560.530.55356.3138.9232.75
Hex74333703835371642721
Octal164636707065675444741
Binary11101001100111101110111000110101110111101100100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743337; }

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

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

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

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

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

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

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

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