#701311

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

Shades of Falu Red #701311

Tints of Falu Red #701311

Color information

#701311 (or 0x701311) is unknown color: approx Falu Red. HEX triplet: 70, 13 and 11. RGB value is (112,19,17). Sum of RGB (Red+Green+Blue) = 112+19+17=148 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.68% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 112 - color contains mainly: red. Hex color #701311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701311 is #8FECEE. Grayscale: #2E2E2E. Windows color (decimal): -9432303 or 1119088. OLE color: 1119088.

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

Color convert

RGB1121917-
CMYK00.830.850.56
HSL1.26º73.64%25.29%-
HSV(B)1.26º84.82%43.92%-
XYZ7.023.950.92-
YUV46.58111.31174.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 75.68%
GREEN value IS 19 (7.81% from 255) = 12.84%
BLUE value IS 17 (7.03% from 255) = 11.49%
R=75.68%
G=12.84%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112191700.830.850.561.2673.6425.29
Hex701311053553814a19
Octal1602321012312570111231
Binary111000010011100010101001110101011110001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701311; }

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

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

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

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

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

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

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

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