#861B16

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

Shades of Falu Red #861B16

Tints of Falu Red #861B16

Color information

#861B16 (or 0x861B16) is unknown color: approx Falu Red. HEX triplet: 86, 1B and 16. RGB value is (134,27,22). Sum of RGB (Red+Green+Blue) = 134+27+22=183 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.22% from 183); Green value is 27 (10.94% from 255 or 14.75% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 134 - color contains mainly: red. Hex color #861B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861B16 is #79E4E9. Grayscale: #3A3A3A. Windows color (decimal): -7988458 or 1448838. OLE color: 1448838.

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

Color convert

RGB1342722-
CMYK00.800.840.47
HSL2.68º71.79%30.59%-
HSV(B)2.68º83.58%52.55%-
XYZ10.375.911.35-
YUV58.42107.45181.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 73.22%
GREEN value IS 27 (10.94% from 255) = 14.75%
BLUE value IS 22 (8.98% from 255) = 12.02%
R=73.22%
G=14.75%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134272200.800.840.472.6871.7930.59
Hex861B16050542F3481f
Octal2063326012012457311037
Binary10000110110111011001010000101010010111111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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