#861108

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

Shades of Falu Red #861108

Tints of Falu Red #861108

Color information

#861108 (or 0x861108) is unknown color: approx Falu Red. HEX triplet: 86, 11 and 08. RGB value is (134,17,8). Sum of RGB (Red+Green+Blue) = 134+17+8=159 (21% of max value = 765). Red value is 134 (52.73% from 255 or 84.28% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 134 - color contains mainly: red. Hex color #861108 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861108 is #79EEF7. Grayscale: #333333. Windows color (decimal): -7991032 or 528774. OLE color: 528774.

HSL color Cylindrical-coordinate representation of color #861108: hue angle of 4.29º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #861108 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB134178-
CMYK00.870.940.47
HSL4.29º88.73%27.84%-
HSV(B)4.29º94.03%52.55%-
XYZ10.085.490.76-
YUV50.96103.76187.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 84.28%
GREEN value IS 17 (7.03% from 255) = 10.69%
BLUE value IS 8 (3.52% from 255) = 5.03%
R=84.28%
G=10.69%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13417800.870.940.474.2988.7327.84
Hex861180575E2F4591c
Octal2062110012713657413134
Binary10000110100011000010101111011110101111100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861108; }

 p { color: rgb(134,17,8); }

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

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

 a { background-color: rgb(134,17,8); }

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

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

 span { border-color: rgb(134,17,8); }

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