#861A16

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

Shades of Falu Red #861A16

Tints of Falu Red #861A16

Color information

#861A16 (or 0x861A16) is unknown color: approx Falu Red. HEX triplet: 86, 1A and 16. RGB value is (134,26,22). Sum of RGB (Red+Green+Blue) = 134+26+22=182 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.63% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 134 - color contains mainly: red. Hex color #861A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861A16 is #79E5E9. Grayscale: #393939. Windows color (decimal): -7988714 or 1448582. OLE color: 1448582.

HSL color Cylindrical-coordinate representation of color #861A16: hue angle of 2.14º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861A16 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1342622-
CMYK00.810.840.47
HSL2.14º71.79%30.59%-
HSV(B)2.14º83.58%52.55%-
XYZ10.355.871.35-
YUV57.84107.78182.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 73.63%
GREEN value IS 26 (10.55% from 255) = 14.29%
BLUE value IS 22 (8.98% from 255) = 12.09%
R=73.63%
G=14.29%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134262200.810.840.472.1471.7930.59
Hex861A16051542F2481f
Octal2063226012112457211037
Binary10000110110101011001010001101010010111110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861A16; }

 p { color: rgb(134,26,22); }

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

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

 a { background-color: rgb(134,26,22); }

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

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

 span { border-color: rgb(134,26,22); }

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