#861B1A

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

Shades of Falu Red #861B1A

Tints of Falu Red #861B1A

Color information

#861B1A (or 0x861B1A) is unknown color: approx Falu Red. HEX triplet: 86, 1B and 1A. RGB value is (134,27,26). Sum of RGB (Red+Green+Blue) = 134+27+26=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 27 (10.94% from 255 or 14.44% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #861B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861B1A is #79E4E5. Grayscale: #3A3A3A. Windows color (decimal): -7988454 or 1710982. OLE color: 1710982.

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

Color convert

RGB1342726-
CMYK00.800.810.47
HSL0.56º67.5%31.37%-
HSV(B)0.56º80.6%52.55%-
XYZ10.415.931.57-
YUV58.88109.45181.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 71.66%
GREEN value IS 27 (10.94% from 255) = 14.44%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=71.66%
G=14.44%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134272600.800.810.470.5667.531.37
Hex861B1A050512F1441f
Octal2063332012012157110437
Binary1000011011011110100101000010100011011111100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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