Html Css Color HEX #713841 Merlot

📋 copy color: '#713841'

red 113 ◦ green 56 ◦ blue 65

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

Shades of Merlot #713841

Tints of Merlot #713841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.93%

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

R = 48.29%
G = 23.93%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#713841 (or 0x713841) is known color: Merlot. HEX triplet: 71, 38 and 41. RGB value is (113,56,65). Sum of RGB (Red+Green+Blue) = 113+56+65=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #713841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713841 is #8EC7BE. Grayscale: #4A4A4A. Windows color (decimal): -9357247 or 4274289. OLE color: 4274289.

HSL color Cylindrical-coordinate representation of color #713841: hue angle of 350.53º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #713841 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 56 65 -
CMYK 0 0.50 0.42 0.56
HSL 350.53º 0.34% 0.33% -
HSV(B) 350.53º 0.5% 0.44% -
XYZ 9.18 6.72 5.81 -
YUV 74.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 113 56 65 0 0.50 0.42 0.56 350.53 0.34 0.33
Hex 71 38 41 0 32 2A 38 15F 22 21
Octal 161 70 101 0 62 52 70 537 42 41
Binary 1110001 111000 1000001 0 110010 101010 111000 101011111 100010 100001

Color Harmonies of #713841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713841

Black with #713841

Text Example


Text Example

White with #713841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713841; }

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

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

background-color css

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

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

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

border-color css

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

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

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