#713E4D

Color #713E4D Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #713E4D

Tints of Tawny Port #713E4D

Color information

#713E4D (or 0x713E4D) is unknown color: approx 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

RGB1136277-
CMYK00.450.320.56
HSL342.35º29.14%34.31%-
HSV(B)342.35º45.13%44.31%-
XYZ9.877.497.95-
YUV78.96126.9152.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 62 (24.61% from 255) = 24.60%
BLUE value IS 77 (30.47% from 255) = 30.56%
R=44.84%
G=24.60%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113627700.450.320.56342.3529.1434.31
Hex713E4D02D20381561d22
Octal1617611505540705263542
Binary11100011111101001101010110110000011100010101011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>