Html Css Color HEX #713A3E Merlot

📋 copy color: '#713A3E'

red 113 ◦ green 58 ◦ blue 62

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

Shades of Merlot #713A3E

Tints of Merlot #713A3E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.89%

 BLUE value IS 62 (24.61% from 255) = 26.61%

R = 48.5%
G = 24.89%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#713A3E (or 0x713A3E) is known color: Merlot. HEX triplet: 71, 3A and 3E. RGB value is (113,58,62). Sum of RGB (Red+Green+Blue) = 113+58+62=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #713A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713A3E is #8EC5C1. Grayscale: #4A4A4A. Windows color (decimal): -9356738 or 4078193. OLE color: 4078193.

HSL color Cylindrical-coordinate representation of color #713A3E: hue angle of 355.64º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #713A3E is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 58 62 -
CMYK 0 0.49 0.45 0.56
HSL 355.64º 0.32% 0.34% -
HSV(B) 355.64º 0.49% 0.44% -
XYZ 9.19 6.88 5.4 -
YUV 74.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 113 58 62 0 0.49 0.45 0.56 355.64 0.32 0.34
Hex 71 3A 3E 0 31 2D 38 164 20 22
Octal 161 72 76 0 61 55 70 544 40 42
Binary 1110001 111010 111110 0 110001 101101 111000 101100100 100000 100010

Color Harmonies of #713A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713A3E

Black with #713A3E

Text Example


Text Example

White with #713A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713A3E; }

 p { color: rgb(113,58,62); }

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

background-color css

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

 a { background-color: rgb(113,58,62); }

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

border-color css

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

 span { border-color: rgb(113,58,62); }

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