#862401

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

Shades of Falu Red #862401

Tints of Falu Red #862401

Color information

#862401 (or 0x862401) is unknown color: approx Falu Red. HEX triplet: 86, 24 and 01. RGB value is (134,36,1). Sum of RGB (Red+Green+Blue) = 134+36+1=171 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.36% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 134 - color contains mainly: red. Hex color #862401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862401 is #79DBFE. Grayscale: #3D3D3D. Windows color (decimal): -7986175 or 74886. OLE color: 74886.

HSL color Cylindrical-coordinate representation of color #862401: hue angle of 15.79º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #862401 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB134361-
CMYK00.730.990.47
HSL15.79º98.52%26.47%-
HSV(B)15.79º99.25%52.55%-
XYZ10.476.330.7-
YUV61.3193.97179.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 78.36%
GREEN value IS 36 (14.45% from 255) = 21.05%
BLUE value IS 1 (0.78% from 255) = 0.58%
R=78.36%
G=21.05%
B=0.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13436100.730.990.4715.7998.5226.47
Hex86241049632F10631a
Octal2064410111143572014332
Binary10000110100100101001001110001110111110000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862401; }

 p { color: rgb(134,36,1); }

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

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

 a { background-color: rgb(134,36,1); }

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

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

 span { border-color: rgb(134,36,1); }

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