#71353F

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

Shades of Merlot #71353F

Tints of Merlot #71353F

Color information

#71353F (or 0x71353F) is unknown color: approx Merlot. HEX triplet: 71, 35 and 3F. RGB value is (113,53,63). Sum of RGB (Red+Green+Blue) = 113+53+63=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #71353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71353F is #8ECAC0. Grayscale: #484848. Windows color (decimal): -9358017 or 4142449. OLE color: 4142449.

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

Color convert

RGB1135363-
CMYK00.530.440.56
HSL350º36.14%32.55%-
HSV(B)350º53.1%44.31%-
XYZ8.986.425.47-
YUV72.08122.88157.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.34%
GREEN value IS 53 (21.09% from 255) = 23.14%
BLUE value IS 63 (25% from 255) = 27.51%
R=49.34%
G=23.14%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113536300.530.440.5635036.1432.55
Hex71353F0352C3815e2421
Octal161657706554705364441
Binary11100011101011111110110101101100111000101011110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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