#701B01

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

Shades of Falu Red #701B01

Tints of Falu Red #701B01

Color information

#701B01 (or 0x701B01) is unknown color: approx Falu Red. HEX triplet: 70, 1B and 01. RGB value is (112,27,1). Sum of RGB (Red+Green+Blue) = 112+27+1=140 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 112 - color contains mainly: red. Hex color #701B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701B01 is #8FE4FE. Grayscale: #313131. Windows color (decimal): -9430271 or 72560. OLE color: 72560.

HSL color Cylindrical-coordinate representation of color #701B01: hue angle of 14.05º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #701B01 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB112271-
CMYK00.760.990.56
HSL14.05º98.23%22.16%-
HSV(B)14.05º99.11%43.92%-
XYZ7.084.230.47-
YUV49.45100.66172.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 80%
GREEN value IS 27 (10.94% from 255) = 19.29%
BLUE value IS 1 (0.78% from 255) = 0.71%
R=80%
G=19.29%
B=0.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11227100.760.990.5614.0598.2322.16
Hex701B104C6338e6216
Octal1603310114143701614226
Binary11100001101110100110011000111110001110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701B01; }

 p { color: rgb(112,27,1); }

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

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

 a { background-color: rgb(112,27,1); }

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

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

 span { border-color: rgb(112,27,1); }

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