#862601

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

Shades of Falu Red #862601

Tints of Falu Red #862601

Color information

#862601 (or 0x862601) is unknown color: approx Falu Red. HEX triplet: 86, 26 and 01. RGB value is (134,38,1). Sum of RGB (Red+Green+Blue) = 134+38+1=173 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.46% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 134 - color contains mainly: red. Hex color #862601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862601 is #79D9FE. Grayscale: #3E3E3E. Windows color (decimal): -7985663 or 75398. OLE color: 75398.

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

Color convert

RGB134381-
CMYK00.720.990.47
HSL16.69º98.52%26.47%-
HSV(B)16.69º99.25%52.55%-
XYZ10.536.460.72-
YUV62.4993.3179.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 77.46%
GREEN value IS 38 (15.23% from 255) = 21.97%
BLUE value IS 1 (0.78% from 255) = 0.58%
R=77.46%
G=21.97%
B=0.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13438100.720.990.4716.6998.5226.47
Hex86261048632F11631a
Octal2064610110143572114332
Binary10000110100110101001000110001110111110001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862601; }

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

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

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

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

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

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

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

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