#86100A

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

Shades of Falu Red #86100A

Tints of Falu Red #86100A

Color information

#86100A (or 0x86100A) is unknown color: approx Falu Red. HEX triplet: 86, 10 and 0A. RGB value is (134,16,10). Sum of RGB (Red+Green+Blue) = 134+16+10=160 (21% of max value = 765). Red value is 134 (52.73% from 255 or 83.75% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 134 - color contains mainly: red. Hex color #86100A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86100A is #79EFF5. Grayscale: #323232. Windows color (decimal): -7991286 or 659590. OLE color: 659590.

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

Color convert

RGB1341610-
CMYK00.880.930.47
HSL2.9º86.11%28.24%-
HSV(B)2.9º92.54%52.55%-
XYZ10.075.460.81-
YUV50.6105.09187.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 83.75%
GREEN value IS 16 (6.64% from 255) = 10%
BLUE value IS 10 (4.30% from 255) = 6.25%
R=83.75%
G=10%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134161000.880.930.472.986.1128.24
Hex8610A0585D2F3561c
Octal2062012013013557312634
Binary1000011010000101001011000101110110111111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86100A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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