Html Css Color HEX #86220E Falu Red

📋 copy color: '#86220E'

red 134 ◦ green 34 ◦ blue 14

#86220E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #86220E

Tints of Falu Red #86220E

RGB

 RED value IS 134 (52.73% from 255) = 73.63%

 GREEN value IS 34 (13.67% from 255) = 18.68%

 BLUE value IS 14 (5.86% from 255) = 7.69%

R = 73.63%
G = 18.68%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#86220E (or 0x86220E) is known color: Falu Red. HEX triplet: 86, 22 and 0E. RGB value is (134,34,14). Sum of RGB (Red+Green+Blue) = 134+34+14=182 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.63% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 134 - color contains mainly: red. Hex color #86220E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86220E is #79DDF1. Grayscale: #3D3D3D. Windows color (decimal): -7986674 or 926342. OLE color: 926342.

HSL color Cylindrical-coordinate representation of color #86220E: hue angle of 10º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86220E is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 34 14 -
CMYK 0 0.75 0.90 0.47
HSL 10º 0.81% 0.29% -
HSV(B) 10º 0.9% 0.53% -
XYZ 10.48 6.24 1.07 -
YUV 61.62 101.13 179.63 -
System Red Green Blue C M Y K H S L
Decimal 134 34 14 0 0.75 0.90 0.47 10 0.81 0.29
Hex 86 22 E 0 4B 5A 2F A 51 1D
Octal 206 42 16 0 113 132 57 12 121 35
Binary 10000110 100010 1110 0 1001011 1011010 101111 1010 1010001 11101

Color Harmonies of #86220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86220E

Black with #86220E

Text Example


Text Example

White with #86220E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86220E; }

 p { color: rgb(134,34,14); }

 H1.HeaderClassName
 {
   color: #86220E;
 }
 .AnyTagClassName
 {
   color: #86220E;
 }
</style>

background-color css

<style>
 a { background-color: #86220E; }

 a { background-color: rgb(134,34,14); }

 div.DivClassName
 {
   background-color: #86220E;
 }
 .BgClassName
 {
   background-color: #86220E;
 }
</style>

border-color css

<style>
 span { border-color: #86220E; }

 span { border-color: rgb(134,34,14); }

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