#862409

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

Shades of Falu Red #862409

Tints of Falu Red #862409

Color information

#862409 (or 0x862409) is unknown color: approx Falu Red. HEX triplet: 86, 24 and 09. RGB value is (134,36,9). Sum of RGB (Red+Green+Blue) = 134+36+9=179 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.86% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 134 - color contains mainly: red. Hex color #862409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862409 is #79DBF6. Grayscale: #3E3E3E. Windows color (decimal): -7986167 or 599174. OLE color: 599174.

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

Color convert

RGB134369-
CMYK00.730.930.47
HSL12.96º87.41%28.04%-
HSV(B)12.96º93.28%52.55%-
XYZ10.516.350.93-
YUV62.2297.97179.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 74.86%
GREEN value IS 36 (14.45% from 255) = 20.11%
BLUE value IS 9 (3.91% from 255) = 5.03%
R=74.86%
G=20.11%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13436900.730.930.4712.9687.4128.04
Hex862490495D2Fd571c
Octal20644110111135571512734
Binary1000011010010010010100100110111011011111101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862409; }

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

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

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

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

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

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

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

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