#701A19

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

Shades of Falu Red #701A19

Tints of Falu Red #701A19

Color information

#701A19 (or 0x701A19) is unknown color: approx Falu Red. HEX triplet: 70, 1A and 19. RGB value is (112,26,25). Sum of RGB (Red+Green+Blue) = 112+26+25=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #701A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701A19 is #8FE5E6. Grayscale: #333333. Windows color (decimal): -9430503 or 1645168. OLE color: 1645168.

HSL color Cylindrical-coordinate representation of color #701A19: hue angle of 0.69º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #701A19 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB1122625-
CMYK00.770.780.56
HSL0.69º63.5%26.86%-
HSV(B)0.69º77.68%43.92%-
XYZ7.234.251.36-
YUV51.6112.99171.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 68.71%
GREEN value IS 26 (10.55% from 255) = 15.95%
BLUE value IS 25 (10.16% from 255) = 15.34%
R=68.71%
G=15.95%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112262500.770.780.560.6963.526.86
Hex701A1904D4E381401b
Octal1603231011511670110033
Binary111000011010110010100110110011101110001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,26,25); }

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

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

 a { background-color: rgb(112,26,25); }

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

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

 span { border-color: rgb(112,26,25); }

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