#701B13

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

Shades of Falu Red #701B13

Tints of Falu Red #701B13

Color information

#701B13 (or 0x701B13) is unknown color: approx Falu Red. HEX triplet: 70, 1B and 13. RGB value is (112,27,19). Sum of RGB (Red+Green+Blue) = 112+27+19=158 (20% of max value = 765). Red value is 112 (44.14% from 255 or 70.89% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 112 - color contains mainly: red. Hex color #701B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701B13 is #8FE4EC. Grayscale: #333333. Windows color (decimal): -9430253 or 1252208. OLE color: 1252208.

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

Color convert

RGB1122719-
CMYK00.760.830.56
HSL5.16º70.99%25.69%-
HSV(B)5.16º83.04%43.92%-
XYZ7.194.281.06-
YUV51.5109.66171.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 70.89%
GREEN value IS 27 (10.94% from 255) = 17.09%
BLUE value IS 19 (7.81% from 255) = 12.03%
R=70.89%
G=17.09%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112271900.760.830.565.1670.9925.69
Hex701B1304C53385471a
Octal1603323011412370510732
Binary11100001101110011010011001010011111000101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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