#703A4E

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

Shades of Tawny Port #703A4E

Tints of Tawny Port #703A4E

Color information

#703A4E (or 0x703A4E) is unknown color: approx Tawny Port. HEX triplet: 70, 3A and 4E. RGB value is (112,58,78). Sum of RGB (Red+Green+Blue) = 112+58+78=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #703A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703A4E is #8FC5B1. Grayscale: #4C4C4C. Windows color (decimal): -9422258 or 5126768. OLE color: 5126768.

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

Color convert

RGB1125878-
CMYK00.480.300.56
HSL337.78º31.76%33.33%-
HSV(B)337.78º48.21%43.92%-
XYZ9.577.028.06-
YUV76.43128.89153.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 58 (23.05% from 255) = 23.39%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=45.16%
G=23.39%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112587800.480.300.56337.7831.7633.33
Hex703A4E0301E381522021
Octal1607211606036705224041
Binary11100001110101001110011000011110111000101010010100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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