#701511

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

Shades of Falu Red #701511

Tints of Falu Red #701511

Color information

#701511 (or 0x701511) is unknown color: approx Falu Red. HEX triplet: 70, 15 and 11. RGB value is (112,21,17). Sum of RGB (Red+Green+Blue) = 112+21+17=150 (19% of max value = 765). Red value is 112 (44.14% from 255 or 74.67% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 112 - color contains mainly: red. Hex color #701511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701511 is #8FEAEE. Grayscale: #2F2F2F. Windows color (decimal): -9431791 or 1119600. OLE color: 1119600.

HSL color Cylindrical-coordinate representation of color #701511: hue angle of 2.53º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701511 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB1122117-
CMYK00.810.850.56
HSL2.53º73.64%25.29%-
HSV(B)2.53º84.82%43.92%-
XYZ7.054.020.93-
YUV47.75110.65173.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 74.67%
GREEN value IS 21 (8.59% from 255) = 14%
BLUE value IS 17 (7.03% from 255) = 11.33%
R=74.67%
G=14%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112211700.810.850.562.5373.6425.29
Hex701511051553834a19
Octal1602521012112570311231
Binary1110000101011000101010001101010111100011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701511; }

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

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

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

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

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

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

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

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