#862104

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

Shades of Falu Red #862104

Tints of Falu Red #862104

Color information

#862104 (or 0x862104) is unknown color: approx Falu Red. HEX triplet: 86, 21 and 04. RGB value is (134,33,4). Sum of RGB (Red+Green+Blue) = 134+33+4=171 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.36% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 134 - color contains mainly: red. Hex color #862104 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862104 is #79DEFB. Grayscale: #3C3C3C. Windows color (decimal): -7986940 or 270726. OLE color: 270726.

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

Color convert

RGB134334-
CMYK00.750.970.47
HSL13.38º94.2%27.06%-
HSV(B)13.38º97.01%52.55%-
XYZ10.46.160.76-
YUV59.8996.46180.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 78.36%
GREEN value IS 33 (13.28% from 255) = 19.30%
BLUE value IS 4 (1.95% from 255) = 2.34%
R=78.36%
G=19.30%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13433400.750.970.4713.3894.227.06
Hex8621404B612Fd5e1b
Octal2064140113141571513633
Binary100001101000011000100101111000011011111101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862104; }

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

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

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

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

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

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

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

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