#701E0B

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

Shades of Falu Red #701E0B

Tints of Falu Red #701E0B

Color information

#701E0B (or 0x701E0B) is unknown color: approx Falu Red. HEX triplet: 70, 1E and 0B. RGB value is (112,30,11). Sum of RGB (Red+Green+Blue) = 112+30+11=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #701E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701E0B is #8FE1F4. Grayscale: #343434. Windows color (decimal): -9429493 or 728688. OLE color: 728688.

HSL color Cylindrical-coordinate representation of color #701E0B: hue angle of 11.29º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #701E0B is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB1123011-
CMYK00.730.900.56
HSL11.29º82.11%24.12%-
HSV(B)11.29º90.18%43.92%-
XYZ7.214.40.79-
YUV52.35104.67170.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 73.20%
GREEN value IS 30 (12.11% from 255) = 19.61%
BLUE value IS 11 (4.69% from 255) = 7.19%
R=73.20%
G=19.61%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112301100.730.900.5611.2982.1124.12
Hex701EB0495A38b5218
Octal16036130111132701312230
Binary11100001111010110100100110110101110001011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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