#701611

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

Shades of Falu Red #701611

Tints of Falu Red #701611

Color information

#701611 (or 0x701611) is unknown color: approx Falu Red. HEX triplet: 70, 16 and 11. RGB value is (112,22,17). Sum of RGB (Red+Green+Blue) = 112+22+17=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #701611 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701611 is #8FE9EE. Grayscale: #303030. Windows color (decimal): -9431535 or 1119856. OLE color: 1119856.

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

Color convert

RGB1122217-
CMYK00.800.850.56
HSL3.16º73.64%25.29%-
HSV(B)3.16º84.82%43.92%-
XYZ7.074.060.94-
YUV48.34110.32173.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 74.17%
GREEN value IS 22 (8.98% from 255) = 14.57%
BLUE value IS 17 (7.03% from 255) = 11.26%
R=74.17%
G=14.57%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112221700.800.850.563.1673.6425.29
Hex701611050553834a19
Octal1602621012012570311231
Binary1110000101101000101010000101010111100011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701611; }

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

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

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

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

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

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

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

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