Html Css Color HEX #713536 Merlot

📋 copy color: '#713536'

red 113 ◦ green 53 ◦ blue 54

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

Shades of Merlot #713536

Tints of Merlot #713536

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.09%

 BLUE value IS 54 (21.48% from 255) = 24.55%

R = 51.36%
G = 24.09%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#713536 (or 0x713536) is known color: Merlot. HEX triplet: 71, 35 and 36. RGB value is (113,53,54). Sum of RGB (Red+Green+Blue) = 113+53+54=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #713536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713536 is #8ECAC9. Grayscale: #474747. Windows color (decimal): -9358026 or 3552625. OLE color: 3552625.

HSL color Cylindrical-coordinate representation of color #713536: hue angle of 359º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #713536 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 53 54 -
CMYK 0 0.53 0.52 0.56
HSL 359º 0.36% 0.33% -
HSV(B) 359º 0.53% 0.44% -
XYZ 8.75 6.32 4.25 -
YUV 71.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 113 53 54 0 0.53 0.52 0.56 359 0.36 0.33
Hex 71 35 36 0 35 34 38 167 24 21
Octal 161 65 66 0 65 64 70 547 44 41
Binary 1110001 110101 110110 0 110101 110100 111000 101100111 100100 100001

Color Harmonies of #713536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713536

Black with #713536

Text Example


Text Example

White with #713536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713536; }

 p { color: rgb(113,53,54); }

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

background-color css

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

 a { background-color: rgb(113,53,54); }

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

border-color css

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

 span { border-color: rgb(113,53,54); }

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