Html Css Color HEX #713944 Merlot

📋 copy color: '#713944'

red 113 ◦ green 57 ◦ blue 68

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

Shades of Merlot #713944

Tints of Merlot #713944

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.95%

 BLUE value IS 68 (26.95% from 255) = 28.57%

R = 47.48%
G = 23.95%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#713944 (or 0x713944) is known color: Merlot. HEX triplet: 71, 39 and 44. RGB value is (113,57,68). Sum of RGB (Red+Green+Blue) = 113+57+68=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #713944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713944 is #8EC6BB. Grayscale: #4B4B4B. Windows color (decimal): -9356988 or 4471153. OLE color: 4471153.

HSL color Cylindrical-coordinate representation of color #713944: hue angle of 348.21º degrees, saturation: 0.33, 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 #713944 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 57 68 -
CMYK 0 0.50 0.40 0.56
HSL 348.21º 0.33% 0.33% -
HSV(B) 348.21º 0.5% 0.44% -
XYZ 9.32 6.85 6.3 -
YUV 75 124.05 155.11 -
System Red Green Blue C M Y K H S L
Decimal 113 57 68 0 0.50 0.40 0.56 348.21 0.33 0.33
Hex 71 39 44 0 32 28 38 15C 21 21
Octal 161 71 104 0 62 50 70 534 41 41
Binary 1110001 111001 1000100 0 110010 101000 111000 101011100 100001 100001

Color Harmonies of #713944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713944

Black with #713944

Text Example


Text Example

White with #713944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713944; }

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

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

background-color css

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

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

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

border-color css

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

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

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