#713943

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

Shades of Merlot #713943

Tints of Merlot #713943

Color information

#713943 (or 0x713943) is unknown color: approx Merlot. HEX triplet: 71, 39 and 43. RGB value is (113,57,67). Sum of RGB (Red+Green+Blue) = 113+57+67=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 67 (26.56% from 255 or 28.27% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #713943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713943 is #8EC6BC. Grayscale: #4A4A4A. Windows color (decimal): -9356989 or 4405617. OLE color: 4405617.

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

Color convert

RGB1135767-
CMYK00.500.410.56
HSL349.29º32.94%33.33%-
HSV(B)349.29º49.56%44.31%-
XYZ9.296.846.14-
YUV74.88123.55155.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.68%
GREEN value IS 57 (22.66% from 255) = 24.05%
BLUE value IS 67 (26.56% from 255) = 28.27%
R=47.68%
G=24.05%
B=28.27%

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
Decimal113576700.500.410.56349.2932.9433.33
Hex713943032293815d2121
Octal1617110306251705354141
Binary111000111100110000110110010101001111000101011101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713943; }

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

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

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

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

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

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

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

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