#713439

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

Shades of Merlot #713439

Tints of Merlot #713439

Color information

#713439 (or 0x713439) is unknown color: approx Merlot. HEX triplet: 71, 34 and 39. RGB value is (113,52,57). Sum of RGB (Red+Green+Blue) = 113+52+57=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #713439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713439 is #8ECBC6. Grayscale: #464646. Windows color (decimal): -9358279 or 3748977. OLE color: 3748977.

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

Color convert

RGB1135257-
CMYK00.540.500.56
HSL355.08º36.97%32.35%-
HSV(B)355.08º53.98%44.31%-
XYZ8.786.264.62-
YUV70.81120.21158.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.90%
GREEN value IS 52 (20.70% from 255) = 23.42%
BLUE value IS 57 (22.66% from 255) = 25.68%
R=50.90%
G=23.42%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113525700.540.500.56355.0836.9732.35
Hex71343903632381632520
Octal161647106662705434540
Binary11100011101001110010110110110010111000101100011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713439; }

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

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

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

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

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

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

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

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