#703347

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

Shades of Tawny Port #703347

Tints of Tawny Port #703347

Color information

#703347 (or 0x703347) is unknown color: approx Tawny Port. HEX triplet: 70, 33 and 47. RGB value is (112,51,71). Sum of RGB (Red+Green+Blue) = 112+51+71=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #703347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703347 is #8FCCB8. Grayscale: #474747. Windows color (decimal): -9424057 or 4666224. OLE color: 4666224.

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

Color convert

RGB1125171-
CMYK00.540.370.56
HSL340.33º37.42%31.96%-
HSV(B)340.33º54.46%43.92%-
XYZ96.276.7-
YUV71.52127.71156.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 51 (20.31% from 255) = 21.79%
BLUE value IS 71 (28.12% from 255) = 30.34%
R=47.86%
G=21.79%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112517100.540.370.56340.3337.4231.96
Hex70334703625381542520
Octal1606310706645705244540
Binary111000011001110001110110110100101111000101010100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703347; }

 p { color: rgb(112,51,71); }

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

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

 a { background-color: rgb(112,51,71); }

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

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

 span { border-color: rgb(112,51,71); }

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