#743A3B

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

Shades of Merlot #743A3B

Tints of Merlot #743A3B

Color information

#743A3B (or 0x743A3B) is unknown color: approx Merlot. HEX triplet: 74, 3A and 3B. RGB value is (116,58,59). Sum of RGB (Red+Green+Blue) = 116+58+59=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #743A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743A3B is #8BC5C4. Grayscale: #4B4B4B. Windows color (decimal): -9160133 or 3881588. OLE color: 3881588.

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

Color convert

RGB1165859-
CMYK00.50.490.55
HSL358.97º33.33%34.12%-
HSV(B)358.97º50%45.49%-
XYZ9.57.055-
YUV75.46118.72156.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.79%
GREEN value IS 58 (23.05% from 255) = 24.89%
BLUE value IS 59 (23.44% from 255) = 25.32%
R=49.79%
G=24.89%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116585900.50.490.55358.9733.3334.12
Hex743A3B03231371672122
Octal164727306261675474142
Binary11101001110101110110110010110001110111101100111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743A3B; }

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

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

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

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

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

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

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

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