#86170E

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

Shades of Falu Red #86170E

Tints of Falu Red #86170E

Color information

#86170E (or 0x86170E) is unknown color: approx Falu Red. HEX triplet: 86, 17 and 0E. RGB value is (134,23,14). Sum of RGB (Red+Green+Blue) = 134+23+14=171 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.36% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 134 - color contains mainly: red. Hex color #86170E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86170E is #79E8F1. Grayscale: #373737. Windows color (decimal): -7989490 or 923526. OLE color: 923526.

HSL color Cylindrical-coordinate representation of color #86170E: hue angle of 4.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86170E is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1342314-
CMYK00.830.900.47
HSL4.5º81.08%29.02%-
HSV(B)4.5º89.55%52.55%-
XYZ10.225.710.98-
YUV55.16104.77184.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 78.36%
GREEN value IS 23 (9.38% from 255) = 13.45%
BLUE value IS 14 (5.86% from 255) = 8.19%
R=78.36%
G=13.45%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134231400.830.900.474.581.0829.02
Hex8617E0535A2F4511d
Octal2062716012313257412135
Binary10000110101111110010100111011010101111100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86170E; }

 p { color: rgb(134,23,14); }

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

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

 a { background-color: rgb(134,23,14); }

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

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

 span { border-color: rgb(134,23,14); }

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