#71323D

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

Shades of Merlot #71323D

Tints of Merlot #71323D

Color information

#71323D (or 0x71323D) is unknown color: approx Merlot. HEX triplet: 71, 32 and 3D. RGB value is (113,50,61). Sum of RGB (Red+Green+Blue) = 113+50+61=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71323D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71323D is #8ECDC2. Grayscale: #464646. Windows color (decimal): -9358787 or 4010609. OLE color: 4010609.

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

Color convert

RGB1135061-
CMYK00.560.460.56
HSL349.52º38.65%31.96%-
HSV(B)349.52º55.75%44.31%-
XYZ8.796.135.13-
YUV70.09122.87158.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.45%
GREEN value IS 50 (19.92% from 255) = 22.32%
BLUE value IS 61 (24.22% from 255) = 27.23%
R=50.45%
G=22.32%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113506100.560.460.56349.5238.6531.96
Hex71323D0382E3815e2720
Octal161627507056705364740
Binary11100011100101111010111000101110111000101011110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71323D; }

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

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

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

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

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

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

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

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