#713235

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

Shades of Merlot #713235

Tints of Merlot #713235

Color information

#713235 (or 0x713235) is unknown color: approx Merlot. HEX triplet: 71, 32 and 35. RGB value is (113,50,53). Sum of RGB (Red+Green+Blue) = 113+50+53=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #713235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713235 is #8ECDCA. Grayscale: #454545. Windows color (decimal): -9358795 or 3486321. OLE color: 3486321.

HSL color Cylindrical-coordinate representation of color #713235: hue angle of 357.14º 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 #713235 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB1135053-
CMYK00.560.530.56
HSL357.14º38.65%31.96%-
HSV(B)357.14º55.75%44.31%-
XYZ8.596.054.08-
YUV69.18118.87159.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.31%
GREEN value IS 50 (19.92% from 255) = 23.15%
BLUE value IS 53 (21.09% from 255) = 24.54%
R=52.31%
G=23.15%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113505300.560.530.56357.1438.6531.96
Hex71323503835381652720
Octal161626507065705454740
Binary11100011100101101010111000110101111000101100101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713235; }

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

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

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

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

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

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

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

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