#860F0A

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

Shades of Falu Red #860F0A

Tints of Falu Red #860F0A

Color information

#860F0A (or 0x860F0A) is unknown color: approx Falu Red. HEX triplet: 86, 0F and 0A. RGB value is (134,15,10). Sum of RGB (Red+Green+Blue) = 134+15+10=159 (21% of max value = 765). Red value is 134 (52.73% from 255 or 84.28% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 134 - color contains mainly: red. Hex color #860F0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860F0A is #79F0F5. Grayscale: #323232. Windows color (decimal): -7991542 or 659334. OLE color: 659334.

HSL color Cylindrical-coordinate representation of color #860F0A: hue angle of 2.42º 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 #860F0A is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1341510-
CMYK00.890.930.47
HSL2.42º86.11%28.24%-
HSV(B)2.42º92.54%52.55%-
XYZ10.065.430.81-
YUV50.01105.42187.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 84.28%
GREEN value IS 15 (6.25% from 255) = 9.43%
BLUE value IS 10 (4.30% from 255) = 6.29%
R=84.28%
G=9.43%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134151000.890.930.472.4286.1128.24
Hex86FA0595D2F2561c
Octal2061712013113557212634
Binary100001101111101001011001101110110111110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860F0A; }

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

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

<style>
 a { background-color: #860F0A; }

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

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

<style>
 span { border-color: #860F0A; }

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

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