Html Css Color HEX #713342 Merlot

📋 copy color: '#713342'

red 113 ◦ green 51 ◦ blue 66

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

Shades of Merlot #713342

Tints of Merlot #713342

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.17%

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

R = 49.13%
G = 22.17%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#713342 (or 0x713342) is known color: Merlot. HEX triplet: 71, 33 and 42. RGB value is (113,51,66). Sum of RGB (Red+Green+Blue) = 113+51+66=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #713342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713342 is #8ECCBD. Grayscale: #474747. Windows color (decimal): -9358526 or 4338545. OLE color: 4338545.

HSL color Cylindrical-coordinate representation of color #713342: hue angle of 345.48º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #713342 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 51 66 -
CMYK 0 0.55 0.42 0.56
HSL 345.48º 0.38% 0.32% -
HSV(B) 345.48º 0.55% 0.44% -
XYZ 8.98 6.27 5.89 -
YUV 71.25 125.04 157.78 -
System Red Green Blue C M Y K H S L
Decimal 113 51 66 0 0.55 0.42 0.56 345.48 0.38 0.32
Hex 71 33 42 0 37 2A 38 159 26 20
Octal 161 63 102 0 67 52 70 531 46 40
Binary 1110001 110011 1000010 0 110111 101010 111000 101011001 100110 100000

Color Harmonies of #713342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713342

Black with #713342

Text Example


Text Example

White with #713342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713342; }

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

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

background-color css

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

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

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

border-color css

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

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

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