#713843

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

Shades of Merlot #713843

Tints of Merlot #713843

Color information

#713843 (or 0x713843) is unknown color: approx Merlot. HEX triplet: 71, 38 and 43. RGB value is (113,56,67). Sum of RGB (Red+Green+Blue) = 113+56+67=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 67 (26.56% from 255 or 28.39% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #713843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713843 is #8EC7BC. Grayscale: #4A4A4A. Windows color (decimal): -9357245 or 4405361. OLE color: 4405361.

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

Color convert

RGB1135667-
CMYK00.500.410.56
HSL348.42º33.73%33.14%-
HSV(B)348.42º50.44%44.31%-
XYZ9.246.746.13-
YUV74.3123.88155.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.88%
GREEN value IS 56 (22.27% from 255) = 23.73%
BLUE value IS 67 (26.56% from 255) = 28.39%
R=47.88%
G=23.73%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113566700.500.410.56348.4233.7333.14
Hex713843032293815c2221
Octal1617010306251705344241
Binary111000111100010000110110010101001111000101011100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713843; }

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

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

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

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

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

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

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

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