Html Css Color HEX #713844 Merlot

📋 copy color: '#713844'

red 113 ◦ green 56 ◦ blue 68

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

Shades of Merlot #713844

Tints of Merlot #713844

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.63%

 BLUE value IS 68 (26.95% from 255) = 28.69%

R = 47.68%
G = 23.63%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#713844 (or 0x713844) is known color: Merlot. HEX triplet: 71, 38 and 44. RGB value is (113,56,68). Sum of RGB (Red+Green+Blue) = 113+56+68=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #713844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713844 is #8EC7BB. Grayscale: #4A4A4A. Windows color (decimal): -9357244 or 4470897. OLE color: 4470897.

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

Color convert

RGB 113 56 68 -
CMYK 0 0.50 0.40 0.56
HSL 347.37º 0.34% 0.33% -
HSV(B) 347.37º 0.5% 0.44% -
XYZ 9.27 6.76 6.28 -
YUV 74.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 113 56 68 0 0.50 0.40 0.56 347.37 0.34 0.33
Hex 71 38 44 0 32 28 38 15B 22 21
Octal 161 70 104 0 62 50 70 533 42 41
Binary 1110001 111000 1000100 0 110010 101000 111000 101011011 100010 100001

Color Harmonies of #713844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713844

Black with #713844

Text Example


Text Example

White with #713844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713844; }

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

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

background-color css

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

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

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

border-color css

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

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

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