Html Css Color HEX #713942 Merlot

📋 copy color: '#713942'

red 113 ◦ green 57 ◦ blue 66

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

Shades of Merlot #713942

Tints of Merlot #713942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.97%

R = 47.88%
G = 24.15%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#713942 (or 0x713942) is known color: Merlot. HEX triplet: 71, 39 and 42. RGB value is (113,57,66). Sum of RGB (Red+Green+Blue) = 113+57+66=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #713942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713942 is #8EC6BD. Grayscale: #4A4A4A. Windows color (decimal): -9356990 or 4340081. OLE color: 4340081.

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

Color convert

RGB 113 57 66 -
CMYK 0 0.50 0.42 0.56
HSL 350.36º 0.33% 0.33% -
HSV(B) 350.36º 0.5% 0.44% -
XYZ 9.26 6.83 5.98 -
YUV 74.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 113 57 66 0 0.50 0.42 0.56 350.36 0.33 0.33
Hex 71 39 42 0 32 2A 38 15E 21 21
Octal 161 71 102 0 62 52 70 536 41 41
Binary 1110001 111001 1000010 0 110010 101010 111000 101011110 100001 100001

Color Harmonies of #713942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713942

Black with #713942

Text Example


Text Example

White with #713942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713942; }

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

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

background-color css

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

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

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

border-color css

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

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

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