#71353A

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

Shades of Merlot #71353A

Tints of Merlot #71353A

Color information

#71353A (or 0x71353A) is unknown color: approx Merlot. HEX triplet: 71, 35 and 3A. RGB value is (113,53,58). Sum of RGB (Red+Green+Blue) = 113+53+58=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71353A is #8ECAC5. Grayscale: #474747. Windows color (decimal): -9358022 or 3814769. OLE color: 3814769.

HSL color Cylindrical-coordinate representation of color #71353A: hue angle of 355º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71353A is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB1135358-
CMYK00.530.490.56
HSL355º36.14%32.55%-
HSV(B)355º53.1%44.31%-
XYZ8.856.364.76-
YUV71.51120.38157.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.45%
GREEN value IS 53 (21.09% from 255) = 23.66%
BLUE value IS 58 (23.05% from 255) = 25.89%
R=50.45%
G=23.66%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113535800.530.490.5635536.1432.55
Hex71353A03531381632421
Octal161657206561705434441
Binary11100011101011110100110101110001111000101100011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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