#70384A

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

Shades of Tawny Port #70384A

Tints of Tawny Port #70384A

Color information

#70384A (or 0x70384A) is unknown color: approx Tawny Port. HEX triplet: 70, 38 and 4A. RGB value is (112,56,74). Sum of RGB (Red+Green+Blue) = 112+56+74=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70384A is #8FC7B5. Grayscale: #4A4A4A. Windows color (decimal): -9422774 or 4864112. OLE color: 4864112.

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

Color convert

RGB1125674-
CMYK00.500.340.56
HSL340.71º33.33%32.94%-
HSV(B)340.71º50%43.92%-
XYZ9.336.777.29-
YUV74.8127.55154.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 56 (22.27% from 255) = 23.14%
BLUE value IS 74 (29.30% from 255) = 30.58%
R=46.28%
G=23.14%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112567400.500.340.56340.7133.3332.94
Hex70384A03222381552121
Octal1607011206242705254141
Binary111000011100010010100110010100010111000101010101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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