#861B19

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

Shades of Falu Red #861B19

Tints of Falu Red #861B19

Color information

#861B19 (or 0x861B19) is unknown color: approx Falu Red. HEX triplet: 86, 1B and 19. RGB value is (134,27,25). Sum of RGB (Red+Green+Blue) = 134+27+25=186 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.04% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 134 - color contains mainly: red. Hex color #861B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861B19 is #79E4E6. Grayscale: #3A3A3A. Windows color (decimal): -7988455 or 1645446. OLE color: 1645446.

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

Color convert

RGB1342725-
CMYK00.800.810.47
HSL1.1º68.55%31.18%-
HSV(B)1.1º81.34%52.55%-
XYZ10.45.921.51-
YUV58.76108.95181.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 72.04%
GREEN value IS 27 (10.94% from 255) = 14.52%
BLUE value IS 25 (10.16% from 255) = 13.44%
R=72.04%
G=14.52%
B=13.44%

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
Decimal134272500.800.810.471.168.5531.18
Hex861B19050512F1451f
Octal2063331012012157110537
Binary1000011011011110010101000010100011011111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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