#70110D

Color #70110D Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #70110D

Tints of Falu Red #70110D

Color information

#70110D (or 0x70110D) is unknown color: approx Falu Red. HEX triplet: 70, 11 and 0D. RGB value is (112,17,13). Sum of RGB (Red+Green+Blue) = 112+17+13=142 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.87% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 112 - color contains mainly: red. Hex color #70110D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70110D is #8FEEF2. Grayscale: #2D2D2D. Windows color (decimal): -9432819 or 856432. OLE color: 856432.

HSL color Cylindrical-coordinate representation of color #70110D: hue angle of 2.42º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70110D is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1121713-
CMYK00.850.880.56
HSL2.42º79.2%24.51%-
HSV(B)2.42º88.39%43.92%-
XYZ6.963.870.76-
YUV44.95109.97175.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 78.87%
GREEN value IS 17 (7.03% from 255) = 11.97%
BLUE value IS 13 (5.47% from 255) = 9.15%
R=78.87%
G=11.97%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112171300.850.880.562.4279.224.51
Hex7011D055583824f19
Octal1602115012513070211731
Binary111000010001110101010101101100011100010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70110D; }

 p { color: rgb(112,17,13); }

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

<style>
 a { background-color: #70110D; }

 a { background-color: rgb(112,17,13); }

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

<style>
 span { border-color: #70110D; }

 span { border-color: rgb(112,17,13); }

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