#703448

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

Shades of Tawny Port #703448

Tints of Tawny Port #703448

Color information

#703448 (or 0x703448) is unknown color: approx Tawny Port. HEX triplet: 70, 34 and 48. RGB value is (112,52,72). Sum of RGB (Red+Green+Blue) = 112+52+72=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #703448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703448 is #8FCBB7. Grayscale: #484848. Windows color (decimal): -9423800 or 4732016. OLE color: 4732016.

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

Color convert

RGB1125272-
CMYK00.540.360.56
HSL340º36.59%32.16%-
HSV(B)340º53.57%43.92%-
XYZ9.086.376.88-
YUV72.22127.88156.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.46%
GREEN value IS 52 (20.70% from 255) = 22.03%
BLUE value IS 72 (28.52% from 255) = 30.51%
R=47.46%
G=22.03%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112527200.540.360.5634036.5932.16
Hex70344803624381542520
Octal1606411006644705244540
Binary111000011010010010000110110100100111000101010100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703448; }

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

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

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

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

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

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

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

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