#701B11

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

Shades of Falu Red #701B11

Tints of Falu Red #701B11

Color information

#701B11 (or 0x701B11) is unknown color: approx Falu Red. HEX triplet: 70, 1B and 11. RGB value is (112,27,17). Sum of RGB (Red+Green+Blue) = 112+27+17=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #701B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701B11 is #8FE4EE. Grayscale: #333333. Windows color (decimal): -9430255 or 1121136. OLE color: 1121136.

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

Color convert

RGB1122717-
CMYK00.760.850.56
HSL6.32º73.64%25.29%-
HSV(B)6.32º84.82%43.92%-
XYZ7.184.270.98-
YUV51.28108.66171.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 71.79%
GREEN value IS 27 (10.94% from 255) = 17.31%
BLUE value IS 17 (7.03% from 255) = 10.90%
R=71.79%
G=17.31%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112271700.760.850.566.3273.6425.29
Hex701B1104C553864a19
Octal1603321011412570611231
Binary11100001101110001010011001010101111000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,27,17); }

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

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

 a { background-color: rgb(112,27,17); }

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

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

 span { border-color: rgb(112,27,17); }

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