#703F4B

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

Shades of Tawny Port #703F4B

Tints of Tawny Port #703F4B

Color information

#703F4B (or 0x703F4B) is unknown color: approx Tawny Port. HEX triplet: 70, 3F and 4B. RGB value is (112,63,75). Sum of RGB (Red+Green+Blue) = 112+63+75=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #703F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F4B is #8FC0B4. Grayscale: #4F4F4F. Windows color (decimal): -9420981 or 4931440. OLE color: 4931440.

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

Color convert

RGB1126375-
CMYK00.440.330.56
HSL345.31º28%34.31%-
HSV(B)345.31º43.75%43.92%-
XYZ9.737.517.59-
YUV79.02125.73151.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.8%
GREEN value IS 63 (25% from 255) = 25.2%
BLUE value IS 75 (29.69% from 255) = 30%
R=44.8%
G=25.2%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112637500.440.330.56345.312834.31
Hex703F4B02C21381591c22
Octal1607711305441705313442
Binary11100001111111001011010110010000111100010101100111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,63,75); }

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

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

 a { background-color: rgb(112,63,75); }

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

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

 span { border-color: rgb(112,63,75); }

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