#743436

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

Shades of Merlot #743436

Tints of Merlot #743436

Color information

#743436 (or 0x743436) is unknown color: approx Merlot. HEX triplet: 74, 34 and 36. RGB value is (116,52,54). Sum of RGB (Red+Green+Blue) = 116+52+54=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #743436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743436 is #8BCBC9. Grayscale: #474747. Windows color (decimal): -9161674 or 3552372. OLE color: 3552372.

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

Color convert

RGB1165254-
CMYK00.550.530.55
HSL358.12º38.1%32.94%-
HSV(B)358.12º55.17%45.49%-
XYZ9.16.444.25-
YUV71.36118.2159.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.25%
GREEN value IS 52 (20.70% from 255) = 23.42%
BLUE value IS 54 (21.48% from 255) = 24.32%
R=52.25%
G=23.42%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116525400.550.530.55358.1238.132.94
Hex74343603735371662621
Octal164646606765675464641
Binary11101001101001101100110111110101110111101100110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743436; }

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

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

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

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

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

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

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

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