#861E1A

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

Shades of Falu Red #861E1A

Tints of Falu Red #861E1A

Color information

#861E1A (or 0x861E1A) is unknown color: approx Falu Red. HEX triplet: 86, 1E and 1A. RGB value is (134,30,26). Sum of RGB (Red+Green+Blue) = 134+30+26=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #861E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861E1A is #79E1E5. Grayscale: #3C3C3C. Windows color (decimal): -7987686 or 1711750. OLE color: 1711750.

HSL color Cylindrical-coordinate representation of color #861E1A: hue angle of 2.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #861E1A is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1343026-
CMYK00.780.810.47
HSL2.22º67.5%31.37%-
HSV(B)2.22º80.6%52.55%-
XYZ10.486.071.6-
YUV60.64108.46180.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 70.53%
GREEN value IS 30 (12.11% from 255) = 15.79%
BLUE value IS 26 (10.55% from 255) = 13.68%
R=70.53%
G=15.79%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134302600.780.810.472.2267.531.37
Hex861E1A04E512F2441f
Octal2063632011612157210437
Binary10000110111101101001001110101000110111110100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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