#713844

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

Shades of Merlot #713844

Tints of Merlot #713844

Color information

#713844 (or 0x713844) is unknown color: approx Merlot. HEX triplet: 71, 38 and 44. RGB value is (113,56,68). Sum of RGB (Red+Green+Blue) = 113+56+68=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #713844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713844 is #8EC7BB. Grayscale: #4A4A4A. Windows color (decimal): -9357244 or 4470897. OLE color: 4470897.

HSL color Cylindrical-coordinate representation of color #713844: hue angle of 347.37º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #713844 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1135668-
CMYK00.500.400.56
HSL347.37º33.73%33.14%-
HSV(B)347.37º50.44%44.31%-
XYZ9.276.766.28-
YUV74.41124.38155.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.68%
GREEN value IS 56 (22.27% from 255) = 23.63%
BLUE value IS 68 (26.95% from 255) = 28.69%
R=47.68%
G=23.63%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113566800.500.400.56347.3733.7333.14
Hex713844032283815b2221
Octal1617010406250705334241
Binary111000111100010001000110010101000111000101011011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713844; }

 p { color: rgb(113,56,68); }

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

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

 a { background-color: rgb(113,56,68); }

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

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

 span { border-color: rgb(113,56,68); }

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