#70394B

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

Shades of Tawny Port #70394B

Tints of Tawny Port #70394B

Color information

#70394B (or 0x70394B) is unknown color: approx Tawny Port. HEX triplet: 70, 39 and 4B. RGB value is (112,57,75). Sum of RGB (Red+Green+Blue) = 112+57+75=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #70394B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70394B is #8FC6B4. Grayscale: #4B4B4B. Windows color (decimal): -9422517 or 4929904. OLE color: 4929904.

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

Color convert

RGB1125775-
CMYK00.490.330.56
HSL340.36º32.54%33.14%-
HSV(B)340.36º49.11%43.92%-
XYZ9.426.887.49-
YUV75.5127.72154.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.90%
GREEN value IS 57 (22.66% from 255) = 23.36%
BLUE value IS 75 (29.69% from 255) = 30.74%
R=45.90%
G=23.36%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112577500.490.330.56340.3632.5433.14
Hex70394B03121381542121
Octal1607111306141705244141
Binary111000011100110010110110001100001111000101010100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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