Html Css Color HEX #713240 Merlot

📋 copy color: '#713240'

red 113 ◦ green 50 ◦ blue 64

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

Shades of Merlot #713240

Tints of Merlot #713240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.03%

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

R = 49.78%
G = 22.03%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#713240 (or 0x713240) is known color: Merlot. HEX triplet: 71, 32 and 40. RGB value is (113,50,64). Sum of RGB (Red+Green+Blue) = 113+50+64=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #713240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713240 is #8ECDBF. Grayscale: #464646. Windows color (decimal): -9358784 or 4207217. OLE color: 4207217.

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

Color convert

RGB 113 50 64 -
CMYK 0 0.56 0.43 0.56
HSL 346.67º 0.39% 0.32% -
HSV(B) 346.67º 0.56% 0.44% -
XYZ 8.88 6.16 5.57 -
YUV 70.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 113 50 64 0 0.56 0.43 0.56 346.67 0.39 0.32
Hex 71 32 40 0 38 2B 38 15B 27 20
Octal 161 62 100 0 70 53 70 533 47 40
Binary 1110001 110010 1000000 0 111000 101011 111000 101011011 100111 100000

Color Harmonies of #713240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713240

Black with #713240

Text Example


Text Example

White with #713240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713240; }

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

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

background-color css

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

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

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

border-color css

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

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

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