#71393C

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

Shades of Merlot #71393C

Tints of Merlot #71393C

Color information

#71393C (or 0x71393C) is unknown color: approx Merlot. HEX triplet: 71, 39 and 3C. RGB value is (113,57,60). Sum of RGB (Red+Green+Blue) = 113+57+60=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #71393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71393C is #8EC6C3. Grayscale: #4A4A4A. Windows color (decimal): -9356996 or 3946865. OLE color: 3946865.

HSL color Cylindrical-coordinate representation of color #71393C: hue angle of 356.79º 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 #71393C is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB1135760-
CMYK00.500.470.56
HSL356.79º32.94%33.33%-
HSV(B)356.79º49.56%44.31%-
XYZ9.096.765.1-
YUV74.09120.05155.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.13%
GREEN value IS 57 (22.66% from 255) = 24.78%
BLUE value IS 60 (23.83% from 255) = 26.09%
R=49.13%
G=24.78%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113576000.500.470.56356.7932.9433.33
Hex71393C0322F381652121
Octal161717406257705454141
Binary11100011110011111000110010101111111000101100101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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