#701F14

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

Shades of Falu Red #701F14

Tints of Falu Red #701F14

Color information

#701F14 (or 0x701F14) is unknown color: approx Falu Red. HEX triplet: 70, 1F and 14. RGB value is (112,31,20). Sum of RGB (Red+Green+Blue) = 112+31+20=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #701F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701F14 is #8FE0EB. Grayscale: #363636. Windows color (decimal): -9429228 or 1318768. OLE color: 1318768.

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

Color convert

RGB1123120-
CMYK00.720.820.56
HSL7.17º69.7%25.88%-
HSV(B)7.17º82.14%43.92%-
XYZ7.34.481.14-
YUV53.96108.84169.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 68.71%
GREEN value IS 31 (12.5% from 255) = 19.02%
BLUE value IS 20 (8.20% from 255) = 12.27%
R=68.71%
G=19.02%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112312000.720.820.567.1769.725.88
Hex701F1404852387461a
Octal1603724011012270710632
Binary11100001111110100010010001010010111000111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,31,20); }

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

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

 a { background-color: rgb(112,31,20); }

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

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

 span { border-color: rgb(112,31,20); }

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