Html Css Color HEX #713945 Merlot

📋 copy color: '#713945'

red 113 ◦ green 57 ◦ blue 69

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

Shades of Merlot #713945

Tints of Merlot #713945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 28.87%

R = 47.28%
G = 23.85%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#713945 (or 0x713945) is known color: Merlot. HEX triplet: 71, 39 and 45. RGB value is (113,57,69). Sum of RGB (Red+Green+Blue) = 113+57+69=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #713945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713945 is #8EC6BA. Grayscale: #4B4B4B. Windows color (decimal): -9356987 or 4536689. OLE color: 4536689.

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

Color convert

RGB 113 57 69 -
CMYK 0 0.50 0.39 0.56
HSL 347.14º 0.33% 0.33% -
HSV(B) 347.14º 0.5% 0.44% -
XYZ 9.35 6.87 6.46 -
YUV 75.11 124.55 155.02 -
System Red Green Blue C M Y K H S L
Decimal 113 57 69 0 0.50 0.39 0.56 347.14 0.33 0.33
Hex 71 39 45 0 32 27 38 15B 21 21
Octal 161 71 105 0 62 47 70 533 41 41
Binary 1110001 111001 1000101 0 110010 100111 111000 101011011 100001 100001

Color Harmonies of #713945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713945

Black with #713945

Text Example


Text Example

White with #713945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713945; }

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

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

background-color css

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

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

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

border-color css

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

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

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