#701211

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

Shades of Falu Red #701211

Tints of Falu Red #701211

Color information

#701211 (or 0x701211) is unknown color: approx Falu Red. HEX triplet: 70, 12 and 11. RGB value is (112,18,17). Sum of RGB (Red+Green+Blue) = 112+18+17=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #701211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701211 is #8FEDEE. Grayscale: #2E2E2E. Windows color (decimal): -9432559 or 1118832. OLE color: 1118832.

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

Color convert

RGB1121817-
CMYK00.840.850.56
HSL0.63º73.64%25.29%-
HSV(B)0.63º84.82%43.92%-
XYZ73.920.92-
YUV45.99111.64175.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 76.19%
GREEN value IS 18 (7.42% from 255) = 12.24%
BLUE value IS 17 (7.03% from 255) = 11.56%
R=76.19%
G=12.24%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112181700.840.850.560.6373.6425.29
Hex701211054553814a19
Octal1602221012412570111231
Binary111000010010100010101010010101011110001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701211; }

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

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

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

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

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

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

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

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