Html Css Color HEX #713339 Merlot

📋 copy color: '#713339'

red 113 ◦ green 51 ◦ blue 57

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

Shades of Merlot #713339

Tints of Merlot #713339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.08%

 BLUE value IS 57 (22.66% from 255) = 25.79%

R = 51.13%
G = 23.08%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#713339 (or 0x713339) is known color: Merlot. HEX triplet: 71, 33 and 39. RGB value is (113,51,57). Sum of RGB (Red+Green+Blue) = 113+51+57=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #713339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713339 is #8ECCC6. Grayscale: #464646. Windows color (decimal): -9358535 or 3748721. OLE color: 3748721.

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

Color convert

RGB 113 51 57 -
CMYK 0 0.55 0.50 0.56
HSL 354.19º 0.38% 0.32% -
HSV(B) 354.19º 0.55% 0.44% -
XYZ 8.73 6.17 4.6 -
YUV 70.22 120.54 158.51 -
System Red Green Blue C M Y K H S L
Decimal 113 51 57 0 0.55 0.50 0.56 354.19 0.38 0.32
Hex 71 33 39 0 37 32 38 162 26 20
Octal 161 63 71 0 67 62 70 542 46 40
Binary 1110001 110011 111001 0 110111 110010 111000 101100010 100110 100000

Color Harmonies of #713339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713339

Black with #713339

Text Example


Text Example

White with #713339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713339; }

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

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

background-color css

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

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

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

border-color css

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

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

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