#71393D

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

Shades of Merlot #71393D

Tints of Merlot #71393D

Color information

#71393D (or 0x71393D) is unknown color: approx Merlot. HEX triplet: 71, 39 and 3D. RGB value is (113,57,61). Sum of RGB (Red+Green+Blue) = 113+57+61=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #71393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71393D is #8EC6C2. Grayscale: #4A4A4A. Windows color (decimal): -9356995 or 4012401. OLE color: 4012401.

HSL color Cylindrical-coordinate representation of color #71393D: hue angle of 355.71º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71393D is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1135761-
CMYK00.500.460.56
HSL355.71º32.94%33.33%-
HSV(B)355.71º49.56%44.31%-
XYZ9.126.775.24-
YUV74.2120.55155.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.92%
GREEN value IS 57 (22.66% from 255) = 24.68%
BLUE value IS 61 (24.22% from 255) = 26.41%
R=48.92%
G=24.68%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113576100.500.460.56355.7132.9433.33
Hex71393D0322E381642121
Octal161717506256705444141
Binary11100011110011111010110010101110111000101100100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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