#713542

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

Shades of Merlot #713542

Tints of Merlot #713542

Color information

#713542 (or 0x713542) is unknown color: approx Merlot. HEX triplet: 71, 35 and 42. RGB value is (113,53,66). Sum of RGB (Red+Green+Blue) = 113+53+66=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #713542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713542 is #8ECABD. Grayscale: #484848. Windows color (decimal): -9358014 or 4339057. OLE color: 4339057.

HSL color Cylindrical-coordinate representation of color #713542: hue angle of 347º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #713542 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB1135366-
CMYK00.530.420.56
HSL347º36.14%32.55%-
HSV(B)347º53.1%44.31%-
XYZ9.076.455.92-
YUV72.42124.38156.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.71%
GREEN value IS 53 (21.09% from 255) = 22.84%
BLUE value IS 66 (26.17% from 255) = 28.45%
R=48.71%
G=22.84%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113536600.530.420.5634736.1432.55
Hex7135420352A3815b2421
Octal1616510206552705334441
Binary111000111010110000100110101101010111000101011011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713542; }

 p { color: rgb(113,53,66); }

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

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

 a { background-color: rgb(113,53,66); }

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

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

 span { border-color: rgb(113,53,66); }

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