#701705

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

Shades of Falu Red #701705

Tints of Falu Red #701705

Color information

#701705 (or 0x701705) is unknown color: approx Falu Red. HEX triplet: 70, 17 and 05. RGB value is (112,23,5). Sum of RGB (Red+Green+Blue) = 112+23+5=140 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 112 - color contains mainly: red. Hex color #701705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701705 is #8FE8FA. Grayscale: #2F2F2F. Windows color (decimal): -9431291 or 333680. OLE color: 333680.

HSL color Cylindrical-coordinate representation of color #701705: hue angle of 10.09º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #701705 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB112235-
CMYK00.790.960.56
HSL10.09º91.45%22.94%-
HSV(B)10.09º95.54%43.92%-
XYZ7.024.070.56-
YUV47.56103.99173.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 80%
GREEN value IS 23 (9.38% from 255) = 16.43%
BLUE value IS 5 (2.34% from 255) = 3.57%
R=80%
G=16.43%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11223500.790.960.5610.0991.4522.94
Hex7017504F6038a5b17
Octal1602750117140701213327
Binary1110000101111010100111111000001110001010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701705; }

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

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

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

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

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

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

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

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