#713138

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

Shades of Merlot #713138

Tints of Merlot #713138

Color information

#713138 (or 0x713138) is unknown color: approx Merlot. HEX triplet: 71, 31 and 38. RGB value is (113,49,56). Sum of RGB (Red+Green+Blue) = 113+49+56=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #713138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713138 is #8ECEC7. Grayscale: #444444. Windows color (decimal): -9359048 or 3682673. OLE color: 3682673.

HSL color Cylindrical-coordinate representation of color #713138: hue angle of 353.44º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #713138 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1134956-
CMYK00.570.500.56
HSL353.44º39.51%31.76%-
HSV(B)353.44º56.64%44.31%-
XYZ8.625.994.44-
YUV68.93120.7159.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.83%
GREEN value IS 49 (19.53% from 255) = 22.48%
BLUE value IS 56 (22.27% from 255) = 25.69%
R=51.83%
G=22.48%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113495600.570.500.56353.4439.5131.76
Hex71313803932381612820
Octal161617007162705415040
Binary11100011100011110000111001110010111000101100001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713138; }

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

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

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

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

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

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

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

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