#862309

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

Shades of Falu Red #862309

Tints of Falu Red #862309

Color information

#862309 (or 0x862309) is unknown color: approx Falu Red. HEX triplet: 86, 23 and 09. RGB value is (134,35,9). Sum of RGB (Red+Green+Blue) = 134+35+9=178 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.28% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 9 (3.91% from 255 or 5.06% from 178); Max value from RGB is 134 - color contains mainly: red. Hex color #862309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862309 is #79DCF6. Grayscale: #3D3D3D. Windows color (decimal): -7986423 or 598918. OLE color: 598918.

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

Color convert

RGB134359-
CMYK00.740.930.47
HSL12.48º87.41%28.04%-
HSV(B)12.48º93.28%52.55%-
XYZ10.486.290.92-
YUV61.6498.3179.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 75.28%
GREEN value IS 35 (14.06% from 255) = 19.66%
BLUE value IS 9 (3.91% from 255) = 5.06%
R=75.28%
G=19.66%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13435900.740.930.4712.4887.4128.04
Hex8623904A5D2Fc571c
Octal20643110112135571412734
Binary1000011010001110010100101010111011011111100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862309; }

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

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

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

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

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

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

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

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