Html Css Color HEX #86140B Falu Red

📋 copy color: '#86140B'

red 134 ◦ green 20 ◦ blue 11

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

Shades of Falu Red #86140B

Tints of Falu Red #86140B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.12%

 BLUE value IS 11 (4.69% from 255) = 6.67%

R = 81.21%
G = 12.12%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#86140B (or 0x86140B) is known color: Falu Red. HEX triplet: 86, 14 and 0B. RGB value is (134,20,11). Sum of RGB (Red+Green+Blue) = 134+20+11=165 (21% of max value = 765). Red value is 134 (52.73% from 255 or 81.21% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 134 - color contains mainly: red. Hex color #86140B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86140B is #79EBF4. Grayscale: #353535. Windows color (decimal): -7990261 or 726150. OLE color: 726150.

HSL color Cylindrical-coordinate representation of color #86140B: hue angle of 4.39º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86140B is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 20 11 -
CMYK 0 0.85 0.92 0.47
HSL 4.39º 0.85% 0.28% -
HSV(B) 4.39º 0.92% 0.53% -
XYZ 10.14 5.59 0.86 -
YUV 53.06 104.27 185.73 -
System Red Green Blue C M Y K H S L
Decimal 134 20 11 0 0.85 0.92 0.47 4.39 0.85 0.28
Hex 86 14 B 0 55 5C 2F 4 55 1C
Octal 206 24 13 0 125 134 57 4 125 34
Binary 10000110 10100 1011 0 1010101 1011100 101111 100 1010101 11100

Color Harmonies of #86140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86140B

Black with #86140B

Text Example


Text Example

White with #86140B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,20,11); }

 H1.HeaderClassName
 {
   color: #86140B;
 }
 .AnyTagClassName
 {
   color: #86140B;
 }
</style>

background-color css

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

 a { background-color: rgb(134,20,11); }

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

border-color css

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

 span { border-color: rgb(134,20,11); }

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