#70404B

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

Shades of Tawny Port #70404B

Tints of Tawny Port #70404B

Color information

#70404B (or 0x70404B) is unknown color: approx Tawny Port. HEX triplet: 70, 40 and 4B. RGB value is (112,64,75). Sum of RGB (Red+Green+Blue) = 112+64+75=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #70404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70404B is #8FBFB4. Grayscale: #4F4F4F. Windows color (decimal): -9420725 or 4931696. OLE color: 4931696.

HSL color Cylindrical-coordinate representation of color #70404B: hue angle of 346.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70404B is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1126475-
CMYK00.430.330.56
HSL346.25º27.27%34.51%-
HSV(B)346.25º42.86%43.92%-
XYZ9.797.627.61-
YUV79.61125.4151.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.62%
GREEN value IS 64 (25.39% from 255) = 25.50%
BLUE value IS 75 (29.69% from 255) = 29.88%
R=44.62%
G=25.50%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112647500.430.330.56346.2527.2734.51
Hex70404B02B213815a1b23
Octal16010011305341705323343
Binary111000010000001001011010101110000111100010101101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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