#703446

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

Shades of Tawny Port #703446

Tints of Tawny Port #703446

Color information

#703446 (or 0x703446) is unknown color: approx Tawny Port. HEX triplet: 70, 34 and 46. RGB value is (112,52,70). Sum of RGB (Red+Green+Blue) = 112+52+70=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #703446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703446 is #8FCBB9. Grayscale: #474747. Windows color (decimal): -9423802 or 4600944. OLE color: 4600944.

HSL color Cylindrical-coordinate representation of color #703446: hue angle of 342º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #703446 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB1125270-
CMYK00.540.380.56
HSL342º36.59%32.16%-
HSV(B)342º53.57%43.92%-
XYZ9.026.346.54-
YUV71.99126.88156.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 70 (27.73% from 255) = 29.91%
R=47.86%
G=22.22%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112527000.540.380.5634236.5932.16
Hex70344603626381562520
Octal1606410606646705264540
Binary111000011010010001100110110100110111000101010110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703446; }

 p { color: rgb(112,52,70); }

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

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

 a { background-color: rgb(112,52,70); }

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

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

 span { border-color: rgb(112,52,70); }

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