#703A49

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

Shades of Tawny Port #703A49

Tints of Tawny Port #703A49

Color information

#703A49 (or 0x703A49) is unknown color: approx Tawny Port. HEX triplet: 70, 3A and 49. RGB value is (112,58,73). Sum of RGB (Red+Green+Blue) = 112+58+73=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #703A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A49 is #8FC5B6. Grayscale: #4B4B4B. Windows color (decimal): -9422263 or 4799088. OLE color: 4799088.

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

Color convert

RGB1125873-
CMYK00.480.350.56
HSL343.33º31.76%33.33%-
HSV(B)343.33º48.21%43.92%-
XYZ9.46.957.15-
YUV75.86126.39153.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.09%
GREEN value IS 58 (23.05% from 255) = 23.87%
BLUE value IS 73 (28.91% from 255) = 30.04%
R=46.09%
G=23.87%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112587300.480.350.56343.3331.7633.33
Hex703A4903023381572021
Octal1607211106043705274041
Binary111000011101010010010110000100011111000101010111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703A49; }

 p { color: rgb(112,58,73); }

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

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

 a { background-color: rgb(112,58,73); }

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

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

 span { border-color: rgb(112,58,73); }

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