#703B4A

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

Shades of Tawny Port #703B4A

Tints of Tawny Port #703B4A

Color information

#703B4A (or 0x703B4A) is unknown color: approx Tawny Port. HEX triplet: 70, 3B and 4A. RGB value is (112,59,74). Sum of RGB (Red+Green+Blue) = 112+59+74=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #703B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B4A is #8FC4B5. Grayscale: #4C4C4C. Windows color (decimal): -9422006 or 4864880. OLE color: 4864880.

HSL color Cylindrical-coordinate representation of color #703B4A: hue angle of 343.02º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #703B4A is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1125974-
CMYK00.470.340.56
HSL343.02º30.99%33.53%-
HSV(B)343.02º47.32%43.92%-
XYZ9.487.077.34-
YUV76.56126.56153.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 59 (23.44% from 255) = 24.08%
BLUE value IS 74 (29.30% from 255) = 30.20%
R=45.71%
G=24.08%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112597400.470.340.56343.0230.9933.53
Hex703B4A02F22381571f22
Octal1607311205742705273742
Binary11100001110111001010010111110001011100010101011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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