#701E07

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

Shades of Falu Red #701E07

Tints of Falu Red #701E07

Color information

#701E07 (or 0x701E07) is unknown color: approx Falu Red. HEX triplet: 70, 1E and 07. RGB value is (112,30,7). Sum of RGB (Red+Green+Blue) = 112+30+7=149 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.17% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 112 - color contains mainly: red. Hex color #701E07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701E07 is #8FE1F8. Grayscale: #343434. Windows color (decimal): -9429497 or 466544. OLE color: 466544.

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

Color convert

RGB112307-
CMYK00.730.940.56
HSL13.14º88.24%23.33%-
HSV(B)13.14º93.75%43.92%-
XYZ7.184.390.67-
YUV51.9102.67170.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 75.17%
GREEN value IS 30 (12.11% from 255) = 20.13%
BLUE value IS 7 (3.12% from 255) = 4.70%
R=75.17%
G=20.13%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11230700.730.940.5613.1488.2423.33
Hex701E70495E38d5817
Octal1603670111136701513027
Binary1110000111101110100100110111101110001101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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