#70374C

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

Shades of Tawny Port #70374C

Tints of Tawny Port #70374C

Color information

#70374C (or 0x70374C) is unknown color: approx Tawny Port. HEX triplet: 70, 37 and 4C. RGB value is (112,55,76). Sum of RGB (Red+Green+Blue) = 112+55+76=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #70374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70374C is #8FC8B3. Grayscale: #4A4A4A. Windows color (decimal): -9423028 or 4994928. OLE color: 4994928.

HSL color Cylindrical-coordinate representation of color #70374C: hue angle of 337.89º 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 #70374C is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1125576-
CMYK00.510.320.56
HSL337.89º34.13%32.75%-
HSV(B)337.89º50.89%43.92%-
XYZ9.356.77.64-
YUV74.44128.88154.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.09%
GREEN value IS 55 (21.88% from 255) = 22.63%
BLUE value IS 76 (30.08% from 255) = 31.28%
R=46.09%
G=22.63%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112557600.510.320.56337.8934.1332.75
Hex70374C03320381522221
Octal1606711406340705224241
Binary111000011011110011000110011100000111000101010010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70374C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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