#86211B

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

Shades of Falu Red #86211B

Tints of Falu Red #86211B

Color information

#86211B (or 0x86211B) is unknown color: approx Falu Red. HEX triplet: 86, 21 and 1B. RGB value is (134,33,27). Sum of RGB (Red+Green+Blue) = 134+33+27=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #86211B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86211B is #79DEE4. Grayscale: #3E3E3E. Windows color (decimal): -7986917 or 1778054. OLE color: 1778054.

HSL color Cylindrical-coordinate representation of color #86211B: hue angle of 3.36º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86211B is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB1343327-
CMYK00.750.800.47
HSL3.36º66.46%31.57%-
HSV(B)3.36º79.85%52.55%-
XYZ10.576.241.68-
YUV62.52107.96178.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 69.07%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 27 (10.94% from 255) = 13.92%
R=69.07%
G=17.01%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134332700.750.800.473.3666.4631.57
Hex86211B04B502F34220
Octal2064133011312057310240
Binary1000011010000111011010010111010000101111111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86211B; }

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

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

<style>
 a { background-color: #86211B; }

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

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

<style>
 span { border-color: #86211B; }

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

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