#71323F

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

Shades of Merlot #71323F

Tints of Merlot #71323F

Color information

#71323F (or 0x71323F) is unknown color: approx Merlot. HEX triplet: 71, 32 and 3F. RGB value is (113,50,63). Sum of RGB (Red+Green+Blue) = 113+50+63=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #71323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71323F is #8ECDC0. Grayscale: #464646. Windows color (decimal): -9358785 or 4141681. OLE color: 4141681.

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

Color convert

RGB1135063-
CMYK00.560.440.56
HSL347.62º38.65%31.96%-
HSV(B)347.62º55.75%44.31%-
XYZ8.856.155.42-
YUV70.32123.87158.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50%
GREEN value IS 50 (19.92% from 255) = 22.12%
BLUE value IS 63 (25% from 255) = 27.88%
R=50%
G=22.12%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113506300.560.440.56347.6238.6531.96
Hex71323F0382C3815c2720
Octal161627707054705344740
Binary11100011100101111110111000101100111000101011100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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