#713842

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

Shades of Merlot #713842

Tints of Merlot #713842

Color information

#713842 (or 0x713842) is unknown color: approx Merlot. HEX triplet: 71, 38 and 42. RGB value is (113,56,66). Sum of RGB (Red+Green+Blue) = 113+56+66=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #713842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713842 is #8EC7BD. Grayscale: #4A4A4A. Windows color (decimal): -9357246 or 4339825. OLE color: 4339825.

HSL color Cylindrical-coordinate representation of color #713842: hue angle of 349.47º degrees, saturation: 0.34, 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 #713842 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB1135666-
CMYK00.500.420.56
HSL349.47º33.73%33.14%-
HSV(B)349.47º50.44%44.31%-
XYZ9.216.735.97-
YUV74.18123.38155.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.09%
GREEN value IS 56 (22.27% from 255) = 23.83%
BLUE value IS 66 (26.17% from 255) = 28.09%
R=48.09%
G=23.83%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113566600.500.420.56349.4733.7333.14
Hex7138420322A3815d2221
Octal1617010206252705354241
Binary111000111100010000100110010101010111000101011101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713842; }

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

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

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

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

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

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

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

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