#861D04

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

Shades of Falu Red #861D04

Tints of Falu Red #861D04

Color information

#861D04 (or 0x861D04) is unknown color: approx Falu Red. HEX triplet: 86, 1D and 04. RGB value is (134,29,4). Sum of RGB (Red+Green+Blue) = 134+29+4=167 (22% of max value = 765). Red value is 134 (52.73% from 255 or 80.24% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 134 - color contains mainly: red. Hex color #861D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861D04 is #79E2FB. Grayscale: #393939. Windows color (decimal): -7987964 or 269702. OLE color: 269702.

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

Color convert

RGB134294-
CMYK00.780.970.47
HSL11.54º94.2%27.06%-
HSV(B)11.54º97.01%52.55%-
XYZ10.295.960.72-
YUV57.5497.79182.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 80.24%
GREEN value IS 29 (11.72% from 255) = 17.37%
BLUE value IS 4 (1.95% from 255) = 2.40%
R=80.24%
G=17.37%
B=2.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13429400.780.970.4711.5494.227.06
Hex861D404E612Fc5e1b
Octal2063540116141571413633
Binary10000110111011000100111011000011011111100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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