#70374A

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

Shades of Tawny Port #70374A

Tints of Tawny Port #70374A

Color information

#70374A (or 0x70374A) is unknown color: approx Tawny Port. HEX triplet: 70, 37 and 4A. RGB value is (112,55,74). Sum of RGB (Red+Green+Blue) = 112+55+74=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #70374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70374A is #8FC8B5. Grayscale: #4A4A4A. Windows color (decimal): -9423030 or 4863856. OLE color: 4863856.

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

Color convert

RGB1125574-
CMYK00.510.340.56
HSL340º34.13%32.75%-
HSV(B)340º50.89%43.92%-
XYZ9.286.677.28-
YUV74.21127.88154.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.47%
GREEN value IS 55 (21.88% from 255) = 22.82%
BLUE value IS 74 (29.30% from 255) = 30.71%
R=46.47%
G=22.82%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112557400.510.340.5634034.1332.75
Hex70374A03322381542221
Octal1606711206342705244241
Binary111000011011110010100110011100010111000101010100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70374A; }

 p { color: rgb(112,55,74); }

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

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

 a { background-color: rgb(112,55,74); }

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

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

 span { border-color: rgb(112,55,74); }

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