Html Css Color HEX #713139 Merlot

📋 copy color: '#713139'

red 113 ◦ green 49 ◦ blue 57

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

Shades of Merlot #713139

Tints of Merlot #713139

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.37%

 BLUE value IS 57 (22.66% from 255) = 26.03%

R = 51.6%
G = 22.37%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#713139 (or 0x713139) is known color: Merlot. HEX triplet: 71, 31 and 39. RGB value is (113,49,57). Sum of RGB (Red+Green+Blue) = 113+49+57=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #713139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713139 is #8ECEC6. Grayscale: #454545. Windows color (decimal): -9359047 or 3748209. OLE color: 3748209.

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

Color convert

RGB 113 49 57 -
CMYK 0 0.57 0.50 0.56
HSL 352.5º 0.4% 0.32% -
HSV(B) 352.5º 0.57% 0.44% -
XYZ 8.65 6 4.57 -
YUV 69.05 121.2 159.35 -
System Red Green Blue C M Y K H S L
Decimal 113 49 57 0 0.57 0.50 0.56 352.5 0.4 0.32
Hex 71 31 39 0 39 32 38 160 28 20
Octal 161 61 71 0 71 62 70 540 50 40
Binary 1110001 110001 111001 0 111001 110010 111000 101100000 101000 100000

Color Harmonies of #713139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713139

Black with #713139

Text Example


Text Example

White with #713139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713139; }

 p { color: rgb(113,49,57); }

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

background-color css

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

 a { background-color: rgb(113,49,57); }

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

border-color css

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

 span { border-color: rgb(113,49,57); }

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