#71313A

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

Shades of Merlot #71313A

Tints of Merlot #71313A

Color information

#71313A (or 0x71313A) is unknown color: approx Merlot. HEX triplet: 71, 31 and 3A. RGB value is (113,49,58). Sum of RGB (Red+Green+Blue) = 113+49+58=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #71313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71313A is #8ECEC5. Grayscale: #454545. Windows color (decimal): -9359046 or 3813745. OLE color: 3813745.

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

Color convert

RGB1134958-
CMYK00.570.490.56
HSL351.56º39.51%31.76%-
HSV(B)351.56º56.64%44.31%-
XYZ8.676.014.71-
YUV69.16121.7159.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.36%
GREEN value IS 49 (19.53% from 255) = 22.27%
BLUE value IS 58 (23.05% from 255) = 26.36%
R=51.36%
G=22.27%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113495800.570.490.56351.5639.5131.76
Hex71313A03931381602820
Octal161617207161705405040
Binary11100011100011110100111001110001111000101100000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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