#713D4B

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

Shades of Tawny Port #713D4B

Tints of Tawny Port #713D4B

Color information

#713D4B (or 0x713D4B) is unknown color: approx Tawny Port. HEX triplet: 71, 3D and 4B. RGB value is (113,61,75). Sum of RGB (Red+Green+Blue) = 113+61+75=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #713D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D4B is #8EC2B4. Grayscale: #4E4E4E. Windows color (decimal): -9355957 or 4930929. OLE color: 4930929.

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

Color convert

RGB1136175-
CMYK00.460.340.56
HSL343.85º29.89%34.12%-
HSV(B)343.85º46.02%44.31%-
XYZ9.757.367.56-
YUV78.14126.23152.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.38%
GREEN value IS 61 (24.22% from 255) = 24.50%
BLUE value IS 75 (29.69% from 255) = 30.12%
R=45.38%
G=24.50%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113617500.460.340.56343.8529.8934.12
Hex713D4B02E22381581e22
Octal1617511305642705303642
Binary11100011111011001011010111010001011100010101100011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,61,75); }

 H1.HeaderClassName
 {
   color: #713D4B;
 }
 .AnyTagClassName
 {
   color: #713D4B;
 }
</style>
background-color css

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

 a { background-color: rgb(113,61,75); }

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

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

 span { border-color: rgb(113,61,75); }

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