Html Css Color HEX #713E4D Tawny Port

📋 copy color: '#713E4D'

red 113 ◦ green 62 ◦ blue 77

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

Shades of Tawny Port #713E4D

Tints of Tawny Port #713E4D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.6%

 BLUE value IS 77 (30.47% from 255) = 30.56%

R = 44.84%
G = 24.6%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#713E4D (or 0x713E4D) is known color: Tawny Port. HEX triplet: 71, 3E and 4D. RGB value is (113,62,77). Sum of RGB (Red+Green+Blue) = 113+62+77=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #713E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713E4D is #8EC1B2. Grayscale: #4E4E4E. Windows color (decimal): -9355699 or 5062257. OLE color: 5062257.

HSL color Cylindrical-coordinate representation of color #713E4D: hue angle of 342.35º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #713E4D is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 62 77 -
CMYK 0 0.45 0.32 0.56
HSL 342.35º 0.29% 0.34% -
HSV(B) 342.35º 0.45% 0.44% -
XYZ 9.87 7.49 7.95 -
YUV 78.96 126.9 152.28 -
System Red Green Blue C M Y K H S L
Decimal 113 62 77 0 0.45 0.32 0.56 342.35 0.29 0.34
Hex 71 3E 4D 0 2D 20 38 156 1D 22
Octal 161 76 115 0 55 40 70 526 35 42
Binary 1110001 111110 1001101 0 101101 100000 111000 101010110 11101 100010

Color Harmonies of #713E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713E4D

Black with #713E4D

Text Example


Text Example

White with #713E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713E4D; }

 p { color: rgb(113,62,77); }

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

background-color css

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

 a { background-color: rgb(113,62,77); }

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

border-color css

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

 span { border-color: rgb(113,62,77); }

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