#861311

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

Shades of Falu Red #861311

Tints of Falu Red #861311

Color information

#861311 (or 0x861311) is unknown color: approx Falu Red. HEX triplet: 86, 13 and 11. RGB value is (134,19,17). Sum of RGB (Red+Green+Blue) = 134+19+17=170 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.82% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 134 - color contains mainly: red. Hex color #861311 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861311 is #79ECEE. Grayscale: #353535. Windows color (decimal): -7990511 or 1119110. OLE color: 1119110.

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

Color convert

RGB1341917-
CMYK00.860.870.47
HSL1.03º77.48%29.61%-
HSV(B)1.03º87.31%52.55%-
XYZ10.175.571.07-
YUV53.16107.6185.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 78.82%
GREEN value IS 19 (7.81% from 255) = 11.18%
BLUE value IS 17 (7.03% from 255) = 10%
R=78.82%
G=11.18%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134191700.860.870.471.0377.4829.61
Hex861311056572F14d1e
Octal2062321012612757111536
Binary1000011010011100010101011010101111011111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861311; }

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

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

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

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

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

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

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

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