#86160E

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

Shades of Falu Red #86160E

Tints of Falu Red #86160E

Color information

#86160E (or 0x86160E) is unknown color: approx Falu Red. HEX triplet: 86, 16 and 0E. RGB value is (134,22,14). Sum of RGB (Red+Green+Blue) = 134+22+14=170 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.82% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 134 - color contains mainly: red. Hex color #86160E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86160E is #79E9F1. Grayscale: #363636. Windows color (decimal): -7989746 or 923270. OLE color: 923270.

HSL color Cylindrical-coordinate representation of color #86160E: hue angle of 4º 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 #86160E is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1342214-
CMYK00.840.900.47
HSL81.08%29.02%-
HSV(B)89.55%52.55%-
XYZ10.25.670.97-
YUV54.58105.11184.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 78.82%
GREEN value IS 22 (8.98% from 255) = 12.94%
BLUE value IS 14 (5.86% from 255) = 8.24%
R=78.82%
G=12.94%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134221400.840.900.47481.0829.02
Hex8616E0545A2F4511d
Octal2062616012413257412135
Binary10000110101101110010101001011010101111100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86160E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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