#713346

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

Shades of Tawny Port #713346

Tints of Tawny Port #713346

Color information

#713346 (or 0x713346) is unknown color: approx Tawny Port. HEX triplet: 71, 33 and 46. RGB value is (113,51,70). Sum of RGB (Red+Green+Blue) = 113+51+70=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #713346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713346 is #8ECCB9. Grayscale: #474747. Windows color (decimal): -9358522 or 4600689. OLE color: 4600689.

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

Color convert

RGB1135170-
CMYK00.550.380.56
HSL341.61º37.8%32.16%-
HSV(B)341.61º54.87%44.31%-
XYZ9.16.326.53-
YUV71.7127.04157.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.29%
GREEN value IS 51 (20.31% from 255) = 21.79%
BLUE value IS 70 (27.73% from 255) = 29.91%
R=48.29%
G=21.79%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113517000.550.380.56341.6137.832.16
Hex71334603726381562620
Octal1616310606746705264640
Binary111000111001110001100110111100110111000101010110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713346; }

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

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

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

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

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

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

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

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