#713444

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

Shades of Tawny Port #713444

Tints of Tawny Port #713444

Color information

#713444 (or 0x713444) is unknown color: approx Tawny Port. HEX triplet: 71, 34 and 44. RGB value is (113,52,68). Sum of RGB (Red+Green+Blue) = 113+52+68=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #713444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713444 is #8ECBBB. Grayscale: #484848. Windows color (decimal): -9358268 or 4469873. OLE color: 4469873.

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

Color convert

RGB1135268-
CMYK00.540.400.56
HSL344.26º36.97%32.35%-
HSV(B)344.26º53.98%44.31%-
XYZ9.086.386.22-
YUV72.06125.71157.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.50%
GREEN value IS 52 (20.70% from 255) = 22.32%
BLUE value IS 68 (26.95% from 255) = 29.18%
R=48.50%
G=22.32%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113526800.540.400.56344.2636.9732.35
Hex71344403628381582520
Octal1616410406650705304540
Binary111000111010010001000110110101000111000101011000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713444; }

 p { color: rgb(113,52,68); }

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

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

 a { background-color: rgb(113,52,68); }

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

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

 span { border-color: rgb(113,52,68); }

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