#70394E

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

Shades of Tawny Port #70394E

Tints of Tawny Port #70394E

Color information

#70394E (or 0x70394E) is unknown color: approx Tawny Port. HEX triplet: 70, 39 and 4E. RGB value is (112,57,78). Sum of RGB (Red+Green+Blue) = 112+57+78=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #70394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70394E is #8FC6B1. Grayscale: #4B4B4B. Windows color (decimal): -9422514 or 5126512. OLE color: 5126512.

HSL color Cylindrical-coordinate representation of color #70394E: hue angle of 337.09º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70394E is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1125778-
CMYK00.490.300.56
HSL337.09º32.54%33.14%-
HSV(B)337.09º49.11%43.92%-
XYZ9.526.928.04-
YUV75.84129.22153.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 57 (22.66% from 255) = 23.08%
BLUE value IS 78 (30.86% from 255) = 31.58%
R=45.34%
G=23.08%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112577800.490.300.56337.0932.5433.14
Hex70394E0311E381512121
Octal1607111606136705214141
Binary11100001110011001110011000111110111000101010001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70394E; }

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

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

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

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

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

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

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

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