#703A4A

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

Shades of Tawny Port #703A4A

Tints of Tawny Port #703A4A

Color information

#703A4A (or 0x703A4A) is unknown color: approx Tawny Port. HEX triplet: 70, 3A and 4A. RGB value is (112,58,74). Sum of RGB (Red+Green+Blue) = 112+58+74=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #703A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A4A is #8FC5B5. Grayscale: #4B4B4B. Windows color (decimal): -9422262 or 4864624. OLE color: 4864624.

HSL color Cylindrical-coordinate representation of color #703A4A: hue angle of 342.22º 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 #703A4A is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1125874-
CMYK00.480.340.56
HSL342.22º31.76%33.33%-
HSV(B)342.22º48.21%43.92%-
XYZ9.436.977.33-
YUV75.97126.89153.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.90%
GREEN value IS 58 (23.05% from 255) = 23.77%
BLUE value IS 74 (29.30% from 255) = 30.33%
R=45.90%
G=23.77%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112587400.480.340.56342.2231.7633.33
Hex703A4A03022381562021
Octal1607211206042705264041
Binary111000011101010010100110000100010111000101010110100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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