#861411

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

Shades of Falu Red #861411

Tints of Falu Red #861411

Color information

#861411 (or 0x861411) is unknown color: approx Falu Red. HEX triplet: 86, 14 and 11. RGB value is (134,20,17). Sum of RGB (Red+Green+Blue) = 134+20+17=171 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.36% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 134 - color contains mainly: red. Hex color #861411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861411 is #79EBEE. Grayscale: #353535. Windows color (decimal): -7990255 or 1119366. OLE color: 1119366.

HSL color Cylindrical-coordinate representation of color #861411: hue angle of 1.54º 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 #861411 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1342017-
CMYK00.850.870.47
HSL1.54º77.48%29.61%-
HSV(B)1.54º87.31%52.55%-
XYZ10.185.611.08-
YUV53.74107.27185.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 78.36%
GREEN value IS 20 (8.20% from 255) = 11.70%
BLUE value IS 17 (7.03% from 255) = 9.94%
R=78.36%
G=11.70%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134201700.850.870.471.5477.4829.61
Hex861411055572F24d1e
Octal2062421012512757211536
Binary10000110101001000101010101101011110111110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861411; }

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

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

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

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

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

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

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

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