Html Css Color HEX #713941 Merlot

📋 copy color: '#713941'

red 113 ◦ green 57 ◦ blue 65

#713941
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merlot #713941

Tints of Merlot #713941

RGB

 RED value IS 113 (44.53% from 255) = 48.09%

 GREEN value IS 57 (22.66% from 255) = 24.26%

 BLUE value IS 65 (25.78% from 255) = 27.66%

R = 48.09%
G = 24.26%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#713941 (or 0x713941) is known color: Merlot. HEX triplet: 71, 39 and 41. RGB value is (113,57,65). Sum of RGB (Red+Green+Blue) = 113+57+65=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #713941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713941 is #8EC6BE. Grayscale: #4A4A4A. Windows color (decimal): -9356991 or 4274545. OLE color: 4274545.

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

Color convert

RGB 113 57 65 -
CMYK 0 0.50 0.42 0.56
HSL 351.43º 0.33% 0.33% -
HSV(B) 351.43º 0.5% 0.44% -
XYZ 9.23 6.82 5.83 -
YUV 74.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 113 57 65 0 0.50 0.42 0.56 351.43 0.33 0.33
Hex 71 39 41 0 32 2A 38 15F 21 21
Octal 161 71 101 0 62 52 70 537 41 41
Binary 1110001 111001 1000001 0 110010 101010 111000 101011111 100001 100001

Color Harmonies of #713941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713941

Black with #713941

Text Example


Text Example

White with #713941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713941; }

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

 H1.HeaderClassName
 {
   color: #713941;
 }
 .AnyTagClassName
 {
   color: #713941;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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