#70414B

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

Shades of Tawny Port #70414B

Tints of Tawny Port #70414B

Color information

#70414B (or 0x70414B) is unknown color: approx Tawny Port. HEX triplet: 70, 41 and 4B. RGB value is (112,65,75). Sum of RGB (Red+Green+Blue) = 112+65+75=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #70414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70414B is #8FBEB4. Grayscale: #505050. Windows color (decimal): -9420469 or 4931952. OLE color: 4931952.

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

Color convert

RGB1126575-
CMYK00.420.330.56
HSL347.23º26.55%34.71%-
HSV(B)347.23º41.96%43.92%-
XYZ9.847.737.63-
YUV80.19125.07150.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 65 (25.78% from 255) = 25.79%
BLUE value IS 75 (29.69% from 255) = 29.76%
R=44.44%
G=25.79%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112657500.420.330.56347.2326.5534.71
Hex70414B02A213815b1b23
Octal16010111305241705333343
Binary111000010000011001011010101010000111100010101101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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