#703D4B

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

Shades of Tawny Port #703D4B

Tints of Tawny Port #703D4B

Color information

#703D4B (or 0x703D4B) is unknown color: approx Tawny Port. HEX triplet: 70, 3D and 4B. RGB value is (112,61,75). Sum of RGB (Red+Green+Blue) = 112+61+75=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #703D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D4B is #8FC2B4. Grayscale: #4D4D4D. Windows color (decimal): -9421493 or 4930928. OLE color: 4930928.

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

Color convert

RGB1126175-
CMYK00.460.330.56
HSL343.53º29.48%33.92%-
HSV(B)343.53º45.54%43.92%-
XYZ9.627.297.56-
YUV77.84126.4152.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 61 (24.22% from 255) = 24.60%
BLUE value IS 75 (29.69% from 255) = 30.24%
R=45.16%
G=24.60%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112617500.460.330.56343.5329.4833.92
Hex703D4B02E21381581d22
Octal1607511305641705303542
Binary11100001111011001011010111010000111100010101100011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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