#713442

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

Shades of Merlot #713442

Tints of Merlot #713442

Color information

#713442 (or 0x713442) is unknown color: approx Merlot. HEX triplet: 71, 34 and 42. RGB value is (113,52,66). Sum of RGB (Red+Green+Blue) = 113+52+66=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #713442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713442 is #8ECBBD. Grayscale: #474747. Windows color (decimal): -9358270 or 4338801. OLE color: 4338801.

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

Color convert

RGB1135266-
CMYK00.540.420.56
HSL346.23º36.97%32.35%-
HSV(B)346.23º53.98%44.31%-
XYZ9.026.365.91-
YUV71.83124.71157.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.92%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 66 (26.17% from 255) = 28.57%
R=48.92%
G=22.51%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113526600.540.420.56346.2336.9732.35
Hex7134420362A3815a2520
Octal1616410206652705324540
Binary111000111010010000100110110101010111000101011010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713442; }

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

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

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

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

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

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

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

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