#713446

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

Shades of Tawny Port #713446

Tints of Tawny Port #713446

Color information

#713446 (or 0x713446) is unknown color: approx Tawny Port. HEX triplet: 71, 34 and 46. RGB value is (113,52,70). Sum of RGB (Red+Green+Blue) = 113+52+70=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #713446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713446 is #8ECBB9. Grayscale: #484848. Windows color (decimal): -9358266 or 4600945. OLE color: 4600945.

HSL color Cylindrical-coordinate representation of color #713446: hue angle of 342.3º 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 #713446 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB1135270-
CMYK00.540.380.56
HSL342.3º36.97%32.35%-
HSV(B)342.3º53.98%44.31%-
XYZ9.146.416.55-
YUV72.29126.71157.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.09%
GREEN value IS 52 (20.70% from 255) = 22.13%
BLUE value IS 70 (27.73% from 255) = 29.79%
R=48.09%
G=22.13%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113527000.540.380.56342.336.9732.35
Hex71344603626381562520
Octal1616410606646705264540
Binary111000111010010001100110110100110111000101010110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713446; }

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

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

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

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

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

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

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

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