#70140A

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

Shades of Falu Red #70140A

Tints of Falu Red #70140A

Color information

#70140A (or 0x70140A) is unknown color: approx Falu Red. HEX triplet: 70, 14 and 0A. RGB value is (112,20,10). Sum of RGB (Red+Green+Blue) = 112+20+10=142 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.87% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 112 - color contains mainly: red. Hex color #70140A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70140A is #8FEBF5. Grayscale: #2E2E2E. Windows color (decimal): -9432054 or 660592. OLE color: 660592.

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

Color convert

RGB1122010-
CMYK00.820.910.56
HSL5.88º83.61%23.92%-
HSV(B)5.88º91.07%43.92%-
XYZ6.993.970.68-
YUV46.37107.48174.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 78.87%
GREEN value IS 20 (8.20% from 255) = 14.08%
BLUE value IS 10 (4.30% from 255) = 7.04%
R=78.87%
G=14.08%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112201000.820.910.565.8883.6123.92
Hex7014A0525B3865418
Octal1602412012213370612430
Binary1110000101001010010100101011011111000110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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