#71313E

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

Shades of Merlot #71313E

Tints of Merlot #71313E

Color information

#71313E (or 0x71313E) is unknown color: approx Merlot. HEX triplet: 71, 31 and 3E. RGB value is (113,49,62). Sum of RGB (Red+Green+Blue) = 113+49+62=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71313E is #8ECEC1. Grayscale: #454545. Windows color (decimal): -9359042 or 4075889. OLE color: 4075889.

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

Color convert

RGB1134962-
CMYK00.570.450.56
HSL347.81º39.51%31.76%-
HSV(B)347.81º56.64%44.31%-
XYZ8.786.065.26-
YUV69.62123.7158.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.45%
GREEN value IS 49 (19.53% from 255) = 21.88%
BLUE value IS 62 (24.61% from 255) = 27.68%
R=50.45%
G=21.88%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113496200.570.450.56347.8139.5131.76
Hex71313E0392D3815c2820
Octal161617607155705345040
Binary11100011100011111100111001101101111000101011100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71313E; }

 p { color: rgb(113,49,62); }

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

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

 a { background-color: rgb(113,49,62); }

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

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

 span { border-color: rgb(113,49,62); }

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