#713342

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

Shades of Merlot #713342

Tints of Merlot #713342

Color information

#713342 (or 0x713342) is unknown color: approx Merlot. HEX triplet: 71, 33 and 42. RGB value is (113,51,66). Sum of RGB (Red+Green+Blue) = 113+51+66=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #713342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713342 is #8ECCBD. Grayscale: #474747. Windows color (decimal): -9358526 or 4338545. OLE color: 4338545.

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

Color convert

RGB1135166-
CMYK00.550.420.56
HSL345.48º37.8%32.16%-
HSV(B)345.48º54.87%44.31%-
XYZ8.986.275.89-
YUV71.25125.04157.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.13%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 66 (26.17% from 255) = 28.70%
R=49.13%
G=22.17%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113516600.550.420.56345.4837.832.16
Hex7133420372A381592620
Octal1616310206752705314640
Binary111000111001110000100110111101010111000101011001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713342; }

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

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

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

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

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

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

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

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