Html Css Color HEX #713440 Merlot

📋 copy color: '#713440'

red 113 ◦ green 52 ◦ blue 64

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

Shades of Merlot #713440

Tints of Merlot #713440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.95%

R = 49.34%
G = 22.71%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#713440 (or 0x713440) is known color: Merlot. HEX triplet: 71, 34 and 40. RGB value is (113,52,64). Sum of RGB (Red+Green+Blue) = 113+52+64=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #713440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713440 is #8ECBBF. Grayscale: #474747. Windows color (decimal): -9358272 or 4207729. OLE color: 4207729.

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

Color convert

RGB 113 52 64 -
CMYK 0 0.54 0.43 0.56
HSL 348.2º 0.37% 0.32% -
HSV(B) 348.2º 0.54% 0.44% -
XYZ 8.96 6.34 5.6 -
YUV 71.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 113 52 64 0 0.54 0.43 0.56 348.2 0.37 0.32
Hex 71 34 40 0 36 2B 38 15C 25 20
Octal 161 64 100 0 66 53 70 534 45 40
Binary 1110001 110100 1000000 0 110110 101011 111000 101011100 100101 100000

Color Harmonies of #713440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713440

Black with #713440

Text Example


Text Example

White with #713440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713440; }

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

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

background-color css

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

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

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

border-color css

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

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

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