#743738

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

Shades of Merlot #743738

Tints of Merlot #743738

Color information

#743738 (or 0x743738) is unknown color: approx Merlot. HEX triplet: 74, 37 and 38. RGB value is (116,55,56). Sum of RGB (Red+Green+Blue) = 116+55+56=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #743738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743738 is #8BC8C7. Grayscale: #494949. Windows color (decimal): -9160904 or 3684212. OLE color: 3684212.

HSL color Cylindrical-coordinate representation of color #743738: hue angle of 359.02º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #743738 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB1165556-
CMYK00.530.520.55
HSL359.02º35.67%33.53%-
HSV(B)359.02º52.59%45.49%-
XYZ9.286.734.55-
YUV73.35118.21158.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.10%
GREEN value IS 55 (21.88% from 255) = 24.23%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=51.10%
G=24.23%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116555600.530.520.55359.0235.6733.53
Hex74373803534371672422
Octal164677006564675474442
Binary11101001101111110000110101110100110111101100111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743738; }

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

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

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

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

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

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

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

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