#861704

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

Shades of Falu Red #861704

Tints of Falu Red #861704

Color information

#861704 (or 0x861704) is unknown color: approx Falu Red. HEX triplet: 86, 17 and 04. RGB value is (134,23,4). Sum of RGB (Red+Green+Blue) = 134+23+4=161 (21% of max value = 765). Red value is 134 (52.73% from 255 or 83.23% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 134 - color contains mainly: red. Hex color #861704 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861704 is #79E8FB. Grayscale: #363636. Windows color (decimal): -7989500 or 268166. OLE color: 268166.

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

Color convert

RGB134234-
CMYK00.830.970.47
HSL8.77º94.2%27.06%-
HSV(B)8.77º97.01%52.55%-
XYZ10.165.690.68-
YUV54.0299.77185.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 83.23%
GREEN value IS 23 (9.38% from 255) = 14.29%
BLUE value IS 4 (1.95% from 255) = 2.48%
R=83.23%
G=14.29%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13423400.830.970.478.7794.227.06
Hex86174053612F95e1b
Octal2062740123141571113633
Binary10000110101111000101001111000011011111001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861704; }

 p { color: rgb(134,23,4); }

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

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

 a { background-color: rgb(134,23,4); }

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

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

 span { border-color: rgb(134,23,4); }

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