#703444

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

Shades of Tawny Port #703444

Tints of Tawny Port #703444

Color information

#703444 (or 0x703444) is unknown color: approx Tawny Port. HEX triplet: 70, 34 and 44. RGB value is (112,52,68). Sum of RGB (Red+Green+Blue) = 112+52+68=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #703444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703444 is #8FCBBB. Grayscale: #474747. Windows color (decimal): -9423804 or 4469872. OLE color: 4469872.

HSL color Cylindrical-coordinate representation of color #703444: hue angle of 344º 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 #703444 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB1125268-
CMYK00.540.390.56
HSL344º36.59%32.16%-
HSV(B)344º53.57%43.92%-
XYZ8.956.326.22-
YUV71.76125.88156.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 52 (20.70% from 255) = 22.41%
BLUE value IS 68 (26.95% from 255) = 29.31%
R=48.28%
G=22.41%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112526800.540.390.5634436.5932.16
Hex70344403627381582520
Octal1606410406647705304540
Binary111000011010010001000110110100111111000101011000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703444; }

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

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

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

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

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

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

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

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