#86100C

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

Shades of Falu Red #86100C

Tints of Falu Red #86100C

Color information

#86100C (or 0x86100C) is unknown color: approx Falu Red. HEX triplet: 86, 10 and 0C. RGB value is (134,16,12). Sum of RGB (Red+Green+Blue) = 134+16+12=162 (21% of max value = 765). Red value is 134 (52.73% from 255 or 82.72% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 134 - color contains mainly: red. Hex color #86100C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86100C is #79EFF3. Grayscale: #323232. Windows color (decimal): -7991284 or 790662. OLE color: 790662.

HSL color Cylindrical-coordinate representation of color #86100C: hue angle of 1.97º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86100C is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB1341612-
CMYK00.880.910.47
HSL1.97º83.56%28.63%-
HSV(B)1.97º91.04%52.55%-
XYZ10.085.470.87-
YUV50.83106.09187.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 82.72%
GREEN value IS 16 (6.64% from 255) = 9.88%
BLUE value IS 12 (5.08% from 255) = 7.41%
R=82.72%
G=9.88%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134161200.880.910.471.9783.5628.63
Hex8610C0585B2F2541d
Octal2062014013013357212435
Binary1000011010000110001011000101101110111110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86100C; }

 p { color: rgb(134,16,12); }

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

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

 a { background-color: rgb(134,16,12); }

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

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

 span { border-color: rgb(134,16,12); }

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