#703A4C

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

Shades of Tawny Port #703A4C

Tints of Tawny Port #703A4C

Color information

#703A4C (or 0x703A4C) is unknown color: approx Tawny Port. HEX triplet: 70, 3A and 4C. RGB value is (112,58,76). Sum of RGB (Red+Green+Blue) = 112+58+76=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #703A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A4C is #8FC5B3. Grayscale: #4C4C4C. Windows color (decimal): -9422260 or 4995696. OLE color: 4995696.

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

Color convert

RGB1125876-
CMYK00.480.320.56
HSL340º31.76%33.33%-
HSV(B)340º48.21%43.92%-
XYZ9.56.997.69-
YUV76.2127.89153.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.53%
GREEN value IS 58 (23.05% from 255) = 23.58%
BLUE value IS 76 (30.08% from 255) = 30.89%
R=45.53%
G=23.58%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112587600.480.320.5634031.7633.33
Hex703A4C03020381542021
Octal1607211406040705244041
Binary111000011101010011000110000100000111000101010100100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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