Html Css Color HEX #713840 Merlot

📋 copy color: '#713840'

red 113 ◦ green 56 ◦ blue 64

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

Shades of Merlot #713840

Tints of Merlot #713840

RGB

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

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

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

R = 48.5%
G = 24.03%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#713840 (or 0x713840) is known color: Merlot. HEX triplet: 71, 38 and 40. RGB value is (113,56,64). Sum of RGB (Red+Green+Blue) = 113+56+64=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #713840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713840 is #8EC7BF. Grayscale: #494949. Windows color (decimal): -9357248 or 4208753. OLE color: 4208753.

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

Color convert

RGB 113 56 64 -
CMYK 0 0.50 0.43 0.56
HSL 351.58º 0.34% 0.33% -
HSV(B) 351.58º 0.5% 0.44% -
XYZ 9.15 6.71 5.66 -
YUV 73.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 113 56 64 0 0.50 0.43 0.56 351.58 0.34 0.33
Hex 71 38 40 0 32 2B 38 160 22 21
Octal 161 70 100 0 62 53 70 540 42 41
Binary 1110001 111000 1000000 0 110010 101011 111000 101100000 100010 100001

Color Harmonies of #713840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713840

Black with #713840

Text Example


Text Example

White with #713840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713840; }

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

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

background-color css

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

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

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

border-color css

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

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

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