#861803

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

Shades of Falu Red #861803

Tints of Falu Red #861803

Color information

#861803 (or 0x861803) is unknown color: approx Falu Red. HEX triplet: 86, 18 and 03. RGB value is (134,24,3). Sum of RGB (Red+Green+Blue) = 134+24+3=161 (21% of max value = 765). Red value is 134 (52.73% from 255 or 83.23% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 134 - color contains mainly: red. Hex color #861803 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861803 is #79E7FC. Grayscale: #363636. Windows color (decimal): -7989245 or 202886. OLE color: 202886.

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

Color convert

RGB134243-
CMYK00.820.980.47
HSL9.62º95.62%26.86%-
HSV(B)9.62º97.76%52.55%-
XYZ10.175.730.66-
YUV54.598.94184.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 83.23%
GREEN value IS 24 (9.77% from 255) = 14.91%
BLUE value IS 3 (1.56% from 255) = 1.86%
R=83.23%
G=14.91%
B=1.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13424300.820.980.479.6295.6226.86
Hex86183052622Fa601b
Octal2063030122142571214033
Binary1000011011000110101001011000101011111010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861803; }

 p { color: rgb(134,24,3); }

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

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

 a { background-color: rgb(134,24,3); }

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

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

 span { border-color: rgb(134,24,3); }

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