#861A01

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

Shades of Falu Red #861A01

Tints of Falu Red #861A01

Color information

#861A01 (or 0x861A01) is unknown color: approx Falu Red. HEX triplet: 86, 1A and 01. RGB value is (134,26,1). Sum of RGB (Red+Green+Blue) = 134+26+1=161 (21% of max value = 765). Red value is 134 (52.73% from 255 or 83.23% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 134 - color contains mainly: red. Hex color #861A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861A01 is #79E5FE. Grayscale: #373737. Windows color (decimal): -7988735 or 72326. OLE color: 72326.

HSL color Cylindrical-coordinate representation of color #861A01: hue angle of 11.28º 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 #861A01 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB134261-
CMYK00.810.990.47
HSL11.28º98.52%26.47%-
HSV(B)11.28º99.25%52.55%-
XYZ10.215.810.61-
YUV55.4497.28184.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 83.23%
GREEN value IS 26 (10.55% from 255) = 16.15%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=83.23%
G=16.15%
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
Decimal13426100.810.990.4711.2898.5226.47
Hex861A1051632Fb631a
Octal2063210121143571314332
Binary100001101101010101000111000111011111011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861A01; }

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

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

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

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

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

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

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

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