#861A04

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

Shades of Falu Red #861A04

Tints of Falu Red #861A04

Color information

#861A04 (or 0x861A04) is unknown color: approx Falu Red. HEX triplet: 86, 1A and 04. RGB value is (134,26,4). Sum of RGB (Red+Green+Blue) = 134+26+4=164 (21% of max value = 765). Red value is 134 (52.73% from 255 or 81.71% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 134 - color contains mainly: red. Hex color #861A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861A04 is #79E5FB. Grayscale: #373737. Windows color (decimal): -7988732 or 268934. OLE color: 268934.

HSL color Cylindrical-coordinate representation of color #861A04: hue angle of 10.15º 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 #861A04 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB134264-
CMYK00.810.970.47
HSL10.15º94.2%27.06%-
HSV(B)10.15º97.01%52.55%-
XYZ10.225.820.7-
YUV55.7898.78183.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 81.71%
GREEN value IS 26 (10.55% from 255) = 15.85%
BLUE value IS 4 (1.95% from 255) = 2.44%
R=81.71%
G=15.85%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13426400.810.970.4710.1594.227.06
Hex861A4051612Fa5e1b
Octal2063240121141571213633
Binary10000110110101000101000111000011011111010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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