Html Css Color HEX #713341 Merlot

📋 copy color: '#713341'

red 113 ◦ green 51 ◦ blue 65

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

Shades of Merlot #713341

Tints of Merlot #713341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.38%

R = 49.34%
G = 22.27%
B = 28.38%

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

#713341 (or 0x713341) is known color: Merlot. HEX triplet: 71, 33 and 41. RGB value is (113,51,65). Sum of RGB (Red+Green+Blue) = 113+51+65=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #713341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713341 is #8ECCBE. Grayscale: #474747. Windows color (decimal): -9358527 or 4273009. OLE color: 4273009.

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

Color convert

RGB 113 51 65 -
CMYK 0 0.55 0.42 0.56
HSL 346.45º 0.38% 0.32% -
HSV(B) 346.45º 0.55% 0.44% -
XYZ 8.95 6.26 5.74 -
YUV 71.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 113 51 65 0 0.55 0.42 0.56 346.45 0.38 0.32
Hex 71 33 41 0 37 2A 38 15A 26 20
Octal 161 63 101 0 67 52 70 532 46 40
Binary 1110001 110011 1000001 0 110111 101010 111000 101011010 100110 100000

Color Harmonies of #713341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713341

Black with #713341

Text Example


Text Example

White with #713341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713341; }

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

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

background-color css

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

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

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

border-color css

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

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

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