Html Css Color HEX #713739 Merlot

📋 copy color: '#713739'

red 113 ◦ green 55 ◦ blue 57

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

Shades of Merlot #713739

Tints of Merlot #713739

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.44%

 BLUE value IS 57 (22.66% from 255) = 25.33%

R = 50.22%
G = 24.44%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#713739 (or 0x713739) is known color: Merlot. HEX triplet: 71, 37 and 39. RGB value is (113,55,57). Sum of RGB (Red+Green+Blue) = 113+55+57=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #713739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713739 is #8EC8C6. Grayscale: #484848. Windows color (decimal): -9357511 or 3749745. OLE color: 3749745.

HSL color Cylindrical-coordinate representation of color #713739: hue angle of 357.93º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #713739 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 55 57 -
CMYK 0 0.51 0.50 0.56
HSL 357.93º 0.35% 0.33% -
HSV(B) 357.93º 0.51% 0.44% -
XYZ 8.91 6.54 4.66 -
YUV 72.57 119.22 156.84 -
System Red Green Blue C M Y K H S L
Decimal 113 55 57 0 0.51 0.50 0.56 357.93 0.35 0.33
Hex 71 37 39 0 33 32 38 166 23 21
Octal 161 67 71 0 63 62 70 546 43 41
Binary 1110001 110111 111001 0 110011 110010 111000 101100110 100011 100001

Color Harmonies of #713739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713739

Black with #713739

Text Example


Text Example

White with #713739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713739; }

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

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

background-color css

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

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

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

border-color css

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

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

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