#70140C

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

Shades of Falu Red #70140C

Tints of Falu Red #70140C

Color information

#70140C (or 0x70140C) is unknown color: approx Falu Red. HEX triplet: 70, 14 and 0C. RGB value is (112,20,12). Sum of RGB (Red+Green+Blue) = 112+20+12=144 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.78% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 112 - color contains mainly: red. Hex color #70140C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70140C is #8FEBF3. Grayscale: #2E2E2E. Windows color (decimal): -9432052 or 791664. OLE color: 791664.

HSL color Cylindrical-coordinate representation of color #70140C: hue angle of 4.8º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70140C is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB1122012-
CMYK00.820.890.56
HSL4.8º80.65%24.31%-
HSV(B)4.8º89.29%43.92%-
XYZ73.970.75-
YUV46.6108.48174.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 77.78%
GREEN value IS 20 (8.20% from 255) = 13.89%
BLUE value IS 12 (5.08% from 255) = 8.33%
R=77.78%
G=13.89%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112201200.820.890.564.880.6524.31
Hex7014C052593855118
Octal1602414012213170512130
Binary1110000101001100010100101011001111000101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70140C; }

 p { color: rgb(112,20,12); }

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

<style>
 a { background-color: #70140C; }

 a { background-color: rgb(112,20,12); }

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

<style>
 span { border-color: #70140C; }

 span { border-color: rgb(112,20,12); }

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