Html Css Color HEX #713441 Merlot

📋 copy color: '#713441'

red 113 ◦ green 52 ◦ blue 65

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

Shades of Merlot #713441

Tints of Merlot #713441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.61%

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

R = 49.13%
G = 22.61%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#713441 (or 0x713441) is known color: Merlot. HEX triplet: 71, 34 and 41. RGB value is (113,52,65). Sum of RGB (Red+Green+Blue) = 113+52+65=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #713441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713441 is #8ECBBE. Grayscale: #474747. Windows color (decimal): -9358271 or 4273265. OLE color: 4273265.

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

Color convert

RGB 113 52 65 -
CMYK 0 0.54 0.42 0.56
HSL 347.21º 0.37% 0.32% -
HSV(B) 347.21º 0.54% 0.44% -
XYZ 8.99 6.35 5.75 -
YUV 71.72 124.21 157.44 -
System Red Green Blue C M Y K H S L
Decimal 113 52 65 0 0.54 0.42 0.56 347.21 0.37 0.32
Hex 71 34 41 0 36 2A 38 15B 25 20
Octal 161 64 101 0 66 52 70 533 45 40
Binary 1110001 110100 1000001 0 110110 101010 111000 101011011 100101 100000

Color Harmonies of #713441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713441

Black with #713441

Text Example


Text Example

White with #713441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713441; }

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

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

background-color css

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

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

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

border-color css

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

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

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