#71313C

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

Shades of Merlot #71313C

Tints of Merlot #71313C

Color information

#71313C (or 0x71313C) is unknown color: approx Merlot. HEX triplet: 71, 31 and 3C. RGB value is (113,49,60). Sum of RGB (Red+Green+Blue) = 113+49+60=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #71313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71313C is #8ECEC3. Grayscale: #454545. Windows color (decimal): -9359044 or 3944817. OLE color: 3944817.

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

Color convert

RGB1134960-
CMYK00.570.470.56
HSL349.69º39.51%31.76%-
HSV(B)349.69º56.64%44.31%-
XYZ8.726.034.98-
YUV69.39122.7159.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.90%
GREEN value IS 49 (19.53% from 255) = 22.07%
BLUE value IS 60 (23.83% from 255) = 27.03%
R=50.90%
G=22.07%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113496000.570.470.56349.6939.5131.76
Hex71313C0392F3815e2820
Octal161617407157705365040
Binary11100011100011111000111001101111111000101011110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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