#701514

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

Shades of Falu Red #701514

Tints of Falu Red #701514

Color information

#701514 (or 0x701514) is unknown color: approx Falu Red. HEX triplet: 70, 15 and 14. RGB value is (112,21,20). Sum of RGB (Red+Green+Blue) = 112+21+20=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #701514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701514 is #8FEAEB. Grayscale: #303030. Windows color (decimal): -9431788 or 1316208. OLE color: 1316208.

HSL color Cylindrical-coordinate representation of color #701514: hue angle of 0.65º 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 #701514 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB1122120-
CMYK00.810.820.56
HSL0.65º69.7%25.88%-
HSV(B)0.65º82.14%43.92%-
XYZ7.084.031.07-
YUV48.1112.15173.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 73.20%
GREEN value IS 21 (8.59% from 255) = 13.73%
BLUE value IS 20 (8.20% from 255) = 13.07%
R=73.20%
G=13.73%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112212000.810.820.560.6569.725.88
Hex70151405152381461a
Octal1602524012112270110632
Binary111000010101101000101000110100101110001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701514; }

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

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

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

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

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

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

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

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