#861901

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

Shades of Falu Red #861901

Tints of Falu Red #861901

Color information

#861901 (or 0x861901) is unknown color: approx Falu Red. HEX triplet: 86, 19 and 01. RGB value is (134,25,1). Sum of RGB (Red+Green+Blue) = 134+25+1=160 (21% of max value = 765). Red value is 134 (52.73% from 255 or 83.75% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 134 - color contains mainly: red. Hex color #861901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861901 is #79E6FE. Grayscale: #373737. Windows color (decimal): -7988991 or 72070. OLE color: 72070.

HSL color Cylindrical-coordinate representation of color #861901: hue angle of 10.83º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #861901 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB134251-
CMYK00.810.990.47
HSL10.83º98.52%26.47%-
HSV(B)10.83º99.25%52.55%-
XYZ10.185.770.6-
YUV54.8597.61184.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 83.75%
GREEN value IS 25 (10.16% from 255) = 15.62%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=83.75%
G=15.62%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13425100.810.990.4710.8398.5226.47
Hex86191051632Fb631a
Octal2063110121143571314332
Binary100001101100110101000111000111011111011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861901; }

 p { color: rgb(134,25,1); }

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

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

 a { background-color: rgb(134,25,1); }

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

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

 span { border-color: rgb(134,25,1); }

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