#70394D

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

Shades of Tawny Port #70394D

Tints of Tawny Port #70394D

Color information

#70394D (or 0x70394D) is unknown color: approx Tawny Port. HEX triplet: 70, 39 and 4D. RGB value is (112,57,77). Sum of RGB (Red+Green+Blue) = 112+57+77=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #70394D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70394D is #8FC6B2. Grayscale: #4B4B4B. Windows color (decimal): -9422515 or 5060976. OLE color: 5060976.

HSL color Cylindrical-coordinate representation of color #70394D: hue angle of 338.18º 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 #70394D is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1125777-
CMYK00.490.310.56
HSL338.18º32.54%33.14%-
HSV(B)338.18º49.11%43.92%-
XYZ9.486.917.85-
YUV75.73128.72153.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.53%
GREEN value IS 57 (22.66% from 255) = 23.17%
BLUE value IS 77 (30.47% from 255) = 31.30%
R=45.53%
G=23.17%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112577700.490.310.56338.1832.5433.14
Hex70394D0311F381522121
Octal1607111506137705224141
Binary11100001110011001101011000111111111000101010010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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