#86201A

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

Shades of Falu Red #86201A

Tints of Falu Red #86201A

Color information

#86201A (or 0x86201A) is unknown color: approx Falu Red. HEX triplet: 86, 20 and 1A. RGB value is (134,32,26). Sum of RGB (Red+Green+Blue) = 134+32+26=192 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.79% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 134 - color contains mainly: red. Hex color #86201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86201A is #79DFE5. Grayscale: #3D3D3D. Windows color (decimal): -7987174 or 1712262. OLE color: 1712262.

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

Color convert

RGB1343226-
CMYK00.760.810.47
HSL3.33º67.5%31.37%-
HSV(B)3.33º80.6%52.55%-
XYZ10.536.181.61-
YUV61.81107.79179.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 69.79%
GREEN value IS 32 (12.89% from 255) = 16.67%
BLUE value IS 26 (10.55% from 255) = 13.54%
R=69.79%
G=16.67%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134322600.760.810.473.3367.531.37
Hex86201A04C512F3441f
Octal2064032011412157310437
Binary100001101000001101001001100101000110111111100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86201A; }

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

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

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

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

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

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

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

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