Html Css Color HEX #713037 Merlot

📋 copy color: '#713037'

red 113 ◦ green 48 ◦ blue 55

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

Shades of Merlot #713037

Tints of Merlot #713037

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.22%

 BLUE value IS 55 (21.88% from 255) = 25.46%

R = 52.31%
G = 22.22%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#713037 (or 0x713037) is known color: Merlot. HEX triplet: 71, 30 and 37. RGB value is (113,48,55). Sum of RGB (Red+Green+Blue) = 113+48+55=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #713037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713037 is #8ECFC8. Grayscale: #444444. Windows color (decimal): -9359305 or 3616881. OLE color: 3616881.

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

Color convert

RGB 113 48 55 -
CMYK 0 0.58 0.51 0.56
HSL 353.54º 0.4% 0.32% -
HSV(B) 353.54º 0.58% 0.44% -
XYZ 8.56 5.9 4.3 -
YUV 68.23 120.53 159.93 -
System Red Green Blue C M Y K H S L
Decimal 113 48 55 0 0.58 0.51 0.56 353.54 0.4 0.32
Hex 71 30 37 0 3A 33 38 162 28 20
Octal 161 60 67 0 72 63 70 542 50 40
Binary 1110001 110000 110111 0 111010 110011 111000 101100010 101000 100000

Color Harmonies of #713037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713037

Black with #713037

Text Example


Text Example

White with #713037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713037; }

 p { color: rgb(113,48,55); }

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

background-color css

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

 a { background-color: rgb(113,48,55); }

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

border-color css

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

 span { border-color: rgb(113,48,55); }

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