#713334

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

Shades of Merlot #713334

Tints of Merlot #713334

Color information

#713334 (or 0x713334) is unknown color: approx Merlot. HEX triplet: 71, 33 and 34. RGB value is (113,51,52). Sum of RGB (Red+Green+Blue) = 113+51+52=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #713334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713334 is #8ECCCB. Grayscale: #454545. Windows color (decimal): -9358540 or 3421041. OLE color: 3421041.

HSL color Cylindrical-coordinate representation of color #713334: hue angle of 359.03º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #713334 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB1135152-
CMYK00.550.540.56
HSL359.03º37.8%32.16%-
HSV(B)359.03º54.87%44.31%-
XYZ8.616.133.98-
YUV69.65118.04158.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.31%
GREEN value IS 51 (20.31% from 255) = 23.61%
BLUE value IS 52 (20.70% from 255) = 24.07%
R=52.31%
G=23.61%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113515200.550.540.56359.0337.832.16
Hex71333403736381672620
Octal161636406766705474640
Binary11100011100111101000110111110110111000101100111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713334; }

 p { color: rgb(113,51,52); }

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

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

 a { background-color: rgb(113,51,52); }

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

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

 span { border-color: rgb(113,51,52); }

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