#861A09

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

Shades of Falu Red #861A09

Tints of Falu Red #861A09

Color information

#861A09 (or 0x861A09) is unknown color: approx Falu Red. HEX triplet: 86, 1A and 09. RGB value is (134,26,9). Sum of RGB (Red+Green+Blue) = 134+26+9=169 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.29% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 134 - color contains mainly: red. Hex color #861A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861A09 is #79E5F6. Grayscale: #383838. Windows color (decimal): -7988727 or 596614. OLE color: 596614.

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

Color convert

RGB134269-
CMYK00.810.930.47
HSL8.16º87.41%28.04%-
HSV(B)8.16º93.28%52.55%-
XYZ10.255.830.84-
YUV56.35101.28183.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 79.29%
GREEN value IS 26 (10.55% from 255) = 15.38%
BLUE value IS 9 (3.91% from 255) = 5.33%
R=79.29%
G=15.38%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13426900.810.930.478.1687.4128.04
Hex861A90515D2F8571c
Octal20632110121135571012734
Binary100001101101010010101000110111011011111000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861A09; }

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

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

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

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

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

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

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

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