#701712

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

Shades of Falu Red #701712

Tints of Falu Red #701712

Color information

#701712 (or 0x701712) is unknown color: approx Falu Red. HEX triplet: 70, 17 and 12. RGB value is (112,23,18). Sum of RGB (Red+Green+Blue) = 112+23+18=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #701712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701712 is #8FE8ED. Grayscale: #313131. Windows color (decimal): -9431278 or 1185648. OLE color: 1185648.

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

Color convert

RGB1122318-
CMYK00.790.840.56
HSL3.19º72.31%25.49%-
HSV(B)3.19º83.93%43.92%-
XYZ7.14.10.99-
YUV49.04110.49172.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 73.20%
GREEN value IS 23 (9.38% from 255) = 15.03%
BLUE value IS 18 (7.42% from 255) = 11.76%
R=73.20%
G=15.03%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112231800.790.840.563.1972.3125.49
Hex70171204F543834819
Octal1602722011712470311031
Binary1110000101111001001001111101010011100011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701712; }

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

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

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

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

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

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

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

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