#713445

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

Shades of Tawny Port #713445

Tints of Tawny Port #713445

Color information

#713445 (or 0x713445) is unknown color: approx Tawny Port. HEX triplet: 71, 34 and 45. RGB value is (113,52,69). Sum of RGB (Red+Green+Blue) = 113+52+69=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #713445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713445 is #8ECBBA. Grayscale: #484848. Windows color (decimal): -9358267 or 4535409. OLE color: 4535409.

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

Color convert

RGB1135269-
CMYK00.540.390.56
HSL343.28º36.97%32.35%-
HSV(B)343.28º53.98%44.31%-
XYZ9.116.46.38-
YUV72.18126.21157.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.29%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 69 (27.34% from 255) = 29.49%
R=48.29%
G=22.22%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113526900.540.390.56343.2836.9732.35
Hex71344503627381572520
Octal1616410506647705274540
Binary111000111010010001010110110100111111000101010111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713445; }

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

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

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

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

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

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

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

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