#70384B

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

Shades of Tawny Port #70384B

Tints of Tawny Port #70384B

Color information

#70384B (or 0x70384B) is unknown color: approx Tawny Port. HEX triplet: 70, 38 and 4B. RGB value is (112,56,75). Sum of RGB (Red+Green+Blue) = 112+56+75=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #70384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70384B is #8FC7B4. Grayscale: #4A4A4A. Windows color (decimal): -9422773 or 4929648. OLE color: 4929648.

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

Color convert

RGB1125675-
CMYK00.500.330.56
HSL339.64º33.33%32.94%-
HSV(B)339.64º50%43.92%-
XYZ9.376.787.47-
YUV74.91128.05154.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.09%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 75 (29.69% from 255) = 30.86%
R=46.09%
G=23.05%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112567500.500.330.56339.6433.3332.94
Hex70384B03221381542121
Octal1607011306241705244141
Binary111000011100010010110110010100001111000101010100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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