#701B12

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

Shades of Falu Red #701B12

Tints of Falu Red #701B12

Color information

#701B12 (or 0x701B12) is unknown color: approx Falu Red. HEX triplet: 70, 1B and 12. RGB value is (112,27,18). Sum of RGB (Red+Green+Blue) = 112+27+18=157 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.34% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 112 - color contains mainly: red. Hex color #701B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701B12 is #8FE4ED. Grayscale: #333333. Windows color (decimal): -9430254 or 1186672. OLE color: 1186672.

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

Color convert

RGB1122718-
CMYK00.760.840.56
HSL5.74º72.31%25.49%-
HSV(B)5.74º83.93%43.92%-
XYZ7.184.271.02-
YUV51.39109.16171.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 71.34%
GREEN value IS 27 (10.94% from 255) = 17.20%
BLUE value IS 18 (7.42% from 255) = 11.46%
R=71.34%
G=17.20%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112271800.760.840.565.7472.3125.49
Hex701B1204C543864819
Octal1603322011412470611031
Binary11100001101110010010011001010100111000110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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