#701E10

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

Shades of Falu Red #701E10

Tints of Falu Red #701E10

Color information

#701E10 (or 0x701E10) is unknown color: approx Falu Red. HEX triplet: 70, 1E and 10. RGB value is (112,30,16). Sum of RGB (Red+Green+Blue) = 112+30+16=158 (20% of max value = 765). Red value is 112 (44.14% from 255 or 70.89% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 112 - color contains mainly: red. Hex color #701E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701E10 is #8FE1EF. Grayscale: #353535. Windows color (decimal): -9429488 or 1056368. OLE color: 1056368.

HSL color Cylindrical-coordinate representation of color #701E10: hue angle of 8.75º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701E10 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB1123016-
CMYK00.730.860.56
HSL8.75º75%25.1%-
HSV(B)8.75º85.71%43.92%-
XYZ7.244.410.96-
YUV52.92107.17170.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 70.89%
GREEN value IS 30 (12.11% from 255) = 18.99%
BLUE value IS 16 (6.64% from 255) = 10.13%
R=70.89%
G=18.99%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112301600.730.860.568.757525.1
Hex701E10049563894b19
Octal16036200111126701111331
Binary111000011110100000100100110101101110001001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701E10; }

 p { color: rgb(112,30,16); }

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

<style>
 a { background-color: #701E10; }

 a { background-color: rgb(112,30,16); }

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

<style>
 span { border-color: #701E10; }

 span { border-color: rgb(112,30,16); }

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