#713240

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

Shades of Merlot #713240

Tints of Merlot #713240

Color information

#713240 (or 0x713240) is unknown color: approx Merlot. HEX triplet: 71, 32 and 40. RGB value is (113,50,64). Sum of RGB (Red+Green+Blue) = 113+50+64=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #713240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713240 is #8ECDBF. Grayscale: #464646. Windows color (decimal): -9358784 or 4207217. OLE color: 4207217.

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

Color convert

RGB1135064-
CMYK00.560.430.56
HSL346.67º38.65%31.96%-
HSV(B)346.67º55.75%44.31%-
XYZ8.886.165.57-
YUV70.43124.37158.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.78%
GREEN value IS 50 (19.92% from 255) = 22.03%
BLUE value IS 64 (25.39% from 255) = 28.19%
R=49.78%
G=22.03%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113506400.560.430.56346.6738.6531.96
Hex7132400382B3815b2720
Octal1616210007053705334740
Binary111000111001010000000111000101011111000101011011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713240; }

 p { color: rgb(113,50,64); }

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

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

 a { background-color: rgb(113,50,64); }

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

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

 span { border-color: rgb(113,50,64); }

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