#71323B

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

Shades of Merlot #71323B

Tints of Merlot #71323B

Color information

#71323B (or 0x71323B) is unknown color: approx Merlot. HEX triplet: 71, 32 and 3B. RGB value is (113,50,59). Sum of RGB (Red+Green+Blue) = 113+50+59=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #71323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71323B is #8ECDC4. Grayscale: #454545. Windows color (decimal): -9358789 or 3879537. OLE color: 3879537.

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

Color convert

RGB1135059-
CMYK00.560.480.56
HSL351.43º38.65%31.96%-
HSV(B)351.43º55.75%44.31%-
XYZ8.746.114.86-
YUV69.86121.87158.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.90%
GREEN value IS 50 (19.92% from 255) = 22.52%
BLUE value IS 59 (23.44% from 255) = 26.58%
R=50.90%
G=22.52%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113505900.560.480.56351.4338.6531.96
Hex71323B038303815f2720
Octal161627307060705374740
Binary11100011100101110110111000110000111000101011111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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