Html Css Color HEX #713539 Merlot

📋 copy color: '#713539'

red 113 ◦ green 53 ◦ blue 57

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

Shades of Merlot #713539

Tints of Merlot #713539

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.77%

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

R = 50.67%
G = 23.77%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#713539 (or 0x713539) is known color: Merlot. HEX triplet: 71, 35 and 39. RGB value is (113,53,57). Sum of RGB (Red+Green+Blue) = 113+53+57=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #713539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713539 is #8ECAC6. Grayscale: #474747. Windows color (decimal): -9358023 or 3749233. OLE color: 3749233.

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

Color convert

RGB 113 53 57 -
CMYK 0 0.53 0.50 0.56
HSL 356º 0.36% 0.33% -
HSV(B) 356º 0.53% 0.44% -
XYZ 8.82 6.35 4.63 -
YUV 71.4 119.88 157.67 -
System Red Green Blue C M Y K H S L
Decimal 113 53 57 0 0.53 0.50 0.56 356 0.36 0.33
Hex 71 35 39 0 35 32 38 164 24 21
Octal 161 65 71 0 65 62 70 544 44 41
Binary 1110001 110101 111001 0 110101 110010 111000 101100100 100100 100001

Color Harmonies of #713539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713539

Black with #713539

Text Example


Text Example

White with #713539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713539; }

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

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

background-color css

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

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

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

border-color css

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

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

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